Skip to content

Commit 9bfea39

Browse files
committed
update
1 parent 80947a3 commit 9bfea39

47 files changed

Lines changed: 1627 additions & 57 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_pages/prospective-students.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
layout: page
3+
permalink: /applicants/
4+
title: applicants
5+
description: We are always looking for new members to join our lab.
6+
nav: true
7+
nav_order: 5
8+
---
9+
10+
<p>
11+
If you have a strong background in mathematics, machine learning, and programming, please follow the instructions below depending on the position you are seeking in the ECE, Machine Learning PhD, BioE PhD, or Bioinformatics programs.
12+
</p>
13+
14+
<p><strong>PhD Positions:</strong><br>
15+
If you are interested in pursuing a PhD, please email your CV along with a short paragraph describing your background and why you would like to work with us.<br>
16+
Note that:<br>
17+
1) Admissions in ECE are handled by the graduate admissions committee.<br>
18+
2) You can work with our group even if you are enrolled in a different school or program (e.g., CS, CSE, or BME), as long as you are in the Machine Learning PhD or BioEngineering programs.
19+
</p>
20+
21+
<p><strong>MS Positions:</strong><br>
22+
We typically work with one or two highly motivated MS students from the Bioinformatics program. We also welcome strong Master’s students from ECE. If you are passionate about ML/AI for science, please email me your CV along with a brief statement describing your background and research interests.
23+
</p>
24+
25+
<p><strong>Undergraduate Research:</strong><br>
26+
If you are an undergraduate student interested in gaining research experience in ML/AI foundations and applications, please email me a short description of your background, your interests, and how you would like to contribute to the lab.
27+
</p>

_pages/teaching.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ nav_order: 3
1313
<li><b>Spring 2024</b> ECE 2026: <a href="https://ece.gatech.edu/courses/ece2026">Intro to Signal Processing</a></li>
1414
<li><b>Fall 2024</b> ECE 8803: <a href="https://gtvault-my.sharepoint.com/:b:/g/personal/aaghazadeh3_gatech_edu/Ed37yhApm75BqPQyJTgWbN4BNvf2FbJPoa5ma4YtYZlOdw?e=M2G5wp">Generative and Geometric Deep Learning</a></li>
1515
<li><b>Spring 2025</b> ECE 6254: <a href="https://gtvault-my.sharepoint.com/:b:/g/personal/aaghazadeh3_gatech_edu/EXLmWxOdGQdLnhFyp7lIu4QBKVKnrPdwDjLnvSKTMJjo0A?e=0E5P4p">Statistical Machine Learning</a></li>
16-
<li><b>Fall 2026</b> ECE 8803: <a href="https://gtvault-my.sharepoint.com/:b:/g/personal/aaghazadeh3_gatech_edu/Ed37yhApm75BqPQyJTgWbN4BNvf2FbJPoa5ma4YtYZlOdw?e=M2G5wp">Generative and Geometric Deep Learning</a></li>
16+
<li><b>Fall 2025</b> ECE 8803: <a href="https://gtvault-my.sharepoint.com/:b:/g/personal/aaghazadeh3_gatech_edu/Ed37yhApm75BqPQyJTgWbN4BNvf2FbJPoa5ma4YtYZlOdw?e=M2G5wp">Generative and Geometric Deep Learning</a></li>
1717
<li><b>Spring 2026</b> ECE 2026: <a href="https://ece.gatech.edu/courses/ece2026">Intro to Signal Processing</a></li>
18+
<li><b>Fall 2026</b> ECE 8803: <a href="https://gtvault-my.sharepoint.com/:b:/g/personal/aaghazadeh3_gatech_edu/Ed37yhApm75BqPQyJTgWbN4BNvf2FbJPoa5ma4YtYZlOdw?e=M2G5wp">Generative and Geometric Deep Learning</a></li>
1819
</ul>

_site/404.html

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,18 @@
203203

204204

205205

206+
<li class="nav-item ">
207+
208+
<a class="nav-link" href="/applicants/">applicants
209+
210+
</a>
211+
</li>
212+
213+
214+
215+
216+
217+
206218
<li class="nav-item ">
207219

208220
<a class="nav-link" href="/cv/">cv
@@ -277,7 +289,7 @@ <h1 class="post-title">Page not found</h1>
277289
Aghazadeh.
278290

279291

280-
Last updated: October 07, 2025.
292+
Last updated: October 16, 2025.
281293

282294
</div>
283295
</footer>
@@ -519,6 +531,13 @@ <h1 class="post-title">Page not found</h1>
519531
handler: () => {
520532
window.location.href = "/gallery/";
521533
},
534+
},{id: "nav-applicants",
535+
title: "applicants",
536+
description: "We are always looking for new members to join our lab.",
537+
section: "Navigation",
538+
handler: () => {
539+
window.location.href = "/applicants/";
540+
},
522541
},{id: "nav-cv",
523542
title: "cv",
524543
description: "",

0 commit comments

Comments
 (0)