-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
338 lines (330 loc) · 19 KB
/
Copy pathindex.html
File metadata and controls
338 lines (330 loc) · 19 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
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DCBIA - Dental and Cranofacial Bionetwork for Image Analysis</title>
<link rel="stylesheet" href="styles/main.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800;900&family=Comfortaa:wght@300;400;500;600;700&family=Quicksand:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<nav class="navbar">
<div class="nav-container">
<div class="nav-logo">
<h2><a href="#home" style="text-decoration: none; color: inherit;">DCBIA<img src="images/logo.png"></a></h2>
</div>
<ul class="nav-menu">
<li class="nav-item">
<a href="#home" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="#team" class="nav-link">Team</a>
</li>
<li class="nav-item">
<a href="#research" class="nav-link">Research</a>
</li>
<li class="nav-item">
<a href="projects.html" class="nav-link">Projects</a>
</li>
<li class="nav-item">
<a href="#news" class="nav-link">News</a>
</li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
<div class="scroll-container">
<section id="home" class="section hero-section">
<div class="hero-content">
<h1 class="hero-title">
<span class="title-line">Dental and Cranofacial</span>
<span class="title-line highlight">Bionetwork for Image Analysis</span>
</h1>
<p class="hero-subtitle">3D Imaging • Data Science • Artificial Intelligence</p>
<div class="hero-cta">
<a href="#about" class="btn btn-primary">Who are we?</a>
<a href="#research" class="btn btn-outline">Explore our projects</a>
</div>
</div>
</section>
<section id="about" class="section presentation-section">
<div class="section-container">
<div class="section-header">
<h2 class="section-title">Our Mission</h2>
<p class="section-subtitle">Image Analysis in Dentistry through Data Science</p>
</div>
<div class="presentation-grid">
<div class="presentation-text">
<h3>About DCBIA Research Network</h3>
<p>We bring together clinicians, data scientists and engineers to advance quantitative imaging in dentistry. Our research focuses on validating imaging markers, assessing treatment effects, and sharing open-source software for the dental community.</p>
<ul class="features-list">
<li>Validate quantitative imaging markers of bone structure</li>
<li>Assess treatment effects and quantify bone degradation</li>
<li>Share open-source software and train dental professionals</li>
<li>Secure data management and NIH compliance</li>
</ul>
<div class="funding-info">
<p><strong>Funded by:</strong> National Institute of Dental and Craniofacial Research (NIDCR) - R01DE024450</p>
</div>
</div>
<div class="presentation-visual">
<div class="stats-grid">
<div class="stat-item">
<span class="stat-number">5+</span>
<span class="stat-label">Universities</span>
</div>
<div class="stat-item">
<span class="stat-number">100+</span>
<span class="stat-label">Publications</span>
</div>
<div class="stat-item">
<span class="stat-number">20</span>
<span class="stat-label">Imaging Tools</span>
</div>
<div class="stat-item">
<span class="stat-number">25+</span>
<span class="stat-label">Researchers</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="team" class="section team-section">
<div class="section-container">
<div class="section-header">
<h2 class="section-title">Research Team</h2>
<p class="section-subtitle">Leading experts in dental imaging and data science</p>
</div>
<div class="team-grid">
<div class="team-member">
<a href="https://dentistry.unc.edu/person/lucia-cevidanes/"style="text-decoration: none; color: inherit;">
<div class="member-photo">
<img src="images/Team/lucia.png">
</div>
<h4 class="member-name">Dr. Lucia Cevidanes</h4>
<p class="member-role">Principal Investigator</p>
<p class="member-bio">Professor & Chair at University of North Carolina, expert in 3D imaging and orthodontic research.</p>
<p class="member-affiliation">University of North Carolina</p>
</a>
</div>
<div class="team-member">
<a href="https://dent.umich.edu/directory/aron-aliaga-del-castillo-dds-ms-phd"style="text-decoration: none; color: inherit;">
<div class="member-photo">
<img src="images/Team/aronaliaga.png" alt="Dr. Aron Aliaga">
</div>
<h4 class="member-name">Dr. Aron Aliaga</h4>
<p class="member-role">Clinical Assistant Professor</p>
<p class="member-bio">Expert in 3D craniofacial imaging, AI applications in orthodontics, and evidence-based clinical treatment outcomes.</p>
<p class="member-affiliation">University of Michigan</p>
</a>
</div>
<div class="team-member">
<a href="https://www.pacific.edu/campus-directory/jonas-bianchi"style="text-decoration: none; color: inherit;">
<div class="member-photo">
<img src="images/Team/Jonas-Bianchi.png" alt="Dr. Jonas Bianchi">
</div>
<h4 class="member-name">Dr. Jonas Bianchi</h4>
<p class="member-role">Director of Research</p>
<p class="member-bio">Specialist in AI-driven diagnostics and 3D imaging, bridging clinical practice with deep learning computational research.</p>
<p class="member-affiliation">University of the Pacific</p>
</a>
</div>
<div class="team-member">
<a href="https://www.med.unc.edu/psych/people/juan-prieto-phd/"style="text-decoration: none; color: inherit;">
<div class="member-photo">
<img src="images/Team/juanprieto.png">
</div>
<h4 class="member-name">Dr. Juan Prieto</h4>
<p class="member-role">Computer Scientist</p>
<p class="member-bio">Expert in Artificial Intelligence and Machine Learning algorithms.</p>
<p class="member-affiliation">University of North Carolina</p>
</a>
</div>
<div class="team-member">
<a href="https://www.linkedin.com/in/alexandre-buiss/"style="text-decoration: none; color: inherit;">
<div class="member-photo">
<img src="images/Team/alexandrebuisson.png">
</div>
<h4 class="member-name">Alexandre Buisson</h4>
<p class="member-role">Software Engineer</p>
<p class="member-bio">3D Slicer Extensions co-lead Developper and Imaging Computer Expert</p>
<p class="member-affiliation">University of North Carolina</p>
</a>
</div>
<div class="team-member">
<a href="https://www.linkedin.com/in/paul-dumont1544/"style="text-decoration: none; color: inherit;">
<div class="member-photo">
<img src="images/Team/pauldumont.png">
</div>
<h4 class="member-name">Paul Dumont</h4>
<p class="member-role">Software Engineer</p>
<p class="member-bio">3D Slicer Extensions co-lead Developper and Imaging Computer Expert</p>
<p class="member-affiliation">University of North Carolina</p>
</a>
</div>
</div>
<div class="team-actions">
<a href="team.html" class="btn team-expand-btn">
View all the members
</a>
</div>
</div>
</section>
<section id="research" class="section projects-section">
<div class="section-container">
<div class="section-header">
<h2 class="section-title">Research & Tools</h2>
<p class="section-subtitle">Open-source software and innovative methodologies</p>
</div>
<div class="projects-grid">
<div class="project-card">
<div class="project-header">
<span class="project-tag">Active</span>
<h4 class="project-title">3D Slicer Extensions</h4>
</div>
<p class="project-description">Automated Dental Tools for 3D Slicer, providing advanced image processing capabilities for dental and cranofacial analysis.</p>
<div class="project-tech">
<span class="tech-tag">3D Slicer</span>
<span class="tech-tag">Python</span>
<span class="tech-tag">ITK</span>
</div>
<div class="project-links">
<a href="https://github.com/DCBIA-OrthoLab/SlicerAutomatedDentalTools" class="project-link">Download Extension</a>
</div>
</div>
<div class="project-card">
<div class="project-header">
<span class="project-tag">Ongoing</span>
<h4 class="project-title">Large Language Models in Dental Analysis</h4>
</div>
<p class="project-description">MedEx is a Slicer extension implementing LLMs to extract TMJ-related comorbidities from clinical text with automated structured summaries.</p>
<div class="project-tech">
<span class="tech-tag">LLMs</span>
<span class="tech-tag">Deep Learning</span>
<span class="tech-tag">Clinical Notes</span>
</div>
<div class="project-links">
<a href="https://github.com/DCBIA-OrthoLab/MedX" class="project-link">Access Code</a>
</div>
</div>
<div class="project-card">
<div class="project-header">
<span class="project-tag">Ongoing</span>
<h4 class="project-title">Automated Facial Asymmetry Classification</h4>
</div>
<p class="project-description">Automated pipeline for classifying skeletal facial asymmetry using Machine Learning algorithms on CBCT data for treatment planning.</p>
<div class="project-tech">
<span class="tech-tag">Machine Learning</span>
<span class="tech-tag">Automated Classification</span>
<span class="tech-tag">Clinical Research</span>
</div>
<div class="project-links">
<a href="pdf/Automated_Classification.pdf" class="project-link">Read Publications</a>
</div>
</div>
</div>
<div class="projects-cta">
<a href="projects.html" class="btn btn-primary">View All Projects & Publications</a>
</div>
</div>
</section>
<section id="news" class="section news-section">
<div class="section-container">
<div class="section-header">
<h2 class="section-title">News & Upcoming Events</h2>
<p class="section-subtitle">Stay informed about our latest research and activities</p>
</div>
<div class="news-grid">
<div class="news-category">
<h3 class="category-title">Latest Updates</h3>
<div class="news-item">
<div class="news-date">January 2026</div>
<h4 class="news-title">New Slicer Automated Dental Tools Available</h4>
<p class="news-excerpt">The latest beta versions are now available for download as extensions within 3D Slicer.</p>
</div>
<div class="news-item">
<div class="news-date">December 2025</div>
<h4 class="news-title">NIH Data Sharing Policy Updates</h4>
<p class="news-excerpt">Updated guidance available for FAIR-compliant repositories and human participant data protection.</p>
</div>
</div>
<div class="news-category">
<h3 class="category-title">Upcoming Events</h3>
<div class="event-item">
<div class="event-date">
<span class="month">Jan</span>
<span class="day">26-30</span>
</div>
<div class="event-details">
<h4>44th NA-MIC Project Week</h4>
<p>Las Palmas, Gran Canaria</p>
</div>
</div>
<div class="event-item">
<div class="event-date">
<span class="month">Mar</span>
<span class="day">25-28</span>
</div>
<div class="event-details">
<h4>104th IADR/AADOCR/CADR General Session</h4>
<p>San Diego, CA</p>
</div>
</div>
<div class="event-item">
<div class="event-date">
<span class="month">May</span>
<span class="day">1-3</span>
</div>
<div class="event-details">
<h4>AAO Annual Session 2026</h4>
<p>Orlando, FL</p>
</div>
</div>
</div>
</div>
<div class="resources-section">
<h3>Resources & Links</h3>
<div class="resources-grid">
<a href="https://github.com/DCBIA-OrthoLab" class="resource-card" target="_blank">
<div class="resource-icon github-icon"><img src = "images/News/logo_github.png"></div>
<h4>GitHub Repository</h4>
<p>Access our open-source imaging pipeline projects</p>
</a>
<a href="https://www.instagram.com/dcbiafriends/" class="resource-card" target="_blank">
<div class="resource-icon instagram-icon"><img src = "images/News/logo_instagram.png"></div>
<h4>Our Instagram</h4>
<p>Access our latest news on our instagram account</p>
</a>
<a href="https://www.youtube.com/@DCBIA" class="resource-card" target="_blank">
<div class="resource-icon youtube-icon"><img src = "images/News/logo_youtube.png"></div>
<h4>YouTube Tutorials</h4>
<p>Full range of educational tutorials and demos</p>
</a>
<a href="https://www.slicer.org/" class="resource-card" target="_blank">
<div class="resource-icon slicer-icon"><img src = "images/News/logo_3dslicer.png"></div>
<h4>3D Slicer</h4>
<p>Download the open-source 3D imaging platform</p>
</a>
<a href="https://www.itksnap.org/" class="resource-card" target="_blank">
<div class="resource-icon data-icon"><img src = "images/News/logo_itksnap.png"></div>
<h4>ITK Snap</h4>
<p>Software used to segment 3D and 4D biomedical images</p>
</a>
</div>
</div>
</div>
</section>
</div>
<script src="scripts/main.js"></script>
</body>
</html>