-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (81 loc) · 4.99 KB
/
index.html
File metadata and controls
91 lines (81 loc) · 4.99 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
---
title: Nathan Jacobs' Homepage
rawtitle: true
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Nathan Jacobs">
<title>Nathan Jacobs</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700">
<link rel="stylesheet" href="stylesheet.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZKB7GNY99L"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-9Q08N5VMDQ');
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
</head>
<body>
<div class="container">
<div class="row mt-3 mb-3">
<div class="col-lg-3 col-md-4 text-center mb-3">
<img class="profile-photo" alt="profile photo" src="images/nathan_jacobs.jpg" />
</div>
<div class="col-lg-9 col-md-8">
<h1>Nathan Jacobs</h1>
<p class="lead">Dr. Nathan Jacobs is a Professor in the Computer Science & Engineering department at Washington University in St. Louis and Director of the <a href="{{site.laburl}}">Multimodal Vision Research Laboratory</a>. His research focuses on computer vision, specializing in learning-based algorithms for processing large-scale image collections. His current work develops techniques for understanding the visual world from geotagged imagery, including images from social networks, outdoor webcams, and satellites. His research has been funded by NSF, NIH, DARPA, IARPA, NGA, ARL, AFRL, and Google.</p>
<p class="lead">He has graduated 14 PhD students, with 6 placed in tenure-track faculty positions and others at leading technology companies including Microsoft, Zillow, and Kitware. He has also mentored numerous MS students and undergraduates, many of whom have gone on to pursue advanced degrees or careers in industry.</p>
<div class="nav-links">
<a href="{{site.laburl}}">Research Lab</a> / <a href="cv.pdf">CV</a> / <a
href="https://scholar.google.com/citations?hl=en&user=ZBgGyh8AAAAJ">Scholar</a> / <a
href="https://github.com/jacobsn">Github</a> / <a
href="https://www.linkedin.com/in/jacobsn/">LinkedIn</a>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-12">
<h2>Roles and Affiliations</h2>
<ul class="roles-list">
<li>Assistant Vice Provost for <a href="https://di2accelerator.wustl.edu/">Digital Transformation</a>, Washington University in St. Louis</li>
<li><a href="https://engineering.wustl.edu/faculty/Nathan-Jacobs.html">Professor</a>, <a href="http://cse.wustl.edu/">Computer Science & Engineering</a> (primary), with joint appointments in <a href="http://ese.wustl.edu/">Electrical & Systems Engineering</a>, <a href="https://datasciences.wustl.edu/">Computational and Data Science</a>, and <a href="https://engineering.wustl.edu/academics/programs/imaging-science/index.html">Imaging Science</a> at <a href="http://www.washu.edu/">Washington University in St. Louis</a></li>
<li>Director, <a href="https://mvrl.cse.wustl.edu/">Multimodal Vision Research Laboratory</a></li>
<li>Co-Director, <a href="https://geospatial.wustl.edu/">WashU Geospatial Research Initiative</a></li>
<li>Research Council Member, <a href="https://taylorgeospatial.org/">Taylor Geospatial Institute</a></li>
</ul>
</div>
</div>
<div class="row mt-4">
<div class="col-12">
<h2>Selected Achievements</h2>
<ul class="achievements-list">
<li>National Science Foundation CAREER Award, 2016</li>
<li>Google Faculty Research Awards, 2016 and 2018</li>
<li>Dean's Award for Excellence in Research, University of Kentucky, 2018</li>
<li>Best Paper Award, EarthVision Workshop at CVPR 2024</li>
</ul>
</div>
</div>
<div class="row mt-4">
<div class="col-12">
<h2>Selected Contributions</h2>
<p class="mb-3" style="font-size: 0.95rem;">See <a href="{{site.laburl}}/publications/">my lab's page</a> for a complete listing of publications.</p>
<div class="publications-sidebar">
{% bibliography --template bib-picture --max 10 --query @*[spotlight~=true] %}
</div>
</div>
</div>
</div>
</body>
</html>