Skip to content

Commit

Permalink
fix mugshot displays
Browse files Browse the repository at this point in the history
move style="width:180px" to the parent
  • Loading branch information
r03ert0 authored Sep 4, 2023
1 parent dd8c1f5 commit 968fa43
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,55 +113,55 @@ <h3>Justine Hansen</h3>

<tr><td>
<section style="text-align: left">
<span class="image left"><img style="width:180px" src="images/speakers/camille.jpg" alt="Camille Maumet" /></span>
<span class="image left" style="width:180px"><img src="images/speakers/camille.jpg" alt="Camille Maumet" /></span>
<h3>Camille Maumet</h3>
<p>Senior Research Scientist at the French National Institute for Research in Digital Science and Technology (Inria). Her research focuses on the development of open science methods and tools to support reproducible neuroscience research, with a particular emphasis on the use of neuroinformatics approaches.</p>
</section>
</td></tr>

<tr><td>
<section style="text-align: left">
<span class="image left"><img style="width:180px" src="images/speakers/pierre.jpg" alt="Pierre Bellec" /></span>
<span class="image left" style="width:180px"><img src="images/speakers/pierre.jpg" alt="Pierre Bellec" /></span>
<h3>Pierre Bellec</h3>
<p>Associate Professor in the Department of Computer Science and Operations Research at the University of Montreal. His research focuses on the development of new statistical and computational methods to analyze brain imaging data, with a particular emphasis on the identification of biomarkers for brain disorders.</p>
</section>
</td></tr>

<tr><td>
<section style="text-align: left">
<span class="image left"><img style="width:180px" src="images/speakers/russ.jpg" alt="Russ Poldrack" /></span>
<span class="image left" style="width:180px"><img src="images/speakers/russ.jpg" alt="Russ Poldrack" /></span>
<h3>Russ Poldrack</h3>
<p>Professor of Psychology at Stanford University. His research focuses on the neural basis of human cognition, with a particular emphasis on the use of neuroimaging methods to understand the mechanisms underlying learning and decision-making.</p>
</section>
</td></tr>

<tr><td>
<section style="text-align: left">
<span class="image left"><img style="width:180px" src="images/speakers/sarah.jpg" alt="Sarah Genon" /></span>
<span class="image left" style="width:180px"><img src="images/speakers/sarah.jpg" alt="Sarah Genon" /></span>
<h3>Sarah Genon</h3>
<p>Research Scientist at the Institute of Neuroscience and Medicine at the Forschungszentrum Juelich. Her research focuses on the development of new computational methods to analyze large-scale brain imaging data, with a particular emphasis on the identification of brain networks involved in cognitive functions.</p>
</section>
</td></tr>

<tr><td>
<section style="text-align: left">
<span class="image left"><img style="width:180px" src="images/speakers/angie.jpg" alt="Angie Laird" /></span>
<span class="image left" style="width:180px"><img src="images/speakers/angie.jpg" alt="Angie Laird" /></span>
<h3>Angie Laird</h3>
<p>Professor of Physics at Florida International University. Her research focuses on the use of brain imaging techniques to understand the structure and function of the brain, with a particular emphasis on the identification of brain networks involved in cognition, emotion, and social behavior.</p>
</section>
</td></tr>

<tr><td>
<section style="text-align: left">
<span class="image left"><img style="width:180px" src="images/speakers/demian.jpg" alt="Demian Wassermann" /></span>
<span class="image left" style="width:180px"><img src="images/speakers/demian.jpg" alt="Demian Wassermann" /></span>
<h3>Demian Wassermann</h3>
<p>Research Director at Inria. His research focuses on the development of new computational methods to analyze brain imaging data, with a particular emphasis on the study of brain function and dysfunction in neurological and psychiatric disorders.</p>
</section>
</td></tr>

<tr><td>
<section style="text-align: left">
<span class="image left"><img style="width:180px" src="images/speakers/jerome.jpg" alt="Jérôme Dockès" /></span>
<span class="image left" style="width:180px"><img src="images/speakers/jerome.jpg" alt="Jérôme Dockès" /></span>
<h3>Jérôme Dockès</h3>
<p>Jérôme Dockès is a post-doc at the Montreal Neurological Institute, researching machine learning-based biomarkers and text-mining of neuroimaging literature. His interests include computational neuroscience and (bio)statistics.</p>
</section>
Expand Down

0 comments on commit 968fa43

Please sign in to comment.