-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
274 lines (257 loc) · 13.3 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<!DOCTYPE html>
<html>
<title>Guillaume Theaud</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
$("smooth").fadeIn(3000);
});
</script>
<style>
body, h1,h2,h3,h4,h5,h6 {font-family: "Montserrat", sans-serif}
.w3-row-padding img {margin-bottom: 12px}
/* Set the width of the sidebar to 120px */
.w3-sidebar {width: 120px;background: #222;}
/* Add a left margin to the "page content" that matches the width of the sidebar (120px) */
#main {margin-left: 120px}
/* Remove margins from "page content" on small screens */
@media only screen and (max-width: 600px) {#main {margin-left: 0}}
</style>
<body class="w3-black">
<!-- Icon Bar (Sidebar - hidden on small screens) -->
<nav class="w3-sidebar w3-bar-block w3-small w3-hide-small w3-center">
<!-- Avatar image in top left corner -->
<img src="data/profile.jpg" style="width:100%">
<a href="#" class="w3-bar-item w3-button w3-black">
<i class="fa fa-home w3-xxlarge"></i>
<p>HOME</p>
</a>
<a href="#about" class="w3-bar-item w3-button w3-hover-black">
<i class="fa fa-user w3-xxlarge"></i>
<p>ABOUT</p>
</a>
<a href="#publications" class="w3-bar-item w3-button w3-hover-black">
<i class="fa fa-file-text w3-xxlarge"></i>
<p>PUBLICATIONS</p>
</a>
<a href="#photos" class="w3-bar-item w3-button w3-hover-black">
<i class="fa fa-eye w3-xxlarge"></i>
<p>PHOTOS</p>
</a>
<a href="#contact" class="w3-bar-item w3-button w3-hover-black">
<i class="fa fa-envelope w3-xxlarge"></i>
<p>CONTACT</p>
</a>
</nav>
<!-- Navbar on small screens (Hidden on medium and large screens) -->
<div class="w3-top w3-hide-large w3-hide-medium" id="myNavbar">
<div class="w3-bar w3-black w3-opacity w3-hover-opacity-off w3-center w3-small">
<a href="#" class="w3-bar-item w3-button" style="width:25% !important">HOME</a>
<a href="#about" class="w3-bar-item w3-button" style="width:25% !important">ABOUT</a>
<a href="#publications" class="w3-bar-item w3-button" style="width:25% !important">PUBLICATIONS</a>
<a href="#photos" class="w3-bar-item w3-button" style="width:25% !important">PHOTOS</a>
<a href="#contact" class="w3-bar-item w3-button" style="width:25% !important">CONTACT</a>
</div>
</div>
<!-- Page Content -->
<div class="w3-padding-large" id="main">
<!-- Header/Home -->
<header class="w3-container w3-padding-32 w3-center w3-black" id="home">
<h1 class="w3-jumbo">Guillaume Theaud</h1>
<p>Phd student</p>
<img src="data/home.jpg" alt="boy" class="w3-image" width="992" height="1108">
</header>
<!-- About Section -->
<div class="w3-content w3-justify w3-text-grey w3-padding-64" id="about">
<h2 class="w3-text-light-grey">Guillaume Theaud</h2>
<hr style="width:200px" class="w3-opacity">
<p>I'm from France and I live in Canada since 2014. I have gotten my High school diploma in sciences in 2014. Then, I continued to study at University of Sherbrooke in the computer science department. I studied the image analysis and processing in computer science and I got my bachelor degree end 2017. Currently, I study at the Sherbrooke Connectivity Imaging Lab (SCIL) under the supervision of Pr. Descoteaux to obtain my master degree in sciences (MSc).
</p>
<form action="data/CV.pdf" target="_blank">
<button class="w3-button w3-light-grey w3-padding-large w3-section" type="submit">
<i class="fa fa-download"></i> Download Resume
</button>
</form>
<!-- Grid for pricing tables -->
<h3 class="w3-padding-16 w3-text-light-grey">Ongoing projects</h3>
<div class="w3-row-padding" style="margin:0 -16px">
<div class="w3-half">
<ul class="w3-ul w3-white w3-center w3-hover-opacity-off">
<li class="w3-dark-grey w3-xlarge w3-padding-32">State-of-the-art pipeline and QA</li>
<li class="w3-padding-16">Create a Nextflow pipeline with the state-of-the-art processes to analyse human brain database. The goal is to improve the speed and the reproductibility. This project is based on Nextflow and Singularity container.</li>
</ul>
</div>
<div class="w3-half w3-margin-bottom">
<ul class="w3-ul w3-white w3-center w3-hover-opacity-off">
<li class="w3-dark-grey w3-xlarge w3-padding-32">Tractography</li>
<li class="w3-padding-16">Adapt tractography algorithms to support pathological brains.</li>
</ul>
</div>
<!-- End Grid/Pricing tables -->
</div>
<!-- End About Section -->
</div>
<!-- Publications Section -->
<div class="w3-content w3-justify w3-text-grey w3-padding-64" id="publications">
<h3 class="w3-text-light-grey">My Publications</h3>
<hr style="width:200px" class="w3-opacity">
<h5 class="w3-text-light-grey">Journals</h5>
<div class="w3-padding-16">
<ul class="w3-ul w3-white w3-opacity w3-hover-opacity-off">
<li class="w3-dark-grey w3-large">Bundle-specific associations between white matter microstructure and Aβ and tau pathology at their connecting cortical endpoints in older adults at risk of Alzheimer's disease
<a href="https://www.biorxiv.org/content/10.1101/2020.08.27.266551v1.abstract" target="_blank"><i class="fa fa-download fa-fw w3-margin-right"></i></a>
</li>
<li>Binette etal., BioRXiv 2020</li>
</ul>
</div>
<div class="w3-padding-16">
<ul class="w3-ul w3-white w3-opacity w3-hover-opacity-off">
<li class="w3-dark-grey w3-large">Diffusion MRI free water is a sensitive marker of age-related changes in the cingulum
<a href="https://www.biorxiv.org/content/10.1101/867606v2.full" target="_blank"><i class="fa fa-download fa-fw w3-margin-right"></i></a>
</li>
<li>Edde, Theaud etal., BioRXiv 2020 (Under Review)</li>
</ul>
</div>
<div class="w3-padding-16">
<ul class="w3-ul w3-white w3-opacity w3-hover-opacity-off">
<li class="w3-dark-grey w3-large">Diffusion tensor imaging in contact and non-contact university-level sport athletes
<a href="https://www.liebertpub.com/doi/abs/10.1089/neu.2020.7170" target="_blank"><i class="fa fa-download fa-fw w3-margin-right"></i></a>
</li>
<li>Lefebvre etal., Journal of Neurotrauma 2020</li>
</ul>
</div>
<div class="w3-padding-16">
<ul class="w3-ul w3-white w3-opacity w3-hover-opacity-off">
<li class="w3-dark-grey w3-large">TractoFlow: A robust, efficient and reproducible diffusion MRI pipeline leveraging Nextflow & Singularity
<a href="https://www.sciencedirect.com/science/article/pii/S105381192030375X" target="_blank"><i class="fa fa-download fa-fw w3-margin-right"></i></a>
</li>
<li>Theaud etal., NeuroImage 2020</li>
</ul>
</div>
<div class="w3-padding-16">
<ul class="w3-ul w3-white w3-opacity w3-hover-opacity-off">
<li class="w3-dark-grey w3-large">The role of diffusion tractography in refining glial tumor resection
<a href="https://link.springer.com/article/10.1007/s00429-020-02056-z" target="_blank"><i class="fa fa-download fa-fw w3-margin-right"></i></a>
</li>
<li>Vanderweyen etal., Brain Structure and Function 2020</li>
</ul>
</div>
<div class="w3-padding-16">
<ul class="w3-ul w3-white w3-opacity w3-hover-opacity-off">
<li class="w3-dark-grey w3-large">Tractostorm: The what, why, and how of tractography dissection reproducibility
<a href="https://onlinelibrary.wiley.com/doi/full/10.1002/hbm.24917" target="_blank"><i class="fa fa-download fa-fw w3-margin-right"></i></a>
</li>
<li>Rheault etal., Human Brain Mapping 2020</li>
</ul>
</div>
<div class="w3-padding-16">
<ul class="w3-ul w3-white w3-opacity w3-hover-opacity-off">
<li class="w3-dark-grey w3-large">Age-related change in episodic memory: Role of functional and structural connectivity between the ventral posterior cingulate and the parietal cortex
<a href="https://link.springer.com/article/10.1007/s00429-020-02121-7" target="_blank"><i class="fa fa-download fa-fw w3-margin-right"></i></a>
</li>
<li>Edde etal., Brain Structure and Function 2020</li>
</ul>
</div>
<div class="w3-padding-16">
<ul class="w3-ul w3-white w3-opacity w3-hover-opacity-off">
<li class="w3-dark-grey w3-large">Limits to anatomical accuracy of diffusion tractography using modern approaches
<a href="https://www.sciencedirect.com/science/article/pii/S1053811918319888" target="_blank"><i class="fa fa-download fa-fw w3-margin-right"></i></a>
</li>
<li>Schilling etal., Neuroimage 2018</li>
</ul>
</div>
<h5 class="w3-text-light-grey">Abstracts</h5>
<div class="w3-padding-16">
<ul class="w3-ul w3-white w3-opacity w3-hover-opacity-off">
<li class="w3-dark-grey w3-large">White Matter Tractometry Correlates with Fatigue Severity in Young Adults with Multiple Sclerosis (1322)
<a href="https://n.neurology.org/content/94/15_Supplement/1322.abstract" target="_blank"><i class="fa fa-download fa-fw w3-margin-right"></i></a>
</li>
<li>Beaudouin etal., Neurology 2020</li>
</ul>
</div>
<div class="w3-padding-16">
<ul class="w3-ul w3-white w3-opacity w3-hover-opacity-off">
<li class="w3-dark-grey w3-large">Surface integration for connectome analysis in age prediction
<a href="" target="_blank"><i class="fa fa-download fa-fw w3-margin-right"></i></a>
</li>
<li>Al-Sharif etal., OHBM 2019</li>
</ul>
</div>
<div class="w3-padding-16">
<ul class="w3-ul w3-white w3-opacity w3-hover-opacity-off">
<li class="w3-dark-grey w3-large">A diffusion MRI pipeline leveraging Nextflow & Singularity: Robust, Efficient, Reproducible in time!
<a href="data/theaud-etal-ismrm19_pipeline.pdf" target="_blank"><i class="fa fa-download fa-fw w3-margin-right"></i></a>
</li>
<li>Theaud etal., ISMRM 2019</li>
</ul>
</div>
<div class="w3-padding-16">
<ul class="w3-ul w3-white w3-opacity w3-hover-opacity-off">
<li class="w3-dark-grey w3-large">Brain tumors: a challenge for tracking algorithms
<a href="data/theaud-etal-ismrm19_tumor.pdf" target="_blank"><i class="fa fa-download fa-fw w3-margin-right"></i></a>
</li>
<li>Theaud etal., ISMRM 2019</li>
</ul>
</div>
<div class="w3-padding-16">
<ul class="w3-ul w3-white w3-opacity w3-hover-opacity-off">
<li class="w3-dark-grey w3-large">Multi-shell multi-tissue fODF tractography improves V1-V2 macaque connectivity mapping
<a href="data/Theaud-etal_ISMRM18.pdf" target="_blank"><i class="fa fa-download fa-fw w3-margin-right"></i></a>
</li>
<li>Theaud etal., ISMRM 2018</li>
</ul>
</div>
<div class="w3-padding-16">
<ul class="w3-ul w3-white w3-opacity w3-hover-opacity-off">
<li class="w3-dark-grey w3-large">Impact of white-matter hyperintensities on tractography
<a href="data/Theaud-etal-ismrm17.pdf" target="_blank"><i class="fa fa-download fa-fw w3-margin-right"></i></a></li>
<li>Theaud etal., ISMRM 2017</li>
</ul>
</div>
<h5 class="w3-text-light-grey">Posters</h5>
<ul class="w3-ul w3-white w3-opacity w3-hover-opacity-off">
<li class="w3-dark-grey w3-large">Multi-shell multi-tissue fODF tractography improves V1-V2 macaque connectivity mapping
<a href="data/ISMRM2018-Eposter.pdf" target="_blank"><i class="fa fa-download fa-fw w3-margin-right"></i></a></li>
</ul>
<!-- End Publications Section -->
</div>
<!-- Portfolio Section -->
<div class="w3-padding-64 w3-content" id="photos">
<h2 class="w3-text-light-grey">My Photos</h2>
<hr style="width:200px" class="w3-opacity">
<!-- Grid for photos -->
<div class="w3-row-padding" style="margin:0 -16px">
<div class="w3-half">
<img src="gallery/Preuve_par_image_no_crop.png" style="width:100%">
</div>
<div class="w3-half">
<img src="gallery/render.jpg" style="width:100%">
</div>
<!-- End photo grid -->
</div>
<!-- End Portfolio Section -->
</div>
<!-- Contact Section -->
<div class="w3-padding-64 w3-content w3-text-grey" id="contact">
<h2 class="w3-text-light-grey">Contact Me</h2>
<hr style="width:200px" class="w3-opacity">
<div class="w3-section">
<p><i class="fa fa-map-marker fa-fw w3-text-white w3-xxlarge w3-margin-right"></i> Université de Sherbrooke, Québec, Canada</p>
<p><i class="fa fa-envelope fa-fw w3-text-white w3-xxlarge w3-margin-right"> </i> Email: [email protected]</p>
</div><br>
<!-- End Contact Section -->
</div>
<!-- Footer -->
<footer class="w3-content w3-padding-64 w3-text-grey w3-xlarge">
<p class="w3-medium">Guillaume Theaud</a></p>
<!-- End footer -->
</footer>
<!-- END PAGE CONTENT -->
</div>
</body>
</html>