-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpress.html
332 lines (264 loc) · 27.3 KB
/
press.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
<!DOCTYPE html>
<html>
<head>
<!-- PER-PAGE META -------------------------------------------------- -->
<meta charset='utf-8'>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<link href='images/favicon.ico' rel='icon' type='image/png'>
<title>Terrapattern</title>
<meta content='' name='description'>
<meta content='' name='keywords'>
<meta content='' name='author'>
<meta content='telephone=no' name='format-detection'>
<meta content='width=device-width, initial-scale=1' name='viewport'>
<!-- CSS ------------------------------------------------------------ -->
<!-- Latest compiled and minified CSS -->
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
-->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link href='css/animate.css' rel='stylesheet'>
<link href='css/main.css' rel='stylesheet'>
<link href='css/responsive.css' rel='stylesheet'>
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-78282433-1', 'auto', {'allowLinker': true});
ga('require', 'autotrack');
ga('require', 'linker');
ga('linker:autoLink', ['www.terrapattern.com', 'pgh.terrapattern.com' ,'sf.terrapattern.com' ,'nyc.terrapattern.com' ,'detroit.terrapattern.com' ,'berlin.terrapattern.com' ,'miami.terrapattern.com' ,'austin.terrapattern.com'] );
ga('send', 'pageview');
</script>
<!--
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script async src='https://cdnjs.cloudflare.com/ajax/libs/autotrack/0.6.5/autotrack.js'></script>
-->
</head>
<body></body>
<header class='animated-header pages-header' id='top-bar'>
<div class='container'>
<div class='navbar-header'>
<button class='navbar-toggle' data-target='.navbar-collapse' data-toggle='collapse' type='button'>
<span class='sr-only'>Toggle navigation</span>
<span class='icon-bar'></span>
<span class='icon-bar'></span>
<span class='icon-bar'></span>
</button>
<div class='navbar-brand'>
<a href='index.html'>
<img alt='' src='images/terrapattern_logo_white.png'>
</a>
<em>_alpha</em>
</div>
</div>
<nav class='navbar collapse navbar-collapse navbar-right' role='navigation'>
<div class='main-menu'>
<ul class='nav navbar-nav navbar-right'>
<li class='dropdown'>
<a class='dropdown-toggle' data-toggle='dropdown' href='#'>
Search a City
<span class='caret'></span>
</a>
<div class='dropdown-menu'>
<ul>
<li>
<a href='index-pgh.html'>Pittsburgh</a>
</li>
<li>
<a href='index-sf.html'>San Francisco</a>
</li>
<li>
<a href='index-nyc.html'>New York City</a>
</li>
<li>
<a href='index-detroit.html'>Detroit</a>
</li>
<li>
<a href='index-berlin.html'>Berlin</a>
</li>
<li>
<a href='index-miami.html'>Miami</a>
</li>
<li>
<a href='index-austin.html'>Austin</a>
</li>
</ul>
</div>
</li>
<li>
<a href='about.html'>About</a>
</li>
<li>
<a href='team.html'>Team</a>
</li>
<li>
<a href='faq.html'>FAQ</a>
</li>
<li>
<a href='references.html'>References</a>
</li>
<li>
<a href='press.html'>Press</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<section class='global-page-header'>
<div class='container header-content'>
<div class='row'>
<div class='col-md-12'>
<div class='block'>
<h1>Press</h1>
<div class='col-md-8 header-description'>
<p class='prose'></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class='container'>
<div class='row'>
<div class='col-md-12 references'>
<h2 id="press-kit">Press Kit</h2>
<p><strong>Summary</strong><br />
Terrapattern is an interface for finding <em>"more like this, please"</em> in satellite photos. Simply click an interesting spot on Terrapattern's map, and it will find other locations that look similar. Terrapattern is particularly useful for locating things that aren't usually indicated on maps. We think Terrapattern is important because it's open-source, open-access, and open-ended.</p>
<p>Terrapattern can be briefly described as "a visual search engine for satellite imagery", "similar-image search for satellite photos", or "a prototype for visual query-by-example in satellite imagery". We hope it will help citizen scientists, humanitarians, journalists, and other curious people to discover "patterns of interest". </p>
<p>Technically, the project uses a Deep Convolutional Neural Net (DCNN) to assist with image recognition. For more information, please read our <a href="about.html">About</a> page and our <a href="faq.html">FAQ</a>. For examples of related and prior work, please see our <a href="references.html">References</a> page.</p>
<p>Terrapattern is an open-source project created by a collaborative team of artists, creative technologists, and students. Terrapattern is not a company or startup; it is an experimental research prototype, developed in a university setting, whose purpose is to present a new way of exploring, understanding, and organizing the world. Terrapattern went live on May 24th, 2016. </p>
<p><strong>Press Images</strong><br />
We maintain an archive of high-resolution images in <a href="https://www.flickr.com/photos/creativeinquiry/albums/72157668099025550">this Flickr archive</a>: <a href="http://flic.kr/s/aHskzPzVE7">http://flic.kr/s/aHskzPzVE7</a>. These images are available under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons CC-BY-SA 4.0</a> licence.</p>
<p><strong>Credits</strong><br />
We kindly request that the press list the creators of Terrapattern as "<a href="http://flong.com/">Golan Levin</a>, <a href="http://www.workergnome.com/">David Newbury</a>, and <a href="http://kylemcdonald.net/">Kyle McDonald</a> with (Carnegie Mellon students) <a href="http://www.irenealvarado.com/">Irene Alvarado</a>, <a href="http://amantiwari.com/">Aman Tiwari</a>, and <a href="http://manzil.ml/">Manzil Zaheer</a>". Wherever possible, it should be mentioned that "Terrapattern was developed at the <a href="http://studioforcreativeinquiry.org/">Frank-Ratchye STUDIO for Creative Inquiry</a> at Carnegie Mellon University, with support from the from the <a href="http://knightfoundation.org/grants/201551228/">John S. and James L. Knight Foundation Prototype Fund</a>." For more information about the creators of Terrapattern, see our <a href="team.html">Team</a> page.</p>
<p><strong>Citations</strong><br />
<em>When citing this project in bibliographies, please use:</em><br />
Levin, G., Newbury, D., McDonald, K., Alvarado, I., Tiwari, A., and Zaheer, M. "Terrapattern: Open-Ended, Visual Query-By-Example for Satellite Imagery using Deep Learning". <a href="http://terrapattern.com">http://terrapattern.com</a>, 24 May 2016.</p>
<p><strong>Contact</strong><br />
To contact the creators, please email <em><a href="mailto:[email protected]">[email protected]</a></em>.</p>
</div>
</div>
</div>
</section>
<section class='bibliography-section'>
<div class='container'>
<div class='row'>
<div class='col-md-12 references'>
<h2 id="press-about-terrapattern">Press about Terrapattern</h2>
<p><em>We thank the journalists who wrote the articles below for their interest in our project.</em> </p>
<p>Anzilotti, Eillie. "<a href="http://www.citylab.com/design/2016/06/mapping-the-hidden-patterns-of-urban-life/485924/">Mapping the Hidden Patterns of Urban Life</a>". <em>Citylab</em>, 6/7/2016. [<a href="pdf/citylab_20160607.pdf">PDF</a>]<br /></p>
<p>Anzilotti, Eillie. "<a href="http://www.univision.com/noticias/citylab-vida-urbana/mapeando-los-patrones-ocultos-de-la-vida-urbana">Mapeando los patrones ocultos de la vida urbana</a>". <em>Univision</em>, 6/16/2016. [<a href="pdf/univision_20160616.pdf">PDF</a>]<br /></p>
<p>Blakemore, Erin. "<a href="http://www.smithsonianmag.com/smart-news/this-new-satellite-project-helps-people-find-patterns-in-city-spaces-180959336/">This New Satellite Project Helps People Find Patterns in City Spaces</a>". <em>Smithsonian</em>, 6/9/2016. [<a href="pdf/smithsonian_20160609.pdf">PDF</a>]<br /></p>
<p>Bravo, Eduardo. "<a href="http://www.yorokobu.es/la-web-encuentra-la-tierra-lugares-parecidos/">La web que encuentra lugares parecidos entre sí desde el cielo</a>". <em>Yorokobu.es</em>, 5/27/2016. [<a href="pdf/yorokobu_20160527.pdf">PDF</a>]<br /></p>
<p>Brien, Jörn. "<a href="http://t3n.de/news/satellitenbilder-terrapattern-suchmaschine-713392/">Satellitenbilder durchsuchen mit Terrapattern: Suchmaschine arbeitet mit Künstlicher Intelligenz</a>". <em>t3n.de</em>, 6/6/2016. [<a href="pdf/t3n_20160606.pdf"</a>PDF</a>]<br /></p>
<p>Brown, Eileen. "<a href="http://www.zdnet.com/article/terrapattern-is-google-earths-missing-search-engine-finding-patterns-in-the-landscape/">Terrapattern search engine finds patterns in the Google Earth landscape</a>". <em>ZDNet</em>, 7/14/2016. [<a href="pdf/zdnet_20160714.pdf"</a>PDF</a>]<br /></p>
<p>Brownlee, John. "<a href="http://www.fastcodesign.com/3060424/this-neural-network-reveals-your-citys-secret-patterns">This Neural Network Reveals Your City's Secret Patterns</a>". <em>Fast Company</em>, 6/1/2016. [<a href="pdf/fastco_20160601.pdf">PDF</a>]<br /></p>
<p>Chen, Qi. "<a href="http://news.3snews.net/2016/0612/42207.html">Open source Terrapattern, the public use of artificial intelligence Nuggets big data from remote sensing (开源的Terrapattern, 让公众利用人工智能从遥感大数据中掘金)</a>". <em>3sNews</em>, 6/12/2016. [<a href="pdf/3snews_20160612.pdf">PDF</a>]<br /></p>
<p>Clarke, Keir. "<a href="http://googlemapsmania.blogspot.it/2016/05/searching-for-map-patterns.html">Searching for Map Patterns</a>". <em>GoogleMapsMania</em>, 5/26/2016. [<a href="pdf/google_maps_mania_20160526.pdf">PDF</a>]<br /></p>
<p>Cohen, Tanya. "<a href="http://knife.media/terrapattern/">НОВЫЙ ЛУЧШИЙ САЙТ: ПОИСКОВИК ПО ИЗОБРАЖЕНИЯМ СО СПУТНИКА</a>". <em>Knife.Media</em>, 5/28/2016. [<a href="pdf/knife_20160528.pdf">PDF</a>]<br /></p>
<p>Coldewey, Devin. "<a href="http://techcrunch.com/2016/05/25/terrapattern-is-a-neural-net-powered-reverse-image-search-for-maps/">Terrapattern is reverse image search for maps, powered by a neural network</a>". <em>TechCrunch</em>, 5/25/2016. [<a href="pdf/techcrunch_20160526.pdf">PDF</a>]<br /></p>
<p>"<a href="http://gisuser.com/2016/05/cool-tech-terrapattern-open-source-tool-for-discovering-patterns-of-interest/">Cool Tech! TerraPattern, open-source tool for discovering 'patterns of interest'</a>". <em>GISUser</em>, 5/31/2016. [<a href="pdf/gisuser_20160531.pdf">PDF</a>]<br /></p>
<p>Dempsey, Caitlin. "<a href="https://www.gislounge.com/terrapattern-search-engine-satellite-imagery/">Terrapattern: Search Engine for Satellite Imagery</a>". <em>GIS Lounge</em>, 5/28/2016. [<a href="pdf/gislounge_20160528.pdf">PDF</a>]<br /></p>
<p>"<a href="https://www.mittelstandswiki.de/2016/06/open-data-geo-suchmaschine-vergleicht-satellitenbilder/">Geo-Suchmaschine vergleicht Satellitenbilder</a>". <em>MittelstandsWiki</em>, 6/13/2016. [<a href="pdf/mittelstandswiki_20160613.pdf">PDF</a>]<br /></p>
<p>Heller, Piotr. "<a href="http://www.spiegel.de/netzwelt/apps/terrapattern-luftaufklaerung-fuer-alle-a-1095342.html">Suchmaschine für Satellitenbilder: Wir wissen, wo euer Flugzeug steht</a>". <em>Spiegel Online</em>, 6/3/2016. [<a href="pdf/spiegel_20160603.pdf">PDF</a>]<br /></p>
<p>Hlács, Ferenc. "<a href="http://www.hwsw.hu/hirek/55732/analitika-muhold-orbital-insight.html">Az égbe költözik a gazdasági analitika</a>". <em>hwsw.hu</em>, 6/13/2016. [<a href="pdf/hwsw_20160613.pdf">PDF</a>]<br /></p>
<p>Ibáñez, Alvaro. "<a href="http://www.microsiervos.com/archivo/internet/terrapattern-buscador-imagenes-satelite.html">Terrapattern, el buscador de imágenes de satélite similares</a>". <em>Microsiervos</em>, 5/28/2016. [<a href="pdf/microservios_20160528.pdf">PDF</a>]<br /></p>
<p>"<a href="http://www.ilpost.it/2016/06/09/terrapattern/">Il motore di ricerca dei paesaggi</a>". <em>Il Post</em>, 6/9/2016. [<a href="pdf/ilpost_20160609.pdf">PDF</a>]<br /></p>
<p>"<a href="http://mo.techweb.com.cn/smarthardware/2016-06-12/2345141.shtml">In addition to image recognition artificial intelligence can accurately locate GPS coordinates (除了图片识别 人工智能还能准确定位GPS坐标)</a>". <em>TechWeb</em>, 6/12/2016. [<a href="pdf/techweb_20160612.pdf">PDF</a>]<br /></p>
<p>Kohlstedt, Kurt. "<a href="http://weburbanist.com/2016/05/30/terrapattern-satellite-image-search-engine-matches-similar-places/">Terrapattern: Satellite Image Search Engine Matches Similar Places</a>". <em>Weburbanist</em>, 5/30/2016. [<a href="pdf/weburbanist_20160530.pdf">PDF</a>]<br /></p>
<p>Kottke, Jason. "<a href="http://kottke.org/16/05/satellite-imagery-search-engine">Satellite imagery search engine</a>". <em>Kottke.org</em>, 5/25/2016. [<a href="pdf/kottke_20160525.pdf">PDF</a>]<br /></p>
<p>Manaugh, Geoff. "<a href="http://www.theatlantic.com/technology/archive/2016/06/duping-the-satellite-and-other-adventures-in-landscape-recognition/485921/">Subverting Our New Space Overlords</a>". <em>The Atlantic</em>, 6/9/2016. [<a href="pdf/atlantic_20160609.pdf">PDF</a>]<br /></p>
<p>Mandelbaum, Ryan F. "<a href="http://www.popsci.com/you-can-now-search-google-maps-by-matching-similar-landscapes">This website lets you find the hidden similarities in big cities</a>". <em>PopSci.com</em>, Popular Science, 5/25/2016. [<a href="pdf/popular_science_20160525.pdf">PDF</a>]<br /></p>
<p>Meyer, Robinson. "<a href="http://www.theatlantic.com/technology/archive/2016/05/the-promise-of-terrapattern-the-visual-search-engine-for-satellite-imagery/484610/">The Thrill of Terrapattern, a New Way to Search Satellite Imagery</a>". <em>The Atlantic</em>, 5/27/2016. [<a href="pdf/atlantic_20160527.pdf">PDF</a>]<br /> </p>
<p>Merkezi, Haber. "<a href="https://www.techinside.com/terrapattern-gorsel-arama-yapiyor/">Terrapattern uydu haritasında görsel arama yapıyor</a>". <em>TechInside</em>, 5/30/2016. [<a href="pdf/techinside_20160530.pdf">PDF</a>]<br /></p>
<p>"<a href="http://derstandard.at/2000038224414/Maechtiger-als-Google-Maps-Mit-Terrapattern-die-Welt-erkunden">Neuronales Netz: Mit Terrapattern die Welt erkunden</a>". <em>Der Standard</em>, 6/4/2016. [<a href="pdf/derstandard_20160604.pdf">PDF</a>]<br /></p>
<p>Nickel, Katharina. "<a href="https://www.wired.de/collection/tech/mit-diesem-tool-koennt-ihr-satelliten-bilder-fuer-eure-arbeit-nutzen">Mit diesem Tool könnt ihr Satelliten-Bilder für eure Arbeit nutzen</a>". <em>WIRED.de</em>, 8/29/2016. [<a href="pdf/wiredde_20160829.pdf">PDF</a>]<br /></p>
<p>Parlangeli, Diletta. "<a href="http://www.wired.it/internet/web/2016/06/23/citta-nascoste-terrapattern/">Le città nascoste su Terrapattern, il motore di ricerca di immagini satellitari</a>". <em>WIRED.it</em>, 6/23/2016. [<a href="pdf/wiredit_20160623.pdf">PDF</a>]<br /></p>
<p>Pluta, Werner. "<a href="http://www.golem.de/news/bildersuche-terrapattern-erkennt-strukturen-auf-satellitenbildern-1606-121317.html">Terrapattern erkennt Strukturen auf Satellitenbildern</a>". <em>Golem.de</em>, 6/6/2016. [<a href="pdf/golem_20160606.pdf">PDF</a>]<br /></p>
<p>Reese, Hope. "<a href="http://www.techrepublic.com/article/google-maps-meets-ai-carnegie-mellons-terrapattern-can-find-and-map-every-pool-in-new-york-city/">Google Maps meets AI: Carnegie Mellon's Terrapattern can find and map every pool in New York City</a>". <em>TechRepublic</em>, 6/8/2016. [<a href="pdf/techrepublic_20160608.pdf">PDF</a>]<br /></p>
<p>Schieb, Jörg. "<a href="http://www.schieb.de/748910/terrapattern-neue-suchmaschine-fuer-satellitenaufnahmen">TerraPattern: Neue Such-Maschine für Satelliten-Aufnahmen</a>". <em>Scheib.de</em>, 6/8/2016. [<a href="pdf/scheib_20160608.pdf">PDF</a>]<br /></p>
<p>Singleton, Micah. "<a href="http://www.theverge.com/2016/5/27/11796786/errapattern-visual-search-engine-satellite-maps">Terrapattern is the first open-access visual search engine for satellite maps</a>". <em>The Verge</em>, 5/27/2016. [<a href="pdf/the_verge_20160527.pdf">PDF</a>]<br /></p>
<p>Stinson, Liz. "<a href="http://www.wired.com/2016/05/terrapattern-like-search-engine-satellite-imagery/">Terrapattern is Like a Search Engine for Satellite Imagery</a>". <em>WIRED.com</em>, 5/27/2016. [<a href="pdf/wired_20160527.pdf">PDF</a>]<br /></p>
<p>"<a href="http://www.nerdcore.de/2016/06/05/terrapattern-berlin/">Terrapattern Berlin</a>". <em>Nerdcore.de</em>, 6/5/2016. [<a href="pdf/nerdcore_20160605.pdf">PDF</a>]<br /></p>
<p>"<a href="http://mobile.hdblog.it/2016/06/09/terrapattern-ricerca-immagini-satellitari/">Terrapattern, il motore di ricerca intelligente per foto satellitari.</a>". <em>HDBlog.it</em>, 6/9/2016. [<a href="pdf/hdblogit_20160609.pdf">PDF</a>]<br /></p>
<p>"<a href="http://futurezone.at/science/terrapattern-webdienst-durchsucht-satellitenbilder/202.663.045">Terrapattern: Webdienst durchsucht Satellitenbilder</a>". <em>Futurezone Technology News</em>, 6/4/2016. [<a href="pdf/futurezone_20160604.pdf">PDF</a>]<br /></p>
<p>Toobin, Adam. "<a href="https://www.inverse.com/article/16252-kill-some-time-with-terrapattern-which-turns-satellite-images-into-art">Kill Some Time With Terrapattern, Which Turns Satellite Images Into Art</a>". <em>Inverse.com</em>, 5/27/2016. [<a href="pdf/inverse_20160527.pdf">PDF</a>]<br /></p>
<p>Twilley, Nicola. "<a href="http://www.newyorker.com/tech/elements/meet-terrapattern-google-earths-missing-search-engine">Meet Terrapattern, Google Earth's Missing Search Engine</a>". <em>The New Yorker</em>, 5/25/2016. [<a href="pdf/new_yorker_20160525.pdf">PDF</a>]<br /></p>
<p>Visnjic, Filip. "<a href="http://www.creativeapplications.net/processing/terrapattern-neural-network-visual-search-tool-for-satellite-imagery/">Terrapattern – Neural network visual search tool for satellite imagery</a>". <em>CreativeApplications.net</em>, 5/25/2016. [<a href="pdf/creative_applications_20160525.pdf">PDF</a>]<br /></p>
<p>"<a href="http://www.leiphone.com/news/201605/uZhQO2dXj6a8Zaxa.html">Visual search map advent of neural network Reverse Image Search (视觉搜索地图问世, 神经网络实现逆向图像搜索)</a>". <em>Lei Feng Network</em>, 5/26/2016. [<a href="pdf/leiphone_20160526.pdf">PDF</a>]<br /></p>
<p>Voon, Claire. "<a href="http://hyperallergic.com/301858/a-visual-search-engine-for-the-aerial-patterns-of-cities/">A Visual Search Engine for the Aerial Patterns of Cities</a>". <em>Hyperallergic</em>, 7/6/2016. [<a href="pdf/hyperallergic_20160706.pdf">PDF</a>]<br /></p>
<p>"<a href="http://www.cnbeta.com/articles/509687.htm">When Google Maps experience AI: Terrapattern AI to find and locate the swimming pool in New York City (当谷歌地图遇到人工智能: Terrapattern AI能找到并定位纽约市的游泳池)</a>". <em>cnBeta.com</em>, 6/12/2016. [<a href="pdf/cnbeta_20160612.pdf">PDF</a>]<br /></p>
<p>Whitehead, Timothy. "<a href="http://www.gearthblog.com/blog/archives/2016/05/terrapattern-search-engine-imagery.html">Terrapattern, the search engine for imagery</a>". <em>Google Earth Blog</em>, 5/27/2016. [<a href="pdf/google_earth_blog_20160527.pdf">PDF</a>]<br /></p>
<p>Whitehead, Timothy. "<a href="http://www.gearthblog.com/blog/archives/2016/07/image-recognition-and-google-earth.html">Image recognition and Google Earth</a>". <em>Google Earth Blog</em>, 7/28/2016. [<a href="pdf/google_earth_blog_20160728.pdf">PDF</a>]<br /></p>
<p>Wolfson, Elijah. "<a href="http://qz.com/764746/terrapattern-open-source-satellite-photo-search-tool/">There’s now a tool you can use to scour satellite images for criminal activity and environmental devastation</a>". <em>Quartz</em>, 8/25/2016. [<a href="pdf/quartz_20160825.pdf">PDF</a>]<br /></p>
<p>Worms, Anne-Cécile. "<a href="http://www.makery.info/2016/05/31/terrapattern-le-nouveau-moteur-de-recherche-des-images-satellite/">Terrapattern, le nouveau moteur de recherche des images satellite</a>". <em>Makery</em>, 5/31/2016. [<a href="pdf/makery_20160531.pdf">PDF</a>]<br /></p>
<p>Yau, Nathan. "<a href="http://flowingdata.com/2016/06/01/visual-search-tool-for-satellite-imagery/">Visual search tool for satellite imagery</a>". <em>FlowingData</em>, 6/1/2016. [<a href="pdf/flowingdata_20160601.pdf">PDF</a>]<br /></p>
</div>
</div>
</div>
</section>
<footer id='footer'>
<div class='container'>
<div class='row'>
<div class='col-md-5'>
<h4 id="terrapattern">Terrapattern</h4>
<p>Enabling citizen scientists, journalists, and other researchers to detect “patterns of interest” in satellite imagery through an open-source search tool.</p>
<p>Developed at the <a href="http://studioforcreativeinquiry.org/">Frank-Ratchye STUDIO for Creative Inquiry</a> at Carnegie Mellon University with support from the <a href="http://knightfoundation.org/grants/201551228/">John S. and James L. Knight Foundation</a> <a href="http://www.knightfoundation.org/funding-initiatives/knight-prototype-fund/">Prototype Fund</a>.</p>
<a href='http://creativecommons.org/licenses/by-sa/4.0/' rel='license'>
<img alt='Creative Commons License' src='images/cc_by_sa.svg' style='border-width:0'>
</a>
</div>
<div class='col-md-2 col-md-offset-2 reference_links hidden-sm hidden-xs'>
<h4 id="links">Links</h4>
<ul>
<li><a href="http://github.com/CreativeInquiry/terrapattern">Terrapattern Github</a></li>
<li><a href="http://github.com/CreativeInquiry/terrapattern-website">Terrapattern Site Github</a></li>
<li><a href="https://twitter.com/hashtag/terrapattern">#Terrapattern Tweets</a></li>
<li><a href="http://goo.gl/forms/8T7zY28nHm">Visitor Survey</a></li>
</ul>
</div>
<div class='col-md-2 col-md-offset-1 contributors'>
<div class='row'>
<div class='col-md-12 hidden-sm hidden-xs'>
<h4 id="created-by">Created By</h4>
<ul>
<li><a href="http://flong.com">Golan Levin</a></li>
<li><a href="http://www.workergnome.com">David Newbury</a> </li>
<li><a href="http://kylemcdonald.net">Kyle McDonald</a></li>
</ul>
<h4 id="with-help-from">With Help From</h4>
<ul>
<li><a href="http://www.irenealvarado.com">Irene Alvarado</a></li>
<li><a href="http://amantiwari.com">Aman Tiwari</a></li>
<li><a href="http://manzil.ml/">Manzil Zaheer</a></li>
</ul>
</div>
<div class='col-xs-6 hidden-md hidden-lg hidden-xl'>
<h4 id="created-by">Created By</h4>
<ul>
<li><a href="http://flong.com">Golan Levin</a></li>
<li><a href="http://www.workergnome.com">David Newbury</a> </li>
<li><a href="http://kylemcdonald.net">Kyle McDonald</a></li>
</ul>
</div>
<div class='col-xs-6 hidden-md hidden-lg hidden-xl'>
<h4 id="with-help-from">With Help From</h4>
<ul>
<li><a href="http://www.irenealvarado.com">Irene Alvarado</a></li>
<li><a href="http://amantiwari.com">Aman Tiwari</a></li>
<li><a href="http://manzil.ml/">Manzil Zaheer</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- JAVASCRIPTS ------------------------------------------------------- -->
<!-- Latest compiled and minified JavaScript -->
<!-- <script src='https://code.jquery.com/jquery-1.12.4.min.js'></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script> -->
<script src='js/jquery-1.12.4.min.js'></script>
<script src="js/bootstrap.min.js"></script>
<script src='js/wow.min.js'></script>
</html>