Skip to content

Commit 069323b

Browse files
committed
updating talks page
1 parent 77daaf5 commit 069323b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

talks/_posts/2019-09-17-brainmind.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ date: Sep 17, 2019
66
host: 2018 BrainMind Summit @ Stanford
77
speaker: Manish Saggar
88
view: public
9-
url: https://www.youtube.com/watch?v=fH17HvGDi0s
9+
link: https://www.youtube.com/watch?v=fH17HvGDi0s
10+
abstract: In this talk Manish discusses the challenges in diagnosing mental health disorders compared to medical conditions with biological markers. He emphasizes the need for personalized approaches to brain imaging, as most studies involve group-level analysis. He shares the concept of n=1 neuroimaging, aiming to capture individual brain dynamics. To achieve this, he uses Topological Data Analysis to understand the shape of brain dynamics as a whole and mentions its potential in improving diagnostic accuracy for conditions like ADHD and depression. He also highlights the importance of mechanistic insights and computational models to better characterize brain activity in healthy and patient populations.
1011

1112
---
1213

talks/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@ <h1> Recent Talks </h1>
1919
<div class="media-body">
2020
<div class="head mb-1"><a href="{{ talk.url }}" class="off">{{ talk.title }}</a>
2121
</div>
22+
2223
<p class="note"> <strong> Speaker: </strong> {{ talk.speaker }} </p>
2324
<p class="note"> <strong> Date: </strong> {{ talk.date }} </p>
2425
<p class="note"> <strong> Hosted by: </strong> {{ talk.host }} </p>
26+
<p class="note"> <strong> Abstract: </strong> {{ talk.abstract }} </p>
27+
<iframe width="560" height="315" src="https://www.youtube.com/embed/fH17HvGDi0s" frameborder="0" allowfullscreen></iframe>
28+
2529

2630
</div>
2731
<a href="{{ talk.url }}">

0 commit comments

Comments
 (0)