-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
1,271 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/*! | ||
* Bootstrap v5.2.3 (https://getbootstrap.com/) | ||
* Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) | ||
* Bootstrap v5.3.2 (https://getbootstrap.com/) | ||
* Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) | ||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) | ||
*/ |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,173 @@ | ||
--- | ||
marp: true | ||
theme: slides | ||
size: 16:9 | ||
paginate: true | ||
--- | ||
|
||
<style scoped> | ||
p { | ||
font-size: 24px; | ||
} | ||
</style> | ||
|
||
# Thesis Committee Meeting | ||
|
||
## Reserach Defense | ||
|
||
## Jaewon Chung | ||
|
||
_(he/him)_ - [NeuroData lab](https://neurodata.io/) | ||
Johns Hopkins University | ||
Department of Biomedical Engineering | ||
|
||
![icon](../images/icons/mail.png) [_j1c@jhu.edu_](mailto:j1c@jhu.edu) | ||
![icon](../images/icons/github.png) [_@j1c (Github)_](https://github.com/j1c) | ||
![icon](../images/icons/twitter.png) [_@j1c (Twitter)_](https://twitter.com/j1c) | ||
|
||
![bg right:45% w:450](../images/logos/nd_logo_small.png) | ||
|
||
<!-- https://neurodata.io/talks/tathey1/23_06_12_thesis/pres.html#2 --> | ||
|
||
--- | ||
|
||
# Outline | ||
|
||
- Prior work | ||
- **Connectome of an insect brain** | ||
- Analysis of bilateral symmetry | ||
- Matching neurons between brain hemispheres | ||
- `graspologic` + `hyppo` | ||
- Future work | ||
- On the power of comparative connectomics | ||
- Collaborative real-data investigations | ||
- Graduation plan | ||
|
||
--- | ||
|
||
## How to use these (and other) tools? | ||
|
||
<div class="columns"> | ||
<div> | ||
|
||
## [graspologic](https://github.com/microsoft/graspologic) | ||
|
||
[![h:30](https://pepy.tech/badge/graspologic)](https://pepy.tech/project/graspologic) [![h:30](https://img.shields.io/github/stars/microsoft/graspologic?style=social)](https://github.com/microsoft/graspologic) [![h:30](https://img.shields.io/github/contributors/microsoft/graspologic)](https://github.com/microsoft/graspologic/graphs/contributors) | ||
|
||
![w:450](../images/logos/graspologic-logo.svg) | ||
|
||
</div> | ||
|
||
<div> | ||
|
||
## [hyppo](https://github.com/neurodata/hyppo) | ||
|
||
[![h:30](https://pepy.tech/badge/hyppo)](https://pepy.tech/project/hyppo) [![h:30](https://img.shields.io/github/stars/neurodata/hyppo?style=social)](https://github.com/neurodata/hyppo) [![h:30](https://img.shields.io/github/contributors/neurodata/hyppo)](https://github.com/neurodata/hyppo/graphs/contributors) | ||
|
||
![w:450](../images/logos/hyppo.jpeg) | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
--- | ||
|
||
# Outline | ||
|
||
- Future work | ||
- **Graduation plan** | ||
|
||
--- | ||
|
||
# Summary of work so far | ||
|
||
<style scoped> | ||
|
||
ul,p { | ||
font-size: 23px; | ||
} | ||
</style> | ||
|
||
<div class="columns"> | ||
<div> | ||
|
||
#### Manuscripts | ||
|
||
- First author | ||
- Heritability, in review at _Imaging Neuro_ (2024) | ||
- Two-sample graph testing, _Stat_ (2022) | ||
- Statistical Connectomics, _ARISA_ (2021) | ||
- `graspologic`, JMLR (2019) | ||
- Second author | ||
- Indep. Testing in Time Series, _TMLR_ (2024) | ||
- Causal Conditional DCorr, (2023) | ||
- Multiscale Connectomics, (2022) | ||
- Others | ||
- Connectal Coding, _Neurobio_ (2019) | ||
- SPORF, _JMLR_ (2019) | ||
- 2 others published | ||
|
||
</div> | ||
<div> | ||
|
||
#### Conference presentations | ||
|
||
- OHBM (x3) | ||
- SfN (x3) | ||
- Neuromatch (x2) | ||
- NeurIPS (x1) | ||
|
||
#### Invited Lectures & Talks | ||
|
||
- JSM, 2023 | ||
- Advanced Graph Analytics Workshop (JHU), 2023 | ||
- OHBM, 2019 | ||
|
||
#### Awards | ||
|
||
- BRAIN Initiative Trainee Highlight Award | ||
- AWS Research Credit Grants (x2) | ||
|
||
</div> | ||
</div> | ||
|
||
--- | ||
|
||
# Summary of work to be done | ||
|
||
<style scoped> | ||
|
||
ul,p { | ||
font-size: 26px; | ||
} | ||
</style> | ||
|
||
<div class="columns"> | ||
<div> | ||
|
||
#### Manuscripts | ||
|
||
- 1-2 collaborations with experimentalists (e.g., MANC connectome, behavior + larva connectome) | ||
- "On the power of comparative connectomics" | ||
|
||
</div> | ||
<div> | ||
|
||
#### Code | ||
|
||
- Continue to develop `graspologic` and `hyppo` | ||
|
||
</div> | ||
</div> | ||
|
||
<style scoped> | ||
h2 { | ||
justify-content: center; | ||
text-align: center; | ||
} | ||
</style> | ||
|
||
<br> | ||
<br> | ||
|
||
## Graduation $\approx$ April/May 2024 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.