-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·196 lines (173 loc) · 8.11 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Snapsat — Create Landsat composites in your browser.</title>
<meta name="description" content="Create Landsat composites in your browser.">
<meta name="author" content="Jacques Tardie">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/black.css" id="theme">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h1>Selfies</h1>
<p>They're great.</p>
<p><small>CUGOS Spring Fling — 5/13/2015 — <a href='http://twitter.com/jqtrde'>Jacques Tardie / @jqtrde</a></small></p>
</section>
<section>
<section>
<h1>Landsat</h1>
<p>Planetary selfies from the 70's, to today.</p>
</section>
<!-- Seattle -->
<section data-background="https://raw.githubusercontent.com/recombinators/spring-fling/gh-pages/img/seattle.png"></section>
<!-- Detroit -->
<section data-background="https://raw.githubusercontent.com/recombinators/spring-fling/gh-pages/img/nepal.png"></section>
<!-- Mongolia -->
<section data-background="https://raw.githubusercontent.com/recombinators/spring-fling/gh-pages/img/gobi.png"></section>
</section>
<section>
<section>
<h1>Composites</h1>
<p>Landsat gives us a means of seeing what would otherwise be imperceptible.</p>
</section>
<!-- 432 -->
<section data-background="https://raw.githubusercontent.com/recombinators/spring-fling/gh-pages/img/432.png"></section>
<!-- 146 -->
<section data-background="https://raw.githubusercontent.com/recombinators/spring-fling/gh-pages/img/146.png"></section>
<!-- 259 -->
<section data-background="https://raw.githubusercontent.com/recombinators/spring-fling/gh-pages/img/259.png"></section>
<!-- 436 -->
<section data-background="https://raw.githubusercontent.com/recombinators/spring-fling/gh-pages/img/436.png"></section>
<!-- 439 -->
<section data-background="https://raw.githubusercontent.com/recombinators/spring-fling/gh-pages/img/439.png"></section>
<!-- 543 -->
<section data-background="https://raw.githubusercontent.com/recombinators/spring-fling/gh-pages/img/543.png"></section>
<!-- 564 -->
<section data-background="https://raw.githubusercontent.com/recombinators/spring-fling/gh-pages/img/564.png"></section>
</section>
<section>
<section>
<p>The cost of working with Landsat data has plummeted.</p>
<ul>
<li class='fragment'><a href='https://github.com/developmentseed/landsat-util'>Landsat-util</a></li>
<li class='fragment'><a href='https://www.mapbox.com/blog/landsat-live-live/'>Landsat-live</a></li>
<li class='fragment'><a href='http://libra.developmentseed.org/'>Libra</a></li>
<li class='fragment'><a href='https://aws.amazon.com/public-data-sets/landsat/'>AWS Public Landsat dataset</a></li>
</ul>
</section>
<section data-background="https://camo.githubusercontent.com/fa120492edd642e832d09b324bc49d2cd1f8af51/687474703a2f2f6d656469612e74756d626c722e636f6d2f66363961626361663031356632336263363030306534373264373262623639372f74756d626c725f6d76786136667366625731726e713076666f315f3530302e676966">
</section>
</section>
<section>
<section>
<h2>But...</h2>
<p class='fragment'>Technical chops are required. You need to know:</p>
<ol>
<li class='fragment'>How to use a terminal.</li>
<li class='fragment'>How to install packages</li>
<li class='fragment'>Which packages to install</li>
<li class='fragment'>How to wire them together</li>
<li class='fragment'>Time</li>
</ol>
</section>
<section
data-background='https://raw.githubusercontent.com/jacquestardie/gifs/master/cat-palm.gif'>
</section>
</section>
<section>
<section>
<h1>Snapsat</h1>
<p class='fragment'><small>(heh)</small></p>
</section>
<section
data-background='https://cldup.com/xCY2feHMJ_-3000x3000.png'>
</section>
<section>
<p>The new process entails:</p>
<ol>
<li><a href='http://snapsat.org'>Visit snapsat.org</a></li>
<li>Click buttons</li>
<li>Yes.</li>
</ol>
</section>
<section
data-background='https://raw.githubusercontent.com/jacquestardie/gifs/master/smile.gif'
data-background-position='top'>
</section>
</section>
<section>
<section>
<p>Didn't we already give this presentation?</p>
<p class='fragment'>Yes.</p>
</section>
<section>
<p>But we've also:</p>
<p class='fragment'>Made it way easier to use <span class='fragment'>and developed an API.</span></p>
</section>
<section
data-background='http://media.giphy.com/media/AHWA83IRrlAiI/giphy.gif'>
</section>
<section>
<p>If you'd like access, come and say hello!</p>
</section>
</section>
<section style="text-align: left;">
<p>We really need to thank: <br>
- <a href='https://aws.amazon.com/'>AWS</a> <br>
- <a href='http://jedsundwall.com/'>Jed Sundwall</a> <br>
- <a href='https://developmentseed.org/'>Development Seed</a>
</p>
</section>
<section style="text-align: left;"
data-background='http://media.giphy.com/media/KSvypj1KoQ2xq/giphy.gif'>
<p>
<a style="color: white;" href="https://github.com/constanthatz">Constantine,</a>
<a style="color: white;" href="https://github.com/jacquestardie">Jacques,</a>
<a style="color: white;" href="https://github.com/jakeand3rson">Jake,</a>
<a style="color: white;" href="https://github.com/poolbath1">Joel,</a>
<a style="color: white;" href="https://github.com/bm5w"> & Mark</a>
</p>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
transition: 'slide', // none/fade/slide/convex/concave/zoom
// Optional reveal.js plugins
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true }
]
});
</script>
</body>
</html>