Skip to content

Commit 6d35bd3

Browse files
author
Jamie Spaulding
authored
Update index.html
1 parent 86baad8 commit 6d35bd3

File tree

1 file changed

+46
-178
lines changed

1 file changed

+46
-178
lines changed

projects/index.html

Lines changed: 46 additions & 178 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
66

7-
<title>Anthony Platanios | projects</title>
8-
<meta name="description" content="Personal website of Anthony Platanios.">
7+
<title>Jamie Spaulding | Research</title>
8+
<meta name="description" content="Personal website of Jamie Spaulding.">
99

1010
<!-- Fonts and Icons -->
1111
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:100,300,400,500,700|Material+Icons" />
@@ -24,7 +24,7 @@
2424
<nav id="navbar" class="navbar fixed-top navbar-expand-md grey lighten-5 z-depth-1 navbar-light">
2525
<div class="container-fluid p-0">
2626

27-
<a class="navbar-brand title font-weight-lighter" href="/"><span class="font-weight-bold">Anthony</span> Platanios</a>
27+
<a class="navbar-brand title font-weight-lighter" href="/">Jamie <span class="font-weight-bold">Spaulding</span></a>
2828

2929
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
3030
<span class="navbar-toggler-icon"></span>
@@ -33,54 +33,60 @@
3333
<ul class="navbar-nav ml-auto flex-nowrap">
3434
<li class="nav-item ">
3535
<a class="nav-link" href="/">
36-
about
36+
About
3737

3838
</a>
3939
</li>
4040

41-
42-
43-
44-
<li class="nav-item ">
45-
<a class="nav-link" href="/cv/">
46-
cv
41+
<li class="nav-item ">
42+
<a class="nav-link" href="/cv/">
43+
Profile
4744

48-
</a>
49-
</li>
45+
</a>
46+
</li>
5047

51-
48+
<li class="nav-item ">
49+
<a class="nav-link" href="/teaching/">
50+
Teaching
51+
52+
</a>
53+
</li>
5254

5355

5456

5557
<li class="nav-item navbar-active font-weight-bold">
5658
<a class="nav-link" href="/projects/">
57-
projects
59+
Research
5860

5961
<span class="sr-only">(current)</span>
6062

6163
</a>
6264
</li>
6365

6466

65-
67+
<li class="nav-item ">
68+
<a class="nav-link" href="/projects/">
69+
Publications
70+
71+
</a>
72+
</li>
73+
74+
6675
<li class="nav-item ">
6776
<a class="nav-link" href="/publications/">
68-
publications
77+
News
6978

7079
</a>
7180
</li>
72-
73-
81+
7482

7583
<li class="nav-item ">
76-
<a class="nav-link" href="/teaching/">
77-
teaching
84+
<a class="nav-link" href="/contact/">
85+
Contact
7886

7987
</a>
8088
</li>
81-
8289

83-
8490

8591
</ul>
8692
</div>
@@ -98,7 +104,7 @@
98104
<div class="content">
99105

100106
<h1>projects</h1>
101-
<h6>some of the projects I have worked on</h6>
107+
<h6>Here you can find a collection of different research areas I am actively engaging with my research agenda. If you are interested in further details don't hesitate to contact me.</h6>
102108

103109

104110
<div id="projects" class="row mt-2 pt-3" style="overflow: visible !important;">
@@ -109,10 +115,10 @@ <h6>some of the projects I have worked on</h6>
109115
<a href="/projects/accuracy_estimation/">
110116

111117
<div class="card">
112-
<img class="card-img-top" src="/assets/img/accuracy_estimation_logo.svg" alt="project thumbnail" />
118+
<img class="card-img-top" src="/assets/img/fatm-image.jpg" alt="project thumbnail" />
113119
<div class="card-body">
114-
<h5 class="card-title text-lowercase">estimating accuracy from unlabeled data</h5>
115-
<p class="card-text">estimating accuracies of classifiers using only unlabeled data</p>
120+
<h5 class="card-title text-lowercase">Firearms Examination</h5>
121+
<p class="card-text">Improving traditional and computational approaches to the interpretation of cartridge case and bullet evidence</p>
116122
<div class="row ml-1 mr-1 p-0">
117123

118124

@@ -127,30 +133,16 @@ <h5 class="card-title text-lowercase">estimating accuracy from unlabeled data</h
127133
<a href="/projects/machine_translation/">
128134

