-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
197 lines (184 loc) · 11.9 KB
/
Copy pathindex.html
File metadata and controls
197 lines (184 loc) · 11.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Driftless Labs LLC</title>
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<!-- <link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700" rel="stylesheet" type="text/css" />-->
<!-- <link href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i" rel="stylesheet" type="text/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+Sans:wght@200;400;600&display=swap" rel="stylesheet">
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-light bg-primary fixed-top" id="sideNav">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">Driftless Labs LLC</span>
<span class="d-none d-lg-block"><img class="img-fluid mx-auto mb-2" src="assets/img/DriftlessBranch.png" alt="..." /></span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav">
<!-- <li class="nav-item"><a class="nav-link js-scroll-trigger" href="#about">About</a></li>-->
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#staff">Who</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#projects">What</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#why">Wherefore</a></li>
</ul>
</div>
</nav>
<!-- Page Content-->
<div class="container-fluid p-0">
<!-- About-->
<section class="resume-section" id="about">
<div class="resume-section-content">
<div class="d-flex flex-row">
<div class="d-flex flex-column me-4 mb-5 d-inline-block d-lg-none pb-5">
<img class="img-fluid mb-5 d-inline-block d-lg-none pb-5" src="assets/img/DriftlessBranch.png" alt="..." />
</div>
<div class="d-flex flex-column">
<h1 class="mb-4">
Driftless Labs <span class="text-primary">LLC</span>
</h1>
<div class="subheading mb-4">
Building digital infrastructure to study, understand, and predict how we travel.
</div>
<div class="social-icons" >
<a class="social-icon" href="https://www.linkedin.com/in/wirepaladin/"><i class="fab fa-linkedin-in"></i></a>
<a class="social-icon" href="https://github.com/jpn--"><i class="fab fa-github"></i></a>
<a class="social-icon" href="mailto:jeff@driftless.xyz"><i class="fa-solid fa-envelope"></i></a>
</div>
</div>
</div>
</div>
</section>
<hr class="m-0" />
<!-- staff -->
<section class="resume-section" id="staff">
<div class="resume-section-content">
<div class="d-flex flex-row mx-auto mx-sm-0 mb-5"><h2 class="mx-auto mx-sm-0">Staff</h2></div>
<div class="d-flex flex-column flex-sm-row mb-5">
<div class="d-flex flex-md-column me-sm-4">
<img class="float-start img-profile rounded-circle mx-auto mb-2" src="assets/img/illustration.png" alt="..." />
</div>
<div class="d-flex flex-column mx-auto">
<div class="my-auto mx-auto ms-sm-0">
<div>
<h3 class="mb-1 mx-auto">Jeffrey Newman <span class="text-primary">PH.D.</span></h3>
</div>
</div>
<div class="my-auto">
<p>
With more than 20 years of experience building and using transportation demand models,
Jeff has had plenty of time to make a lot of mistakes. But also he's had time to learn from
them, and to fix a few. ChatGPT thinks he has a Ph.D. in Civil Engineering from the University
of California, but that's just not true (it's from Northwestern).
</p>
<p>
You may have heard that one is the loneliest number, but that doesn't always need to be the
case. Although Jeff is the only employee of Driftless Labs, he rarely works alone, as
it's inefficient and boring, and who wants that? Pretty much every project listed below
is a collaboration with others.
</p>
</div>
</div>
</div>
</div>
</section>
<hr class="m-0" />
<!-- projects-->
<section class="resume-section" id="projects">
<div class="resume-section-content">
<div class="d-flex flex-row mx-auto mx-sm-0 mb-5"><h2 class="mx-auto mx-sm-0">Projects</h2></div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-2 mb-lg-4">
<div class="flex-grow-1">
<h3 class="mb-1 text-center text-sm-start"><a class="subhead" href="https://activitysim.github.io">ActivitySim</a></h3>
<p>
The mission of the ActivitySim project is to create and maintain advanced, open-source,
activity-based travel behavior modeling software based on best software development
practices for distribution at no charge to the public. ActivitySim is owned and
administered by the Association of Metropolitan Planning Organizations Research Foundation (AMPORF),
a Federal 501(c)(3) organization, to which Driftless Labs provides software development services.
</p>
</div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-2 mb-lg-4">
<div class="flex-grow-1">
<h3 class="mb-1 text-center text-sm-start"><a class="subhead" href="https://activitysim.github.io/sharrow/">Sharrow</a></h3>
<p>
Sharrow is an accelerator for ActivitySim. It offers access to data formatting and a just-in-time
compiler specifically for converting ActivitySim-style “specification” files into optimized,
runnable functions that can approach the speeds of C or FORTRAN. Sharrow is also owned and
administered by AMPORF, and supported by Driftless Labs under subcontract.
</p>
</div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-2 mb-lg-4">
<div class="flex-grow-1">
<h3 class="mb-1 text-center text-sm-start"><a class="subhead" href="https://larch.newman.me">Larch</a></h3>
<p>
Larch is a tool for estimating parameters and applying discrete choice models.
</p>
</div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-2 mb-lg-4">
<div class="flex-grow-1">
<h3 class="mb-1 text-center text-sm-start"><a class="subhead" href="https://www.passengersim.com">PassengerSim</a></h3>
<p>
PassengerSim is the next generation tool for simulating aviation passenger travel demand,
to support revenue management research. It was created in collaboration with the
Air Transport Lab at Georgia Tech, and is owned and developed by Passenger Simulation Labs LLC.
</p>
</div>
</div>
</div>
</section>
<hr class="m-0" />
<!-- why -->
<section class="resume-section" id="why">
<div class="resume-section-content">
<div class="d-flex flex-row mx-auto mx-sm-0 mb-5"><h2 class="mx-auto mx-sm-0 text-center text-sm-start">Wherefore art thou Driftless Labs?</h2></div>
<div class="d-flex flex-column flex-lg-row mb-5">
<div class="d-flex flex-column">
<p>
We're located high up on Eagles Bluff, overlooking the confluence of the
Root and Mississippi Rivers, in the heart of what is known as the Driftless Area.
It's a geological marvel, a small area of the Upper Mississippi
River Basin that escaped the glacial activity that flattened much
of the rest of the Midwest during the last Ice Age. As a result,
the Driftless Area boasts a captivating and unique topography,
characterized by undulating hills, deep valleys, and dramatic
limestone bluffs.
</p><p>
The absence of glacial drift, the mixture of sediments left behind
by glaciers, allows the underlying rock formations to take center
stage. Ancient limestone and sandstone formations, sculpted by
the erosive forces of wind and water over millennia, create a
landscape that is both rugged and visually striking. Numerous
meandering rivers have carved out deep valleys as they flow down
to join the mighty Mississippi, which flows right through the middle
of the Driftless.
</p>
</div>
<div class="d-flex flex-row flex-lg-column ms-lg-4">
<img class="img-extra mx-auto mb-2" src="assets/img/TopoDriftless.png" alt="..." />
</div>
</div>
</div>
</section>
<hr class="m-0" />
</div>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>