Skip to content

Commit

Permalink
Added a few context slides.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbellec committed Jul 23, 2020
1 parent 50393e2 commit 2125080
Show file tree
Hide file tree
Showing 8 changed files with 67 additions and 5 deletions.
16 changes: 16 additions & 0 deletions functional_parcellation_intro.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.img_title {
width: 400px;
padding: 75px 75px 75px 75px;
}

.img_slide {
padding: 30px 30px 30px 30px;
}

.content {
padding: 75px 75px 75px 75px;
}

h1 {
padding: 0px 0px 30px 0px;
}
56 changes: 51 additions & 5 deletions functional_parcellation_intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,24 @@
}
},
"source": [
"# Functional brain parcellation \n",
"Pierre Bellec\n",
"University of Montreal, CRIUGM, CA"
"<h1><center>Functional Brain Parcellation</center></h1>\n",
"<center><img src='stab_mat.png' class=\"img_title\"></center>\n",
"<center>Pierre Bellec</center>\n",
"<center>University of Montreal, CRIUGM, CA</center>\n",
"\n",
"<center>\n",
" <div id=\"banner\" style=\"overflow: hidden; justify-content:space-around;\">\n",
" <div class=\"\" style=\"max-width: 20%;max-height: 20%;display: inline-block;\">\n",
" <img src=\"logo_udem.png\" width=\"200px\" alt=\"\">\n",
" </div>\n",
" <div class=\"\" style=\"max-width: 20%;max-height: 20%;display: inline-block;\">\n",
" <img src=\"logo_criugm.png\" width=\"200px\" alt=\"\">\n",
" </div>\n",
" <div class=\"\" style=\"max-width: 20%;max-height: 20%;display: inline-block;\">\n",
" <img src=\"logo_unf.png\" width=\"200px\" alt=\"\">\n",
" </div>\n",
" </div>\n",
"</center>"
]
},
{
Expand All @@ -21,12 +36,43 @@
}
},
"source": [
"# Why parcellations? understand brain organization\n"
"<div class=\"row content\">\n",
" <div class=\"col-lg-8 col-md-8 col-xs-8\">\n",
" <img class=\"img_slide\" src=\"varela2001.png\" width=\"100%\" alt=\"\">\n",
" </div>\n",
" <div class=\"col-lg-4 col-md-4 col-xs-4\">\n",
" <h1><center>Why parcellations? understand brain organization</center></h1>\n",
" <par>\n",
" Local and distributed connectivity lead to the emergence of both local and distributed neuronal assemblies. From Varela et al., 2001.\n",
" </par>\n",
" </div>\n",
"</div>\n"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "subslide"
}
},
"source": [
"\n",
"<div class=\"row content\">\n",
" <div class=\"col-lg-4 col-md-4 col-xs-4\">\n",
" <h1><center>Why parcellations? reduce dimensionality</center></h1>\n",
" <par>\n",
" Parcels can be used as nodes to approximate brain networks as graphs. Here, the average connectome of the ADHD-200 sample is represented with several different parcellations, of varying resolutions. From Bellec et al., Neuroimage 2017.\n",
" </par>\n",
" </div>\n",
" <div class=\"col-lg-8 col-md-8 col-xs-8\">\n",
" <img class=\"img_slide\" src=\"graphs_adhd200.png\" width=\"75%\" alt=\"\">\n",
" </div>\n",
"</div>\n"
]
}
],
"metadata": {
"celltoolbar": "Slideshow",
"kernelspec": {
"display_name": "Python 3",
"language": "python",
Expand Down
Binary file added graphs_adhd200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo_criugm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo_udem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo_unf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stab_mat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added varela2001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2125080

Please sign in to comment.