-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (50 loc) · 3.25 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
---
layout: default
title: djq
---
<div id="home">
<h1>About</h1>
<ul class="posts">
I currently work at Google, as part of Google Maps.
<br><br>
I co-founded <a href="http://courbanize.com">coUrbanize</a>, a startup in Cambridge, MA. coUrbanize provides an online platform for cities and property developers to share project information with residents. I worked as a data scientist and led the technical team from 2013-2016.<br><br>
I am interested in how technology can be used to achieve greater sustainability and societal equality. I have a PhD (2012) and Masters (2008) from the <a href="http://mit.edu/">Massachusetts Institute of Technology</a> (MIT), and a Bachelors (2006) from <a href="http://ucd.ie">University College Dublin</a>. At MIT I worked with <a href="http://architecture.mit.edu/faculty/john-fernandez">John Fernandez</a> on the topic of urban metabolism, focusing on neighborhood scale analysis. I developed analysis methods to perform large scale statistical analysis of urban parameters, and related these parameters to energy and material use.<br><br>
</ul>
<h1>Blog Posts</h1>
<ul class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
<h1>Projects / Experience</h1>
<ul class="posts">
<li><span>Dec 2012</span> » <a href="http://courbanize.com">coUrbanize</a></li>
<li><span>Aug 2012</span> » <i>urbmet</i> (custom web-based geospatial analysis tools)</li>
<li><span>May 2012</span> » <a href="http://urbmet.org">Neighborhood Visualizer</a></li>
</ul>
<h2>Side Projects</h2>
<ul class="posts">
<!-- <li><span>Jan 2013</span> » <a href="http://mappingdemocracy.ie">Mapping Democracy</a></li> -->
<li><span>Oct 2013</span> » <a href="http://www.sciencemag.org/content/342/6154/60.summary">Who's Afraid of Peer Review?</a> | [data-viz]</li>
</ul>
<h1>Theses</h1>
<ul class="posts">
<li><span>Jun 2012</span> » PhD: <a href="http://djq.me/files/2012_June_Quinn_phd_small.pdf">Estimating Material and Energy
Intensities of Urban Areas</a></li>
<li><span>Jun 2008</span> » Masters: <a href="http://djq.me/files/2008_May_Thesis_DQ.pdf">Modeling the Resource Consumption of Housing in New Orleans using System Dynamics</a></li>
<li><span>May 2005</span> » Undergraduate: <a href="http://djq.me/files/2005_May_JOD_DQ.pdf">An Investigation of Hemp and Lime as a Building
Material</a></li>
</ul>
<!-- <h1>Selected Academic Work & Misc.</h1>
<ul class="posts">
<li><span>Oct 2014</span> » <a href="http://www.sciencedirect.com/science/article/pii/S0960148114003681">Solar energy and urban morphology: Scenarios for increasing the renewable energy potential of neighbourhoods in London</a></li>
</ul> -->
</div>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55619867-1', 'auto');
ga('send', 'pageview');
</script>