129135
<div class="card">
130-
<img class="card-img-top" src="/assets/img/projects/machine_translation/machine_translation.svg" alt="project thumbnail" />
136+
<img class="card-img-top" src="/assets/img/projects/machine_translation/fp-image.jpg" alt="project thumbnail" />
131137
<div class="card-body">
132-
<h5 class="card-title text-lowercase">machine translation</h5>
133-
<p class="card-text">enhacing machine translation using contextual parameter generation and curriculum learning</p>
138+
<h5 class="card-title text-lowercase">Fingerprint Analysis</h5>
139+
<p class="card-text">Enhacing recovery of latent fingerprints and examiner accuracy in comparisons</p>
134140
<div class="row ml-1 mr-1 p-0">
135141

136-
<div class="wordpress-icon" data-toggle="tooltip" title="Blog Post">
137-
<div class="icon">
138-
<a href="https://blog.ml.cmu.edu/2019/01/14/contextual-parameter-generation-for-universal-neural-machine-translation/" target="_blank"><i class="fab fa-wordpress-simple wp-icon"></i></a>
139-
</div>
140-
</div>
141-
142+
142143

143144

144-
<div class="github-icon">
145-
<div class="icon" data-toggle="tooltip" title="Code Repository">
146-
<a href="https://github.com/eaplatanios/symphony-mt" target="_blank"><i class="fab fa-github gh-icon"></i></a>
147-
</div>
148-
<span class="stars" data-toggle="tooltip" title="GitHub Stars">
149-
<i class="fas fa-star"></i>
150-
<span id="machine-translationeaplatanios-symphony-mt-stars"></span>
151-
</span>
152-
</div>
153-
145+
154146
</div>
155147
</div>
156148
</div>
@@ -162,18 +154,13 @@ <h5 class="card-title text-lowercase">machine translation</h5>
162154
<a href="/projects/contextual_parameter_generation/">
163155

164156
<div class="card">
165-
<img class="card-img-top" src="/assets/img/contextual_parameter_generation.svg" alt="project thumbnail" />
157+
<img class="card-img-top" src="/assets/img/physical-fit-image.jpg" alt="project thumbnail" />
166158
<div class="card-body">
167-
<h5 class="card-title text-lowercase">contextual parameter generation</h5>
168-
<p class="card-text">enabling neural networks to better perform multi-task learning and more</p>
159+
<h5 class="card-title text-lowercase">Physical Fit Examination</h5>
160+
<p class="card-text">Investigating computational approaches to support examiner decisions on source</p>
169161
<div class="row ml-1 mr-1 p-0">
170162

171-
<div class="wordpress-icon" data-toggle="tooltip" title="Blog Post">
172-
<div class="icon">
173-
<a href="https://blog.ml.cmu.edu/2019/01/14/contextual-parameter-generation-for-universal-neural-machine-translation/" target="_blank"><i class="fab fa-wordpress-simple wp-icon"></i></a>
174-
</div>
175-
</div>
176-
163+
177164

178165
</div>
179166
</div>
@@ -188,139 +175,20 @@ <h5 class="card-title text-lowercase">contextual parameter generation</h5>
188175
<div class="card">
189176
<img class="card-img-top" src="/assets/img/tensorflow_for_scala_logo.svg" alt="project thumbnail" />
190177
<div class="card-body">
191-
<h5 class="card-title text-lowercase">TensorFlow Scala</h5>
192-
<p class="card-text">type-safe linear algebra, tensors, and neural networks</p>
178+
<h5 class="card-title text-lowercase">Investigative Approaches</h5>
179+
<p class="card-text">Developing novel apporoaches to the scientific investigation of criminal incidents</p>
193180
<div class="row ml-1 mr-1 p-0">
194181

195182

196183

197-
<div class="github-icon">
198-
<div class="icon" data-toggle="tooltip" title="Code Repository">
199-
<a href="https://github.com/eaplatanios/tensorflow_scala" target="_blank"><i class="fab fa-github gh-icon"></i></a>
200-
</div>
201-
<span class="stars" data-toggle="tooltip" title="GitHub Stars">
202-
<i class="fas fa-star"></i>
203-
<span id="TensorFlow-Scalaeaplatanios-tensorflow_scala-stars"></span>
204-
</span>
205-
</div>
206-
207-
</div>
208-
</div>
209-
</div>
210-
</a>
211-
</div>
212-
213-
<div class="project-card">
214-
215-
<a href="https://blog.ml.cmu.edu" target="_blank">
216-
217-
<div class="card">
218-
<img class="card-img-top" src="/assets/img/cmu_mld_blog.svg" alt="project thumbnail" />
219-
<div class="card-body">
220-
<h5 class="card-title text-lowercase">cmu mld blog</h5>
221-
<p class="card-text">editor and founding member for the CMU machine learning department blog</p>
222-
<div class="row ml-1 mr-1 p-0">
223-
224-
184+
225185
</div>
226186
</div>
227187
</div>
228188
</a>
229189
</div>
230190

