-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·492 lines (219 loc) · 11.8 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
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
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="generator" content="Hugo 0.88.1" />
<title>MikeTreglia</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/1.0.0/pure-min.css">
<!--[if lte IE 8]>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/1.0.0/grids-responsive-old-ie-min.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/1.0.0/grids-responsive-min.css">
<!--<![endif]-->
<!--[if lte IE 8]>
<link rel="stylesheet" href="https://mltconsecol.github.io/css/side-menu-old-ie.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="https://mltconsecol.github.io/css/side-menu.css">
<!--<![endif]-->
<link rel="stylesheet" href="https://mltconsecol.github.io/css/blackburn.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Raleway&display=swap" rel="stylesheet" type="text/css">
<script async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="alternate" type="application/rss+xml" title="MikeTreglia"
href='https://mltconsecol.github.io/index.xml' />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.6.0/styles/ocean.min.css">
<script async src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.6.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<link rel="shortcut icon" href="https://mltconsecol.github.ioimg/favicon.ico" type="image/x-icon" />
</head>
<body>
<div id="layout">
<a href="#menu" id="menuLink" class="menu-link">
<span></span>
</a>
<div id="menu">
<a class="pure-menu-heading brand" href="https://mltconsecol.github.io/">MikeTreglia</a>
<div class="pure-menu">
<ul class="pure-menu-list">
<li class="pure-menu-item">
<a class="pure-menu-link" href="https://mltconsecol.github.io/"><i class='fa fa-home fa-fw'></i>Home</a>
</li>
<li class="pure-menu-item">
<a class="pure-menu-link" href="https://mltconsecol.github.io/about/"><i class='fa fa-user fa-fw'></i>About</a>
</li>
<li class="pure-menu-item">
<a class="pure-menu-link" href="https://mltconsecol.github.io/research/"><i class='fa fa-chart-area fa-fw'></i>Research</a>
</li>
<li class="pure-menu-item">
<a class="pure-menu-link" href="https://mltconsecol.github.io/teaching/"><i class='fa fa-university fa-fw'></i>Teaching</a>
</li>
<li class="pure-menu-item">
<a class="pure-menu-link" href="https://mltconsecol.github.io/code/"><i class='fa fa-code fa-fw'></i>Coding Projects</a>
</li>
<li class="pure-menu-item">
<a class="pure-menu-link" href="https://mltconsecol.github.io/post/"><i class='fa fa-list fa-fw'></i>Posts</a>
</li>
<li class="pure-menu-item">
<a class="pure-menu-link" href="https://mltconsecol.github.io/contact/"><i class='fa fa-envelope fa-fw'></i>Contact</a>
</li>
</ul>
</div>
<div class="pure-menu social">
<ul class="pure-menu-list">
<li class="pure-menu-item">
<a class="pure-menu-link" href='https://mltconsecol.github.io/index.xml'><i
class="fas fa-rss fa-fw"></i>RSS</a>
</li>
<li class="pure-menu-item">
<a class="pure-menu-link" href="https://twitter.com/miketreglia" rel="me" target="_blank"><i class="fab fa-twitter-square fa-fw"></i>Twitter</a>
</li>
<li class="pure-menu-item">
<a class="pure-menu-link" href="https://instagram.com/m1ketreglia" rel="me" target="_blank"><i class="fab fa-instagram fa-fw"></i>Instagram</a>
</li>
<li class="pure-menu-item">
<a class="pure-menu-link" href="https://github.com/mtreg" rel="me" target="_blank"><i class="fab fa-github-square fa-fw"></i>GitHub</a>
</li>
</ul>
</div>
<div>
<div class="small-print">
<small>© Michael L. Treglia<br/>All rights reserved.</small>
</div>
<div class="small-print">
<small>Built with <a href="https://gohugo.io/" target="_blank">Hugo</a></small>
<small>Theme <a href="https://github.com/yoshiharuyamashita/blackburn" target="_blank">Blackburn</a></small>
</div>
</div>
</div>
<div id="main">
<div class="header">
<h1>MikeTreglia</h1>
<h2>Spatial Data • Conservation Science</h2>
</div>
<div class="content">
<article>
<header>
<h2><a href="https://mltconsecol.github.io/post/20190331_cherryblossomsnyc/">Cherry Blossom Season in NYC</a></h2>
<div class="post-meta">
<div>
<i class="fa fa-calendar fa-fw"></i>
<time>31 Mar 2019</time>
</div>
<div>
<i class="fa fa-tags fa-fw"></i>
<a class="post-taxonomy-tag" href="https://mltconsecol.github.iotags/spatial">spatial</a> /
<a class="post-taxonomy-tag" href="https://mltconsecol.github.iotags/sf">sf</a> /
<a class="post-taxonomy-tag" href="https://mltconsecol.github.iotags/opendata">opendata</a> /
<a class="post-taxonomy-tag" href="https://mltconsecol.github.iotags/r">R</a> /
<a class="post-taxonomy-tag" href="https://mltconsecol.github.iotags/nyc">NYC</a> /
<a class="post-taxonomy-tag" href="https://mltconsecol.github.iotags/mapview">mapview</a> /
<a class="post-taxonomy-tag" href="https://mltconsecol.github.iotags/spatialeco">spatialEco</a> /
<a class="post-taxonomy-tag" href="https://mltconsecol.github.iotags/kde">KDE</a> /
<a class="post-taxonomy-tag" href="https://mltconsecol.github.iotags/trees">trees</a>
</div>
</div>
</header>
<p>
Cherry BlossomsIt’s springtime in New York and cherry trees are starting to bloom. In fact street trees right outside my house in Staten Island are bright pink in flower right now… here’s a photo I took this morning.
Google searches will reveal a few places you can go to see cherry trees with festivals dedicated to them and such. But there are lots of cherry trees along streets and in parks of NYC.
</p>
<footer>
<a href="https://mltconsecol.github.io/post/20190331_cherryblossomsnyc/">Read more<i class="fa fa-angle-double-right fa-fw"></i></a>
</footer>
</article>
<article>
<header>
<h2><a href="https://mltconsecol.github.io/post/20180210_geocodingnyc/">Geocoding in NYC from R</a></h2>
<div class="post-meta">
<div>
<i class="fa fa-calendar fa-fw"></i>
<time>10 Feb 2018</time>
</div>
<div>
<i class="fa fa-tags fa-fw"></i>
<a class="post-taxonomy-tag" href="https://mltconsecol.github.iotags/spatial">spatial</a> /
<a class="post-taxonomy-tag" href="https://mltconsecol.github.iotags/geocoding">geocoding</a> /
<a class="post-taxonomy-tag" href="https://mltconsecol.github.iotags/r">R</a> /
<a class="post-taxonomy-tag" href="https://mltconsecol.github.iotags/nyc">NYC</a>
</div>
</div>
</header>
<p>
Edit 12 Feb 2018: Thanks to twitter I learned about being able to call GeoSearch via the rmapzen R package; see the end of this post for more info.
GeocodingIn GIS and various other fields, Geocoding is a common operation. Not familar with Geocoding? Check out this great definition from Google:
Geocoding is the process of converting addresses (like a street address) into geographic coordinates (like latitude and longitude), which you can use to place markers on a map, or position the map.
</p>
<footer>
<a href="https://mltconsecol.github.io/post/20180210_geocodingnyc/">Read more<i class="fa fa-angle-double-right fa-fw"></i></a>
</footer>
</article>
<article>
<header>
<h2><a href="https://mltconsecol.github.io/post/20170123_blogdown_hugo/20170123_blogdown_hugo/">Getting Going with Blogdown & Hugo</a></h2>
<div class="post-meta">
<div>
<i class="fa fa-calendar fa-fw"></i>
<time>23 Jan 2018</time>
</div>
<div>
<i class="fa fa-tags fa-fw"></i>
<a class="post-taxonomy-tag" href="https://mltconsecol.github.iotags/blogdown">blogdown</a> /
<a class="post-taxonomy-tag" href="https://mltconsecol.github.iotags/web-dev">web dev</a> /
<a class="post-taxonomy-tag" href="https://mltconsecol.github.iotags/r-markdown">R Markdown</a> /
<a class="post-taxonomy-tag" href="https://mltconsecol.github.iotags/r">R</a> /
<a class="post-taxonomy-tag" href="https://mltconsecol.github.iotags/rmd">Rmd</a>
</div>
</div>
</header>
<p>
Why Blogdown? As I’ve noted before, my previous website was pretty basic. While it was largely simple to make updates, it wasn’t particularly elegant. It was functional, and definitely looked reasonable when it was first created. Editing it wasn’t too difficult, but took some forethought if I wanted to make updates across the website. I’m not at all trained in web development, and just I picked up a few things by working off a template a friend created for me, and toying around with some .
</p>
<footer>
<a href="https://mltconsecol.github.io/post/20170123_blogdown_hugo/20170123_blogdown_hugo/">Read more<i class="fa fa-angle-double-right fa-fw"></i></a>
</footer>
</article>
<article>
<header>
<h2><a href="https://mltconsecol.github.io/post/time-for-webpage-update/time-for-webpage-update/">Time for a Website Makeover</a></h2>
<div class="post-meta">
<div>
<i class="fa fa-calendar fa-fw"></i>
<time>08 Jan 2018</time>
</div>
<div>
<i class="fa fa-tags fa-fw"></i>
<a class="post-taxonomy-tag" href="https://mltconsecol.github.iotags/blogdown">blogdown</a> /
<a class="post-taxonomy-tag" href="https://mltconsecol.github.iotags/web-dev">web dev</a>
</div>
</div>
</header>
<p>
Time for a Change I got my original website started in the beginning of grad school (circa 2007), with great help from a college friend. As this one, it was static, but relied directly on CSS and HTML, with no real page generator in the sense of Jekyll or Hugo. It’s been great for me - serving as a place to link other projects I’ve developed; for example, a QGIS tutorial I wrote for a workshop, and materials from a GIS/Spatial Analysis course I taught as a postdoc.
</p>
<footer>
<a href="https://mltconsecol.github.io/post/time-for-webpage-update/time-for-webpage-update/">Read more<i class="fa fa-angle-double-right fa-fw"></i></a>
</footer>
</article>
</div>
</div>
</div>
<script src="https://mltconsecol.github.iojs/ui.js"></script>
<script src="https://mltconsecol.github.iojs/menus.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-6888715-1"></script>
<script>
if (window.location.hostname != "localhost") {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-6888715-1');
}
</script>
</body>
</html>