-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
93 lines (72 loc) · 4.34 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
<!DOCTYPE html>
<html>
<head>
<!-- Google Analytics Stuff-->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-95CEBRMBZD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-95CEBRMBZD');
</script>
<!-- End Google Analytics Stuff-->
<title>Jake Pasner</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Styling Stuff -->
<link href='./styles.css' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Josefin+Sans:300,700' rel='stylesheet' type='text/css'> <!--WEB FONT-->
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Raleway:200"> <!--WEB FONT-->
<!-- End Styling Stuff-->
</head>
<body>
<div id="wrapper"> <!-- creates space distinct from footer -->
<div id="header">
<div id="nav">
<a href="./img/2022-02-09-JPasner-Resume.pdf"><div class="fivenav"> Résumé </div></a>
<a href=""><div class="fivenav"> Posts </div></a>
<a href="./#service"><div class="fivenav"> Service </div></a>
<a href="./#speaking"><div class="fivenav"> Speaking </div></a>
<a href="https://www.linkedin.com/in/jakepasner"><div class="fivenav"> Contact </div></a>
<div class="clearfloats"></div>
</div>
</div>
<div class="clearfloats"></div>
<div id="content">
<img id="placeholder" src="./img/small_Profile_picture.jpg" alt="this is the image alt">
<div id="home">
Jake Pasner
</div>
<h2 style="text-align: center;">HUMANIZING DATA</h2>
<br>
<br>
<div id="about"></div>
<p> Born and raised on his family's organic farm in rural California, Jake Pasner earned his Ph.D. at UC Santa Cruz (2019) in Particle Physics studying the Higgs Boson at the Large Hadron Collider, the world’s largest international experiment. Jake’s research background in distributed computing and data visualization makes him well versed in the tools America needs to secure and operationalize our nations data in the age of artificial intelligence, climate change, and global pandemic. Bridging this gap from big tractors to big data, Jake is passionate about ensuring equal access to the new technologies of the information age and leveraging science for environmental justice. </p>
<p>Jake recieved his Ph.D. and M.S. in physics from University of California Santa Cruz and his B.S. in physics from University of California Davis.
<div id="service"></div><!--This anchor div is in a silly spot to accomodate the header--></p>
<br>
<h1>Service & Volunteering</h1>
<h2>Advisor</h2>
<ul>
<li> <a href="https://www.esal.us/">Engineers and Scientists Acting Locally</a> <br>Technology Director - 2022 to present</li>
</ul>
<h2>Leadership</h2>
<ul>
<li> <a href="https://sites.google.com/view/data-for-good/home">Data For Good</a> <br>Co-Founder and Co-Chair - 2020</li>
<div id="speaking"></div><!--This anchor div is in a silly spot to deal with the header--><br>
</ul>
<h1>Speaking</h1>
<ul>
<li> North East Big Data Hub Innovation Hub<br><a href="https://www.youtube.com/live/2-Bamh8l6oM?feature=share">"National Student Data Corps: April 2023 Data & Earth Sciences Career Panel"</a></li>
<li> Engineers and Scientists Acting Locally<br><a href="https://youtu.be/I1up4vNW_gE">"Scientists Needed: Using Your STEM Skills in Local Government"</a></li>
<li> Data+AI Summit 2022<br><a href="https://www.youtube.com/watch?v=piIn5OxGKEA">"Data Policy in the Past, Present, and Future"</a></li>
<li> AAAS Science Technology Arts and Mathematics Team<br><a href="https://www.youtube.com/watch?v=zzmPAoptWqo&t=2573s">"Drought and Flood: an Artistic Contemplation virtual concert"</a></li>
<li> CERN Alumni Network<br><a href="https://www.youtube.com/watch?v=uaiOubUPLmY">"Video interview with CERN alumnus Jake Pasner"</a></li>
<li> Inagural SynBio Africa Conference<br><a href="https://www.youtube.com/watch?v=2-u5uR6E0Dc">"Securing the African Data Revolution for Researchers: Policy Based Perspective"</a></li>
<li> Data and Democracy Symposium<br><a href="https://sites.google.com/view/data-and-democracy/home#h.evhj4312j356">"Evidence-Based Policy"</a></li>
</ul>
</div> <!-- closes content -->
</div> <!-- closes wrapper -->
<div id="footer">
© Jake Pasner 2022 </div>
</body>
</html>