231-
<div class="project-card">
232-
233-
<a href="/projects/nell/">
234-
235-
<div class="card">
236-
<img class="card-img-top" src="/assets/img/nell/nell_logo.svg" alt="project thumbnail" />
237-
<div class="card-body">
238-
<h5 class="card-title text-lowercase">never-ending learning</h5>
239-
<p class="card-text">extracting a knowledge-base from the web, while constantly improving at it</p>
240-
<div class="row ml-1 mr-1 p-0">
241-
242-
243-
</div>
244-
</div>
245-
</div>
246-
</a>
247-
</div>
248-
249-
<div class="project-card">
250-
251-
<a href="/projects/jelly_bean_world/">
252-
253-
<div class="card">
254-
<img class="card-img-top" src="/assets/img/jelly_bean_world.svg" alt="project thumbnail" />
255-
<div class="card-body">
256-
<h5 class="card-title text-lowercase">jelly-bean world</h5>
257-
<p class="card-text">a novel environment for experimenting with never-ending learning</p>
258-
<div class="row ml-1 mr-1 p-0">
259-
260-
261-
262-
<div class="github-icon">
263-
<div class="icon" data-toggle="tooltip" title="Code Repository">
264-
<a href="https://github.com/eaplatanios/jelly-bean-world" target="_blank"><i class="fab fa-github gh-icon"></i></a>
265-
</div>
266-
<span class="stars" data-toggle="tooltip" title="GitHub Stars">
267-
<i class="fas fa-star"></i>
268-
<span id="jelly-bean-worldeaplatanios-jelly-bean-world-stars"></span>
269-
</span>
270-
</div>
271-
272-
</div>
273-
</div>
274-
</div>
275-
</a>
276-
</div>
277-
278-
<div class="project-card">
279-
280-
<a href="/projects/active_learning/">
281-
282-
<div class="card">
283-
<img class="card-img-top" src="/assets/img/active_learning/active_learning_logo.svg" alt="project thumbnail" />
284-
<div class="card-body">
285-
<h5 class="card-title text-lowercase">active learning</h5>
286-
<p class="card-text">active learning amidst logical knowledge</p>
287-
<div class="row ml-1 mr-1 p-0">
288-
289-
290-
</div>
291-
</div>
292-
</div>
293-
</a>
294-
</div>
295-
296-
<div class="project-card">
297-
298-
<a href="/projects/curriculum_learning/">
299-
300-
<div class="card">
301-
<img class="card-img-top" src="/assets/img/curriculum_learning.svg" alt="project thumbnail" />
302-
<div class="card-body">
303-
<h5 class="card-title text-lowercase">curriculum learning</h5>
304-
<p class="card-text">exploring how to more efficiently teach neural networks</p>
305-
<div class="row ml-1 mr-1 p-0">
306-
307-
308-
309-
<div class="github-icon">
310-
<div class="icon" data-toggle="tooltip" title="Code Repository">
311-
<a href="https://github.com/eaplatanios/symphony-mt" target="_blank"><i class="fab fa-github gh-icon"></i></a>
312-
</div>
313-
<span class="stars" data-toggle="tooltip" title="GitHub Stars">
314-
<i class="fas fa-star"></i>
315-
<span id="curriculum-learningeaplatanios-symphony-mt-stars"></span>
316-
</span>
317-
</div>
318-
319-
</div>
320-
</div>
321-
</div>
322-
</a>
323-
</div>
191+
324192

325193
</div>
326194

@@ -329,7 +197,7 @@ <h5 class="card-title text-lowercase">curriculum learning</h5>
329197

330198
<!-- Footer -->
331199
<footer>
332-
&copy; Copyright 2024 Anthony Platanios.
200+
&copy; Copyright 2024 Jamie Spaulding.
333201

334202

335203
</footer>

0 commit comments

Comments
 (0)