-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (57 loc) · 4.41 KB
/
Copy pathindex.html
File metadata and controls
69 lines (57 loc) · 4.41 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Will Pfeffer</title>
<meta name="google-site-verification" content="hf5RS2T6p_i7SZlRlSDXFCm-SRRr0iQDMXMMxy2F58E" />
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-15942889-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="wrapper">
<header>
<h1><i>Hello!</i></h1>
<p class="view">I'm Will Pfeffer. Welcome to my website!</p>
</br>
<p>Want to get in touch?</p>
<p>Email: <a href="mailto:will@willpfeffer.com">will@willpfeffer.com</a></p>
<p>LinkedIn: <a href="https://www.linkedin.com/in/willpfeffer/" target="_blank">Will Pfeffer</a></p>
<p class="view"><a href="https://docs.google.com/document/d/1EQqc5xsusSvFUP0ya8j4Tw3LkGR6T8hbiB5XCHPNG7k/edit?usp=sharing" target="_blank">Resume</a></p>
<p class="view"><a href="https://github.com/willpfeffer" target="_blank">View My GitHub Profile</a></p>
</header>
<section>
<h2>Here are some things I've written:</h2>
<p><a href="https://sunlightfoundation.com/2019/12/18/access-and-impact-bringing-open-data-to-novices/" target="_blank">"Access and Impact: Bringing Open Data to Novices,"</a> Sunlight Foundation Open Cities blog, with Dan O'Brien</p>
<p><a href="https://cssh.northeastern.edu/bari/bariexplorer-3-0-housing-diversity-and-education/" target="_blank">"@BARIexplorer 3.0: housing, diversity, and education,"</a> with Riley Tucker and Edgar Castro</p>
<p><a href="https://cssh.northeastern.edu/bari/introducing-bariexplorer/" target="_blank">"Introducing @BARIexplorer,"</a> with Riley Tucker, Edgar Castro, and Saina Sheini</p>
<p>Interview: <a href="https://cssh.northeastern.edu/bostonarearesearchinitiative/spotlight/melissa-teng/" target="_blank">Melissa Teng on participatory design and VR</a></p>
<p>Interview: <a href="https://cssh.northeastern.edu/bostonarearesearchinitiative/spotlight/maeg-keane/" target="_blank">Maeg Keane on building a better MBTA bus system</a></p>
<p>Interview: <a href="https://cssh.northeastern.edu/bostonarearesearchinitiative/spotlight/justin-de-benedictis-kessner/" target="_blank">Justin de Benedictis-Kessner on public opinion and accountability</a></p>
<p>Interview: <a href="https://cssh.northeastern.edu/bostonarearesearchinitiative/spotlight/geoff-boeing/" target="_blank">Geoff Boeing on street networks and affordable housing</a></p>
</br>
<h2>Here are some projects I've managed:</h2>
<p>The <a href="https://twitter.com/BARIexplorer/with_replies" target="_blank">@BARIexplorer Twitter bot</a> pulls information from a few different open datasets and Tweets out some info about a land parcel in the City of Boston every hour. <a href="https://cssh.northeastern.edu/bostonarearesearchinitiative/2019/09/04/introducing-bariexplorer/" target="_blank">Read how it works here!</a></p>
<p>I was the Executive Producer of the <a href="https://cssh.northeastern.edu/bostonarearesearchinitiative/spring-conference-2020/the-smart-equitable-commonwealth-the-podcast/" target="_blank">Boston Area Research Initiative podcast</a></p>
<p>In 2020, I organized the <a href="https://cssh.northeastern.edu/bari/events/2020-bari-conference/" target="_blank">2020 Boston Area Research Initiative annual conference</a></p>
<p>In 2019, I organized the <a href="https://cssh.northeastern.edu/bostonarearesearchinitiative/spring-conference-2019/" target="_blank">2019 Boston Area Research Initiative annual conference</a></p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>