-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
139 lines (126 loc) · 7.74 KB
/
index.html
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html lang='en'>
<head>
<base href=".">
<!-- <link rel="shortcut icon" type="image/png" href="assets/favicon.png"/> -->
<link rel="stylesheet" type="text/css" media="all" href="assets/main.css"/>
<meta name="description" content="CNS 2023 Workshop">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="KeyWords" content="CNS2023">
<title>CNS 2023 Workshop</title>
</head>
<body>
<div class="banner">
<img src="assets/Banner.png" alt="Conference Template Banner">
<div class="top-left">
<span class="title1">CNS</span><span class="title2">*</span> <span class="year">2023</span>
</div>
<div class="bottom-right">
July 19, 2023 <br> Workshop: Graph modeling of macroscopic brain functional activity dynamics
</div>
</div>
<table class="navigation">
<tr>
<td class="navigation">
<a class="current" title="Conference Home Page" href=".">Home</a>
</td>
<td class="navigation">
<a title="Register for the Conference" href="registration">Registration</a>
</td>
<td class="navigation">
<a title="Conference Program" href="program">Program</a>
</td>
<!-- <td class="navigation">
<a title="Directions to the Conference" href="directions">Directions</a>
</td>
<td class="navigation">
<a title="Conference Flyer" href="flyer">Flyer</a>
</td> -->
</tr>
</table>
<h2>Background</h2>
<p>
One of the most important questions in computational neuroscience is how the brain's structural wiring gives rise to its functional patterns.
In order to understand the relationship between brain structure and function, various computational approaches have been undertaken in the past,
which primarily focused on predicting various functional markers, such as functional connectivity matrix obtained from functional magnetic
resonance imaging or the frequency spectra obtained from magnetoencephalography or electroencephalography recordings.
Most of them assumed that the functional activity markers remain static over time. However, recent neuroimaging studies indicate that the
brain's functional activity does not remain static even while resting. The spatiotemporal pattern of this activity varies in different
neurological diseases such as schizophrenia and autism, and in macro states such as resting and sleep states. Currently, the mechanism
of these dynamics is unclear and various statistical and mathematical modeling approaches are being undertaken to investigate its
biophysics and how it alters in different diseases and macro states.
</p>
<p>
In this workshop we have put together recent statistical and mathematical modeling efforts aimed towards understanding dynamic
macroscopic functional activity. While statistical techniques are powerful in capturing these dynamics, they are unable to consider
the biophysics of neural activity and therefore can only provide limited mechanistic insight. On the other hand, while biophysical
mathematical modeling can enable exploring the underlying mechanism of the functional activity, they suffer from model parameter
inference and identifiability issues. In this workshop, we will focus on both the approaches. We focus largely on graph-based
macroscopic systems for this purpose, since at the macroscopic scale, brain regions interact with each other via long range projection
fibers - a network organization that is best addressed using graph theory. Graph theory will play an increasingly important role in
attempts to understand the massive amounts of data generated by large collaborative projects such as the Human Connectome Project.
Graph theory is not currently included in training for neuroscientists with a background in biology, physiology or psychology; conversely,
computational neuroscientists are steeped in fine-scale neuronal models but may be unfamiliar with how the more abstract graph theoretic
approaches can be applied to characterize brain networks.
</p>
<h2>Rough syllabus sorted by themes</h2>
<p>
The talks in the proposed workshop are based on two themes: statistical data-driven approaches and mathematical modeling approaches.
Together, these themes will provide the audience with a broad overview of various techniques that can be used to investigate brain
functional activity.
</p>
<h2>Desired learning outcomes</h2>
<p>
Upon completing this workshop, participants will understand:
<ul>
<li>different modalities of functional activity and how their underlying dynamics are represented</li>
<li>different types of brain networks and how they can be represented as graphs or matrices</li>
<li>exposition to recent graph theoretic models of brain activity and function</li>
<li>the success and failures of current techniques in correctly capturing the complexity of dynamic functional activity</li>
<li>introduction to the diverse means by which brain-wide activity can be recorded and captured non-invasively using modern neuroimaging</li>
<li>potential clinical applications of some of these statistical and modeling approaches. Examples include: epilepsy, schizophrenia,
autism, Alzheimer's disease, Parkinson's disease, etc.</li>
<li>the analysis of dynamic brain networks</li>
<li>the limitations of graph theoretic approaches</li>
</ul>
</p>
<h2>Target audience</h2>
<p>
This workshop will provide attendees with detailed knowledge of the area that spans fundamental concepts through to advanced applications.
It is thus suitable for people with varying levels of experience. Graph theoretic analysis of neuroscientific data is inherently interdisciplinary,
and provides a unitary framework that transcends measurement techniques, resolution scales and different levels of complexity of the
mathematical approaches. The presented integrated program is likely to be helpful in providing a comprehensive understanding of the field.
</p>
<p>
Our target audience includes neuroscientists with a background in the biological or psychological sciences with some prior exposure to graph theory,
and individuals with a more quantitative computational background who have knowledge of neuronal models and are interested in how graph theory can
be applied to characterize neural networks.
</p>
<!-- <table class="sponsors">
<tr>
<td class="sponsor">
<a href="http://www.eyebleach.me/">
<img src="assets/kitten1.jpg" alt="First Sponsor Name">
</a>
</td>
<td class="sponsor">
<a href="http://www.eyebleach.me/">
<img src="assets/kitten2.jpg" alt="Second Sponsor Name" style="width: 80%">
</a>
</td>
<td class="sponsor">
<a href="http://www.eyebleach.me/">
<img src="assets/kitten3.jpg" alt="Third Sponsor Name">
</a>
</td>
</tr>
</table> -->
<table class="footer">
<tr>
<td class="footer">Design by <a target="_blank" href="http://math.ucr.edu/~mpierce/">Mike Pierce</a></td>
<td class="footer">© Workshop Organizers</td>
</tr>
</table>
</body>
</html>