Skip to content

Commit d493b58

Browse files
committed
Fix tabs
1 parent c29fef6 commit d493b58

File tree

7 files changed

+115
-15
lines changed

7 files changed

+115
-15
lines changed

_tabs/about.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: About Me
3+
icon: fas fa-user # optional Font Awesome icon
4+
order: 1 # controls tab order
5+
---
6+
7+
Hi! I'm **Brianna Birkel**, a PhD student in Earth Sciences at the University of Southern California.
8+
9+
My research focuses on **seismic wave amplification in the Los Angeles Basin**, combining observational data, numerical modeling, and geophysical analysis. I'm passionate about understanding how complex subsurface structures affect ground motion — and by extension, seismic hazard.
10+
11+
When I'm not debugging code or analyzing seismic data, you might find me at my local pottery studio, swimming, or hanging out at the beach with my dog.
12+
13+
If you'd like to learn more, feel free to check out my [CV](/cv/), [Research](/research/), or [Teaching](/teaching/) pages!
14+
15+
You can also find me here:
16+
- [GitHub](https://github.com/bcbirkel)
17+
- [Google Scholar](https://scholar.google.com/citations?user=NABpEgEAAAAJ&hl=en)
18+

_tabs/archives.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

_tabs/categories.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

_tabs/cv.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: CV
3+
icon: fas fa-user # optional Font Awesome icon
4+
order: 2 # controls tab order
5+
---
6+
7+
You can view my CV below or [download it as a PDF](/assets/files/cv.pdf).
8+
9+
<iframe src="/assets/files/cv.pdf" width="100%" height="800px" style="border: none;">
10+
This browser does not support PDFs. Please download the file to view it:
11+
<a href="/assets/files/cv.pdf">Download PDF</a>.
12+
</iframe>
13+

_tabs/research.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Research
3+
icon: fas fa-user # optional Font Awesome icon
4+
order: 3 # controls tab order
5+
---
6+
7+
My research centers on understanding how **local geology and basin structure** impact seismic wave behavior — especially in tectonically active regions like Southern California.
8+
9+
I'm currently working on:
10+
11+
- Modeling site amplification in the Los Angeles Basin
12+
- Using polarization analysis to characterize wave types and directions
13+
- Investigating frequency-dependent effects of basin structure on seismic response
14+
15+
I use a combination of Python-based analysis tools, numerical simulation, and observational datasets. I'm especially interested in how improved understanding of local site effects can contribute to more accurate hazard assessments.
16+
17+
Have questions or want to collaborate? [Reach out!](/about/)
18+

_tabs/tags.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

_tabs/teaching.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
---
2+
title: Teaching
3+
icon: fas fa-user # optional Font Awesome icon
4+
order: 4 # controls tab order
5+
---
6+
7+
Teaching is one of my favorite parts of academic life — I love helping students build intuition around complex Earth systems.
8+
9+
### Courses I've Taught or TA'd:
10+
11+
- **CORE 103: Processes of Change in Science** - University of Southern California
12+
Focus: Social and economic impacts of natural hazards; power and limitations of science to improve our lives through the
13+
worldview of geophysics; interplay of media, government and lobbyists with hazard response.
14+
15+
- **GEOL 240: Earthquakes** – University of Southern California
16+
Focus: Causes of earthquakes and nature of large faults; earthquake hazard and risk; world's great earthquakes; understanding the Richter scale.
17+
18+
- **GEOL 160: Introduction to Geosystems** – University of Southern California
19+
Focus: Survey of natural geological/ environmental processes (systems) and variability active near the earth's surface in the region that houses most life (the biosphere).
20+
21+
- **GEOL 107: Oceanography** – University of Southern California
22+
Focus: Physical, chemical, and geological character of the oceans andocean basins; ocean processes and agents; economic value of the oceans.
23+
24+
---
25+
26+
### Teaching Philosophy
27+
28+
My approach to teaching emphasizes curiosity, real-world relevance, and active engagement. I aim to create an inclusive, supportive learning environment where students feel confident asking questions and exploring ideas.
29+
30+
---
31+
32+
### Student Reviews
33+
34+
<div class="testimonial-carousel">
35+
<input type="radio" name="review" id="rev1" checked>
36+
<input type="radio" name="review" id="rev2">
37+
<input type="radio" name="review" id="rev3">
38+
39+
<div class="testimonials">
40+
<div class="review" id="review1">
41+
<blockquote>
42+
“Brianna explained complex topics so clearly. Her passion for seismology made the class way more engaging!”
43+
<footer>– GEOL 240 Student, Fall 2024</footer>
44+
</blockquote>
45+
</div>
46+
<div class="review" id="review2">
47+
<blockquote>
48+
“Easily one of the most supportive TAs I’ve had — she really cared whether we understood the material.”
49+
<footer>– Student Evaluation</footer>
50+
</blockquote>
51+
</div>
52+
<div class="review" id="review3">
53+
<blockquote>
54+
“Great at answering questions and super approachable. 10/10 would recommend.”
55+
<footer>– Anonymous Feedback</footer>
56+
</blockquote>
57+
</div>
58+
</div>
59+
60+
<div class="carousel-nav">
61+
<label for="rev1"></label>
62+
<label for="rev2"></label>
63+
<label for="rev3"></label>
64+
</div>
65+
</div>
66+

0 commit comments

Comments
 (0)