Skip to content

Commit c0eeb65

Browse files
committedNov 12, 2023
touch up
1 parent a8d9aa0 commit c0eeb65

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed
 

‎assets/base.css

+7
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,13 @@ a:visited, a:hover {
189189
}
190190
/* SLIDESHOW */
191191

192+
img:hover {
193+
opacity: 0.5;
194+
}
195+
196+
.mybox {
197+
opacity: 0.3;
198+
}
192199

193200
.css-slideshow{
194201
position: relative;

‎index.html

+6-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
</br>
4545
<h1>MULTIMODAL & MULTISCALE NEUROSCIENCE </h1>
4646

47-
<p>Welcome! </br></br>The Multimodal Imaging and Connectome Analysis (MICA) Lab is situated at the <a href="http://www.mcgill.ca/bic/home" target="_blank">McConnell Brain Imaging Centre</a> of the
47+
<p>Welcome! </br></br>We are the Multimodal Imaging and Connectome Analysis (MICA) Lab </r>
48+
and are situated at the <a href="http://www.mcgill.ca/bic/home" target="_blank">McConnell Brain Imaging Centre</a> of the
4849
<a href="http://www.mcgill.ca/neuro/" target="_blank">Montreal Neurological Institute</a>.
4950
</br>
5051
</br>
@@ -163,7 +164,7 @@ <h4>ATYPICAL INTRINSIC NEURAL TIMESCALES IN TEMPORAL LOBE EPILEPSY</h4>
163164
</br>
164165

165166
<h4>BRAINSTAT: A TOOLBOX FOR BRAIN-WIDE STATISTICS AND MULTIMODAL FEATURE ASSOCIATIONS</h4>
166-
<p>Larivière S, Bayrak Ş, Vos de Wael R, Benkarim O, Herholz P, Rodriguez-Cruces R, Paquola C, Hong SJ, Misic B, Evans AC, Valk SL, Bernhardt BC (2023) Neuroimage, 266:119807.
167+
<p>Larivière S, Bayrak S, Vos de Wael R, Benkarim O, Herholz P, Rodriguez-Cruces R, Paquola C, Hong SJ, Misic B, Evans AC, Valk SL, Bernhardt BC (2023) Neuroimage, 266:119807.
167168
</br>
168169
<a href="https://onlinelibrary.wiley.com/doi/10.1111/epi.17541" target="_blank">>pdf</a></p>
169170
</br>
@@ -272,7 +273,7 @@ <h1 id="software">SOFTWARE</h1>
272273
</br>
273274

274275
<img src="assets/micapipe.png" width="30%" ></br>
275-
<p>Micapipe is a fully automated toolbox for the processing and fusion of multimodal neuroimaging and connectomics datasets, available as BIDSApp. </br> </br>
276+
<p>Micapipe is a fully automated toolbox for the processing and fusion of multimodal neuroimaging and connectomics data, available as BIDSApp. </br> </br>
276277
Docu <a href="https://micapipe.readthedocs.io" target="_blank">here</a></br>
277278
Get it on <a href="https://github.com/MICA-MNI/Micapipe" target="_blank">github</a>.
278279
</br>
@@ -1155,12 +1156,14 @@ <h3 id="contact">CONTACT</h3>
11551156

11561157
<section class="some-related-articles">
11571158
</br>
1159+
<div class="mybox">
11581160
<ul class="menu-items-social">
11591161
<li><a href="http://github.com/MICA-MNI/" target="_blank"><img src="assets/git_bw_50.gif" height="30px" /></a></li>
11601162
<li><a href="https://twitter.com/BorisBernhardt/" target="_blank"><img src="assets/twitter_bw_50.gif" height="30px" /></a></li>
11611163
<li><a href="http://www.facebook.com/McConnellBrainImagingCentre/" target="_blank"><img src="assets/fb_bw_50.gif" height="30px" /></a></li>
11621164
<li><a href="https://www.researchgate.net/profile/Boris_Bernhardt" target="_blank"><img src="assets/rg_icon.gif" height="30px" /></a></li>
11631165
</ul>
1166+
</div>
11641167
</br>
11651168
</section>
11661169
</body>

0 commit comments

Comments
 (0)
Please sign in to comment.