Skip to content

Commit

Permalink
research page
Browse files Browse the repository at this point in the history
  • Loading branch information
singlesp committed Apr 28, 2023
1 parent f792bd4 commit 79e0efc
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 5 deletions.
Binary file added cv.pages
Binary file not shown.
Binary file added cv.pdf
Binary file not shown.
Binary file added images/nc2022.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ <h2>Postdoctoral Researcher in Neuroscience</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="cv.html">CV</a></li>
</ul>
<li><a href="cv.pdf" target="_blank">CV</a></li>
</ul>
</div>
</nav>
<main>
Expand Down
6 changes: 3 additions & 3 deletions research.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2>Postdoctoral Researcher in Neuroscience</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="cv.html">CV</a></li>
<li><a href="cv.pdf" target="_blank">CV</a></li>
</ul>
</div>
</nav>
Expand All @@ -36,10 +36,10 @@ <h1>Research</h1>
<h2>Publications</h2>
<section class="publication">
<figure>
<img src="images/nc2022.jpg" alt="abstract image">
<img src="images/nc2022.png" alt="abstract image">
<figcaption>Figure 1: <b>Mapping the energy landscape of the human brain with network control theory.</b> <b>a</b> We concatenated all fMRI time series together (all subjects, all conditions) and employed the k-means clustering algorithm to identify common activation patterns, or states. <b>b</b> Using network control theory and a representative structural connectome, we calculated the minimum energy required to transition between states (or maintain the same state) using each individual’s brain states derived from the psychedelic and placebo conditions separately. Our calculations reveal an energy landscape that is flattened by LSD and psilocybin. <b>c</b> Weighting the energy calculations of the placebo brain states with inputs from PET-derived receptor density maps of the serotonin 2a receptor35 also resulted in a flattened energy landscape, providing a mechanistic explanation for these drug’s flattening effects.</figcaption>
</figure>
<p>[1] <b>S. P. Singleton</b>, A. I. Luppi, R. L. Carhart-Harris, J. Cruzat, L. Roseman, D.J. Nutt, G. Deco, M. L. Kringelbach, E. A. Stamatakis, A. Kuceyeski. (2022). "Receptor-informed network control theory links LSD and psilocybin to a flattening of the brain’s control energy landscape”. <em>Nature Communications</em>, DOI: 10.1038/s41467-022-33578-1.</p>
<p>[1] <b>S. P. Singleton</b>, A. I. Luppi, R. L. Carhart-Harris, J. Cruzat, L. Roseman, D.J. Nutt, G. Deco, M. L. Kringelbach, E. A. Stamatakis, A. Kuceyeski. (2022). "Receptor-informed network control theory links LSD and psilocybin to a flattening of the brain’s control energy landscape”. <em>Nature Communications</em>, DOI: <a href="https://www.nature.com/articles/s41467-022-33578-1" target="_blank">10.1038/s41467-022-33578-1</a>.</p>
</section>
<!-- <section class="publication">
<figure>
Expand Down
26 changes: 26 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,29 @@ footer {
padding: 1rem;
text-align: center;
}

.publication {
text-align: left;
margin-bottom: 2rem;
}

figure {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 1rem;
}

figure img {
display: block;
width: 550px;
height: auto;
margin: 0 auto;
}

figcaption {
text-align: left;
font-size: 0.9rem;
font-style: italic;
margin-top: 0.5rem;
}

0 comments on commit 79e0efc

Please sign in to comment.