Skip to content

Commit c2e8cce

Browse files
committed
tweaks
tweaks tweaks tweaks tweaks
1 parent 2c1e6f2 commit c2e8cce

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy Jupyter Book to GitHub Pages
33
on:
44
push:
55
branches:
6-
- pages # Replace with the branch you use for your source files
6+
- main
77

88
jobs:
99
deploy:
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Ensure the CNAME file is in the built HTML directory
3535
- name: Add CNAME file
36-
run: echo "cheat-sheets.breezy-codes.com" > _build/html/CNAME
36+
run: echo "briannalaird.com" > _build/html/CNAME
3737

3838
# Upload the book's HTML as an artifact (Updated to v3)
3939
- name: Upload artifact

intro.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# I'm Brianna but you can call me Breezy
22

3-
I'm currently pursuing an Honours Bachelor's degree in Cybersecurity at Deakin University, with a WAM of 93 and a grade average of 96.25 for 2024. My commitment to academic excellence has earned me awards such as the Deakin Scholarship for Excellence and the Associate Dean Summer Research Scholarship. My Honours research focuses on developing a mathematical framework for optical xhaul network design to support reconfigurable 6G networks using O-RAN technology.
3+
I'm currently pursuing an Honours Bachelor's degree in Cybersecurity at Deakin University, with a WAM of 93 and a grade average of 96.8 for 2024. My commitment to academic excellence has earned me awards such as the Deakin Scholarship for Excellence and the Associate Dean Summer Research Scholarship. My Honours research focuses on developing a mathematical framework for optical xhaul network design to support reconfigurable 6G networks using O-RAN technology.
44

55
---
66

77
## My Academic Journey
88

9-
Throughout my studies, I've achieved several academic highlights, including features in the *Deakin Maths Yearbook* for my HD reports on Cryptography (SIT192) Quantum Cryptography (SIT281) and Optimisation and Constraint Programming (SIT316). My current research focuses on telecommunication networks, particularly the planning and optimisation of optical xhaul networks to support reconfigurable O-RAN in 6G networks. This work builds on my previous research during the Associate Deakin Research Summer Scholarship, where I initially explored computer networks and developed a strong interest in Radio Access Networks (RAN). I am now actively working on several papers, including one that has been accepted to the Optical Fiber Communications Conference (OFC). I've finalised a survey paper on reconfigurable RAN for IEEE, which discusses network planning, resource allocation, and the challenges of implementing beyond 5G networks. In progress I'm also working on an extension of the work done in OFC as well as one focused on the operations research side of the problem.
9+
Throughout my studies, I've achieved several academic highlights, including features in the *Deakin Maths Yearbook* for my HD reports on Cryptography (SIT192) Quantum Cryptography (SIT281) and Optimisation and Constraint Programming (SIT316). My current research focuses on telecommunication networks, particularly the planning and optimisation of optical xhaul networks to support reconfigurable O-RAN in 6G networks. This work builds on my previous research during the Associate Deakin Research Summer Scholarship, where I initially explored computer networks and developed a strong interest in Radio Access Networks (RAN).
10+
11+
I am now actively working on several papers, including one that has been accepted to the **Optical Fiber Communications Conference (OFC)**. I've finalised a survey paper on reconfigurable RAN for IEEE, which discusses network planning, resource allocation, and the challenges of implementing beyond 5G networks. In progress I'm also working on an extension of the work done in OFC as well as one focused on the operations research side of the problem.
1012

1113
For a detailed overview of my accomplishments, visit [Academic and Research Accomplishments](content/accomplishments.md) and see [Research](content/research.md) to learn more about my research projects.
1214

@@ -96,15 +98,15 @@ Now, as an Honours student in telecommunications and computational mathematics,
9698

9799
## Work Experience
98100

99-
I have held multiple roles at Deakin University, ranging from academic support to curriculum development. These positions have honed my skills in both technical development and student support.
101+
I have held multiple roles at Deakin University, ranging from academic support to curriculum development and now working within teaching as an Associate Teaching Fellow. My responsibilities include marking, conducting help hub sessions, and developing learning materials for computer networks and SAP. I have also contributed to the SMS Evaluation Team, facilitating evaluations and improvements for the student mentoring program.
100102

101103
For a complete summary of my work experience, visit [Work Experience](content/work-experience.md).
102104

103105
---
104106

105107
## Capstone Subjects
106108

107-
My Capstone projects have provided valuable opportunities to develop both technical and leadership skills. In Capstone A, I led the SplashKit tutorials team for [Thoth Tech](https://github.com/thoth-tech), and my efforts were rewarded with a perfect grade of 100. Capstone B focuses on technical contributions to SplashKit core and the Splashkit website with usage examples and a beyond Splashkit project.
109+
My Capstone projects have provided valuable opportunities to develop both technical and leadership skills. In Capstone A, I led the SplashKit tutorials team for [Thoth Tech](https://github.com/thoth-tech), and my efforts were rewarded with a perfect grade of 100. Capstone B focused on technical contributions to SplashKit core and the Splashkit website with usage examples and a beyond Splashkit project which also received a perfect grade of 100.
108110

109111
To learn more about my Capstone contributions, please visit [Capstone Projects](content/capstone.md).
110112

0 commit comments

Comments
 (0)