-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (37 loc) · 2.67 KB
/
index.html
File metadata and controls
49 lines (37 loc) · 2.67 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
---
layout: default
title: Nathan Mitchell
---
<h3> About Me </h3>
<image id="main_portrait" src="images/NMitchell_Portrait.png"/>
<p>My name is Nathan Mitchell and I am currently working as Lead Simulation Developer for <a href="http://avametric.com">Avametric</a>. At Avametric I am actively designing and improving advanced cloth simulation software to support digital clothing e-commerce services. Previously, I completed a Ph.D. in computer science at the <a href="http://www.cs.wisc.edu/">University of Wisconsin - Madison</a>, where I was a member of the <a href="http://graphics.cs.wisc.edu">UW Visual Computing Lab</a>. During my time there, my primary academic interests included deformable object simulation, software optimization for heterogeneous hardware, and rendering. As part of my prior research, I was the lead developer on a <a href="/project_pages/virtual_surgery">virtual surgery project</a>, which aimed to provide a virtual authoring and practice tool for plastic surgeons.</p>
<p>My advisor at the University of Wisconsin is <a href="http://pages.cs.wisc.edu/~sifakis">Eftychios Sifakis</a>. Before I began my graduate program, I attended the <a href="http://www.edinboro.edu/academics/schools-and-departments/cshp/departments/mcs/index.html">University of Edinboro</a> in Pennsylvania for my undergraduate degree in computer science. I have also worked with the Math and Computer Science division of Argonne National Labs, where I helped develop software for managing cluster provisioning.</p>
<p>In my personal time, I am an avid enthusiast of board games and tabletop RPGS. I also enjoy baking desserts.</p>
<!-- <div id="TRIGGER" > </div> -->
<div class='timelineSection'>
<div class='timeline'>
<div class='timelineLine'></div>
<div class='timelineZone'>
{% assign publications = site.data.publications | group_by:"paper_year" | sort: 'name' | reverse %}
{% for yeargroup in publications %}
{% for paper in yeargroup.items %}
<div class='poi active timelinePoi' tltime='{{ paper.timeline_order }}' url="{{site.url}}/publications/{{ paper.slug }}">
<div class='caption'>
<div class="caption-img"><img src="{{ paper.rep_image }}" /></div>
<div class="caption-text">
<div class='titlebar'>
<h2 class='title'><span>{{ paper.short_title }}</span></h2>
</div>
<div class='body'><p>
{{ paper.abstract | truncate: 250 }}
</div>
</div>
</div>
<span class="time">{{ paper.timeline_venue }}</span>
</div>
{% endfor %}
{% endfor %}
</div>
</div>
</div>
<div id="scrollspacer" > </div>