-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.html
More file actions
278 lines (231 loc) · 9.89 KB
/
publications.html
File metadata and controls
278 lines (231 loc) · 9.89 KB
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
274
275
276
277
278
<!DOCTYPE html>
<html>
<head>
<!-- Basic -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- Site Metas -->
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="" />
<link rel="shortcut icon" href="images/favicon.png" type="">
<title> ClinicaDL </title>
<!-- bootstrap core css -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<!-- fonts style -->
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet">
<!--owl slider stylesheet -->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
<!-- font awesome style -->
<link href="css/font-awesome.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.css" />
<link href="css/swiper.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet" />
<!-- responsive style -->
<link href="css/responsive.css" rel="stylesheet" />
</head>
<body>
<div class="hero_area">
<div class="hero_bg_box">
<img src="images/design_15.png" alt="">
</div>
<!-- header section strats -->
<header class="header_section">
<div class="container">
<nav class="navbar navbar-expand-lg custom_nav-container ">
<a class="navbar-brand" href="index.html">
<span>
ClinicaDL
</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class=""> </span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://clinicadl.readthedocs.io/en/stable/"> Documentation</a>
</li>
<li class="nav-item">
<a class="nav-link" href="publications.html">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://aramislab.paris.inria.fr/clinicadl/tuto/2023/html/">Tutorial</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/aramis-lab/clinicadl">GitHub</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://groups.google.com/g/clinica-user">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<!-- end header section -->
<section class="publications-section">
<div class="container">
<div class="heading_container heading_center">
<div class="row">
<div class=" description">
<p>
This page is still under construction, please check back later for more information on our publications.
</p>
<p>
For now, you can find the Lab publications on this <a class=" lab-link" href="https://www.aramislab.fr/pages/publications.html">page</a>.
</p>
</div>
</div>
<h2>
Publications
</h2>
<div class="row publications">
<div class="col-md-1"></div>
<div class="col-md-10">
<div class="publications-box">
<h5>
ClinicaDL: An Open-Source Deep Learning Software for Reproducible Neuroimaging Processing.
</h5>
<h4>
Thibeau-Sutre, Elina, Mauricio Diaz, Ravi Hassanaly, Alexandre M. Routier, Didier Dormont, Olivier Colliot, and Ninon Burgos.
</h4>
<p>
2022, <i>Computer Methods and Programs in Biomedicine</i> 220:106818.
<a class = "link" href = "https://doi.org/10.1016/j.cmpb.2022.106818">link</a>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- <section class="publications-section">
<div class="container">
<div class="heading_container heading_center">
<h2>
Conferences
</h2>
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-8 description">
<p>
ClinicaDL has been published in several reputable conferences. Here are some of our most recent publications.
</p>
</div>
</div>
<div class="row publications">
<div class="col-md-1"></div>
<div class="col-md-10">
<div class="publications-box">
<h5>
ClinicaDL v2.0.0
</h5>
<h4>
Thibeau-Sutre, Elina, Mauricio Diaz, Ravi Hassanaly, Alexandre M. Routier, Didier Dormont, Olivier Colliot, and Ninon Burgos.
</h4>
<p>
2025, <i>Colloque Français d'Intelligence Artificielle en Imagerie Biomédicale</i>
<a class = "poster" href = "">
</a>
</p>
</div>
</div>
</div>
</div>
</div>
</section> -->
</div>
<!-- footer section -->
<footer class="footer_section ">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="footer_contact">
<h4>
Information
</h4>
<div class="contact_link_box">
<a href="https://www.google.com/maps/place/Institut+du+Cerveau+-+Paris+Brain+Institute/@48.8351807,2.3616144,17z/data=!3m2!4b1!5s0x47e6718ab3c2c389:0xe5631a1aac15ece4!4m6!3m5!1s0x47e671f4647492ff:0x7700b00040eb24c6!8m2!3d48.8351807!4d2.3641893!16s%2Fg%2F1tycvzk8?entry=ttu&g_ep=EgoyMDI1MDIxOC4wIKXMDSoASAFQAw%3D%3D">
<i class="fa fa-map-marker" aria-hidden="true"></i>
<span>
Location
</span>
</a>
<a href="https://groups.google.com/forum/#!forum/clinica-user">
<i class="fa fa-group" aria-hidden="true"></i>
<span>
Support
</span>
</a>
<a href="">
<i class="fa fa-envelope" aria-hidden="true"></i>
<span>
aramislab.fr@gmail.com
</span>
</a>
<a href="https://www.linkedin.com/company/institutducerveau/">
<i class="fa fa-linkedin" aria-hidden="true"></i>
<span>
Linkedin
</span>
</a>
</div>
</div>
</div>
<div class="col-md-5">
<div class="footer_detail">
<h4>
About
</h4>
<p>
The ARAMIS Lab is a pluridisciplinary group bringing together methodological researchers (computer science, applied mathematics) and medical experts (neurology, medical imaging).
</p>
</div>
</div>
<div class="col-md-4">
<iframe style="border-width:0;" title="map" src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2626.1907045614025!2d2.364571!3d48.835501!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47e671f4647492ff%3A0x7700b00040eb24c6!2sInstitut du Cerveau - ICM+Institut+du+Cerveau+et+de+la+Moelle+%C3%A9pini%C3%A8re!5e0!3m2!1sfr!2sfr!4v1425552353092" height="200" width="100%"></iframe>
<!-- <div class="map_container">
<div class="map">
<div id="googleMap"></div>
</div>
</div> -->
</div>
</div>
<div class="footer-info">
<p>
© <span id="displayYear"></span> All Rights Reserved By
<a href="https://html.design/">Free Html Templates<br><br></a>
© <span id="displayYear"></span> Distributed By
<a href="https://themewagon.com/">ThemeWagon</a>
</p>
</div>
</div>
</footer>
<!-- footer section -->
<!-- jQery -->
<script type="text/javascript" src="js/jquery-3.4.1.min.js"></script>
<!-- popper js -->
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous">
</script>
<!-- bootstrap js -->
<script type="text/javascript" src="js/bootstrap.js"></script>
<!-- owl slider -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js">
</script>
<!-- custom js -->
<script type="text/javascript" src="js/custom.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.js"></script>
<!-- Google Map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCh39n5U-4IoWpsVGUHWdqB6puEkhRLdmI&callback=myMap">
</script>
<!-- End Google Map -->
</body>
</html>
<!-- ajouter les institutions et les contributeurs ? -->