-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
359 lines (189 loc) · 10.6 KB
/
index.html
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
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
<!doctype html>
<html class="no-js" lang="en">
<head>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Zvi Biener
Journal Theme by https://jekyllthemes.io
Premium + free Jekyll themes for your blog or website.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- Page Info -->
<link rel="shortcut icon" href="/images/favicon.png">
<link data-rh="true" rel="alternate" type="application/rss+xml" title="RSS" href="https://zbiener.github.io/feed.xml"/>
<title>Zvi Biener – Zvi Biener</title>
<meta name="description" content="Philosophy, Data, and a Whole Lotta Newton">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Zvi Biener – Zvi Biener">
<meta name="twitter:description" content="Philosophy, Data, and a Whole Lotta Newton">
<meta name="twitter:image:src" content="https://zbiener.github.io/images/moog-self-portrait.jpg">
<!-- Facebook OpenGraph -->
<meta property="og:title" content="Zvi Biener – Zvi Biener" />
<meta property="og:description" content="Philosophy, Data, and a Whole Lotta Newton" />
<meta property="og:image" content="https://zbiener.github.io/images/moog-self-portrait.jpg" />
<!-- Styles -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/style.css">
<!-- Icons -->
<script defer src="https://use.fontawesome.com/releases/v5.1.1/js/solid.js" integrity="sha384-GXi56ipjsBwAe6v5X4xSrVNXGOmpdJYZEEh/0/GqJ3JTHsfDsF8v0YQvZCJYAiGu" crossorigin="anonymous"></script>
<script defer src="https://use.fontawesome.com/releases/v5.1.1/js/brands.js" integrity="sha384-0inRy4HkP0hJ038ZyfQ4vLl+F4POKbqnaUB6ewmU4dWP0ki8Q27A0VFiVRIpscvL" crossorigin="anonymous"></script>
<script defer src="https://use.fontawesome.com/releases/v5.1.1/js/fontawesome.js" integrity="sha384-NY6PHjYLP2f+gL3uaVfqUZImmw71ArL9+Roi9o+I4+RBqArA2CfW1sJ1wkABFfPe" crossorigin="anonymous"></script>
<!-- Custom Styles -->
<style></style>
<!-- Analytics Code -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-56661953-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-56661953-1');
</script>
<!-- Extra Header JS Code -->
</head>
<body class="loading" data-site-url="https://zbiener.github.io" data-page-url="/">
<header class="header">
<style>
@media only screen and (max-width: 1024px) {
.header-image {
background-image: url(/images/moog-self-portrait_wide.jpg);
};
}
@media only screen and (min-width: 1024px) {
.header-image {
background-image: url(/images/moog-self-portrait.jpg);
}
}
</style>
<div class="header-image header-image--on"></div>
<div class="header-image"></div>
<div class="header-overlay"></div>
<div class="header__content">
<a href="/" class="header__title">
Zvi Biener
</a>
<p class="header__tagline"></p>
<div class="menu">
<div class="menu__toggle js-menu-toggle">
<div class="menu__toggle__icon"><span></span></div>
</div>
<div class="menu__wrap">
<ul class="menu__list">
<li class="menu__list__item">
<a href="/projects/" class="menu__list__item__link">Research</a>
</li>
<li class="menu__list__item">
<a href="/publications/" class="menu__list__item__link">Publications</a>
</li>
<li class="menu__list__item">
<a href="/teaching/" class="menu__list__item__link">Teaching</a>
</li>
<li class="menu__list__item">
<a href="/blog/" class="menu__list__item__link">Tech</a>
</li>
<li class="menu__list__item">
<a href="/cv/" class="menu__list__item__link">CV</a>
</li>
</ul>
<ul class="socials">
<li class="socials__item">
<a href="mailto:[email protected]" target="_blank" class="socials__item__link" title="">
<i class="fa fa-envelope" aria-hidden="true"></i>
</a>
</li>
<li class="socials__item">
<a href="http://orcid.org/0000-0002-3863-205X" target="_blank" class="socials__item__link" title="">
<i class="ai ai-orcid" aria-hidden="true"></i>
</a>
</li>
<li class="socials__item">
<a href="https://philpeople.org/profiles/zvi-biener/" target="_blank" class="socials__item__link" title="">
<i class="ai ai-philpapers ai-1x" aria-hidden="true"></i>
</a>
</li>
<li class="socials__item">
<a href="https://github.com/zbiener" target="_blank" class="socials__item__link" title="Github">
<i class="fab fa-github" aria-hidden="true"></i>
</a>
</li>
<li class="socials__item">
<a href="https://zbiener.github.io/feed.xml" target="_blank" class="socials__item__link" title="https://zbiener.github.io/feed.xml">
<i class="fas fa-rss" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</header>
<div class="loader"><svg width="120" height="30" viewBox="0 0 120 30" xmlns="http://www.w3.org/2000/svg"><circle cx="15" cy="15" r="15"><animate attributeName="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcMode="linear" repeatCount="indefinite" /><animate attributeName="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcMode="linear" repeatCount="indefinite" /></circle><circle cx="60" cy="15" r="9" fill-opacity="0.3"><animate attributeName="r" from="9" to="9" begin="0s" dur="0.8s" values="9;15;9" calcMode="linear" repeatCount="indefinite" /><animate attributeName="fill-opacity" from="0.5" to="0.5" begin="0s" dur="0.8s" values=".5;1;.5" calcMode="linear" repeatCount="indefinite" /></circle><circle cx="105" cy="15" r="15"><animate attributeName="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcMode="linear" repeatCount="indefinite" /><animate attributeName="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcMode="linear" repeatCount="indefinite" /></circle></svg></div>
<div class="page-loader"></div>
<div class="page">
<div class="page__content" data-page-title="Zvi Biener – Zvi Biener" data-image="/images/moog-self-portrait.jpg">
<section class="intro ">
<div class="wrap">
</div>
</section>
<section class="single">
<div class="wrap">
<div class="frontpage">
<br>
<div class="container">
<div class="bio" >
<p style="margin-top:0px;">I am an Associate Professor in the <a href="https://www.artsci.uc.edu/departments/philosophy.html" target="_blank">Department of Philosophy</a> at the <a href="http://www.uc.edu" target="_blank">University of Cincinnati</a> and an affiliate of the <a href="https://www.artsci.uc.edu/departments/history.html" target="_blank">History</a> department, the <a href="https://www.artsci.uc.edu/departments/history.html" target="_blank">Judaic Studies</a> department, and the <a href="https://ucengagingscience.org/" target="_blank">Center for Public Engagement with Science</a>.
<br><br>
I am Editor-in-Chief of the <a href="http://philsci-archive.pitt.edu/" target="_blank">PhilSci-Archive</a> and President of <a href="http://hopos.org" target="_blank">the International Society for the History of Philosophy of Science (HOPOS)</a>.
<br>
<br>
Most of my work is in <a href="/projects/#newton-and-empiricism">historical philosophy of science</a>. Other work has included <a href="/projects/#big-data-ai">philosophy of data, AI</a>, and empirical research into <a href="/projects/#loneliness">loneliness</a>. <br><br>
I'm an amateur <a href="https://github.com/ZBiener">programmer</a>, audiophile, wood-worker, and fan of non-intrusive <a
href="https://github.com/ZBiener/home-assistant.config">home-automation</a>. My love of all
things technical occasionally leads me to design and implement <i>unnecessarily
elaborate projects</i> like this very website.<br></p>
</div>
<div class="contact__information">
<div>
<p>
<i class="fa fa-envelope" aria-hidden="true"></i> Email: <a href="mailto:[email protected]">[email protected]</a><br>
<!-- <i class="fa fa-phone" aria-hidden="true"></i> Tel: <a href="tel:513-818-2984" target="_blank">513-818-2984</a><br> -->
</p>
</div>
<div class="container" style="margin:0px;">
<p>
<i class="fa fa-map-marker-alt" aria-hidden="true"></i> Office: </p>
<div style="flex-grow: 1;">
<p style="margin:0px"><a href="https://goo.gl/maps/a7SKjtHRN3GZa9gF9" target="_blank">5253 Clifton Court Hall<br>Cincinnati OH, 45219</a>
</p>
</div>
</div>
<div>
<p>
<i class="ai ai-orcid" aria-hidden="true"></i> OrcID: <a href="http://orcid.org/0000-0002-3863-205X" target="_blank">0000-0002-3863-205X</a> <br>
<i class="ai ai-philpapers" aria-hidden="true"></i> PhilPapers: <a href="https://philpeople.org/profiles/zvi-biener/" target="_blank">zvi-biener</a><br>
<i class="fab fa-github" aria-hidden="true"></i> Github: <a href="https://github.com/zbiener" target="_blank">zbiener</a><br>
<i class="fas fa-rss" aria-hidden="true"></i> RSS: <a href="https://zbiener.github.io/feed.xml" target="_blank">feed.xml</a><br>
<i class="ai ai-cv" aria-hidden="true"></i> <a href="/cv/">CV</a><br>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<footer class="footer page_content">
<div class="footer__copyright">
<span>© 2024 Zvi Biener<br>Made with plain text using<br><a href="https://jekyllrb.com/" target="_blank">Jekyll</a>, <a href="https://github.com/inukshuk/jekyll-scholar" target="_blank">Jekyll Scholar</a>, and <a href="https://github.com/ruby/rake" target="_blank">Rake</a><br></span>
</div>
</footer>
<!-- Javascript Assets -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="/js/journal-min.js"></script>
<script src="/js/custom_js-min.js"></script>
<script>if ( $(window).width() < 1024 ) {
switchHeader('default');
};
</script>
</body>
</html>