-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
123 lines (110 loc) · 3.94 KB
/
Copy pathindex.html
File metadata and controls
123 lines (110 loc) · 3.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
---
layout: default
title: Home
permalink: /
---
<section id="home" class="hero">
<div class="container hero-inner">
<div class="hero-text">
<h1>Bri Aleman</h1>
<p>Computational Astrophysics Student</p>
</div>
<div class="hero-image">
<img
src="{{ '/assets/images/me.jpg' | relative_url }}"
alt="me">
</div>
</div>
</section>
<section id="aboutme" class="section">
<div class="container">
<h2>About Me</h2>
<div class="grid">
<div class="col-7">
<p>
Welcome to my website! I am interested in using gravitational waves and general-relativistic magnetohydrodynamic simulations
to understand the properties of black holes, neutron stars, and their mergers. I have <a href="assets/images/dogs.jpg" style="text-decoration: none;">two dogs</a> and a <a href="assets/images/cat.jpg" style="text-decoration: none;">cat</a>, and I am a proud
advocate for diversity and accessibility in STEM. I will be starting my Ph.D. in Physics at Washington State University in Fall 2026.
</p>
</div>
<div class="col-5">
<div class="card">
<h3>Current Affiliation</h3>
<p>Department of Physics and Astronomy, CSU Northridge</p>
</div>
</div>
</div>
</div>
</section>
<section id="experience" class="section">
<div class="container">
<h2>Experience</h2>
<div class="timeline">
<div class="item">
<div class="meta">May 2025 – Present</div>
<strong>Research Assistant - NumRel@PSU</strong><br>
<span class="meta">Pennsylvania State University</span>
</div>
<div class="item">
<div class="meta">June 2024 – Present</div>
<strong>Research Assistant - LIGO</strong><br>
<span class="meta">California Institute of Technology</span>
</div>
</div>
</div>
</section>
<section id="research" class="section">
<div class="container">
<h2>Research</h2>
<div class="grid">
<div class="card" style="grid-column: span 6;">
<h3>Phase-Transition-Induced Collapse of Neutron Stars</h3>
<p>
I study how neutron stars collapse and emit gravitational waves using large-scale
numerical simulations, and analyze the resulting signals to understand the underlying physics.
</p>
<div class="pills">
<span class="pill">GRMHD</span><span class="pill">EOS</span><span class="pill">Num. Rel.</span>
</div>
</div>
<div class="card" style="grid-column: span 6;">
<h3>OmegaNeuron: Applying GravitySpy Similarity Methods to the Search for LIGO Glitch Witnesses</h3>
<p>
I work on identifying transient noise in LIGO data, using data analysis and machine-learning tools to improve
how these noise sources are found. Read about it <a href="https://arxiv.org/abs/2602.23460">here!</a>
</p>
<div class="pills">
<span class="pill">Detector Characterization</span><span class="pill">Glitch Detection</span>
</div>
</div>
</div>
</div>
</section>
<section id="cv" class="section">
<div class="container">
<h2>CV</h2>
<iframe
src="{{ '/assets/bri_CV.pdf' | relative_url }}"
width="85%"
height="450px"
style="border: none;"
title="Bri Aleman CV">
</iframe>
</div>
</section>
<section id="contact" class="section">
<div class="container">
<h2>Contact</h2>
<div class="contact-icons">
<a href="https://github.com/brialeman">
<img src="{{ '/assets/images/github.svg' | relative_url }}" alt="GitHub">
</a>
<a href="https://linkedin.com/in/bri-aleman" aria-label="LinkedIn">
<img src="{{ '/assets/images/linkedin.svg' | relative_url }}" alt="LinkedIn">
</a>
<a href="mailto:baleman003@gmail.com" aria-label="Email">
<img src="{{ '/assets/images/email.svg' | relative_url }}" alt="Email">
</a>
</div>
</div>
</section>