-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
202 lines (121 loc) · 6.16 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
<!doctype html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>NEON Map & Vis Lessons</title>
<meta name="description" content="Spatio-temporal data lesson hackathon landing page.">
<meta name="keywords" content="">
<!-- Open Graph -->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="article">
<meta property="og:title" content="NEON Map & Vis Lessons">
<meta property="og:description" content="Spatio-temporal data lesson hackathon landing page.">
<meta property="og:url" content="./index.html">
<meta property="og:site_name" content="NEON Map & Vis Lessons">
<link rel="canonical" href="./">
<link href="./feed.xml" type="application/atom+xml" rel="alternate" title="NEON Map & Vis Lessons Feed">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Google Webfonts -->
<link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|PT+Serif:400,700,400italic' rel='stylesheet' type='text/css'>
<!-- For all browsers -->
<link rel="stylesheet" href="./assets/css/main.min.css">
<meta http-equiv="cleartype" content="on">
<!-- HTML5 Shiv and Media Query Support -->
<!--[if lt IE 9]>
<script src="./assets/js/vendor/html5shiv.min.js"></script>
<script src="./assets/js/vendor/respond.min.js"></script>
<![endif]-->
<!-- Modernizr -->
<script src="./assets/js/vendor/modernizr-2.7.1.custom.min.js"></script>
<!-- Icons -->
<!-- 16x16 -->
<link rel="shortcut icon" href="./favicon.ico">
<!-- 32x32 -->
<link rel="shortcut icon" href="./favicon.png">
<!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices -->
<link rel="apple-touch-icon-precomposed" href="./images/apple-touch-icon-precomposed.png">
<!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="./images/apple-touch-icon-72x72-precomposed.png">
<!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="./images/apple-touch-icon-114x114-precomposed.png">
<!-- 144x144 (precomposed) for iPad 3rd and 4th generation -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="./images/apple-touch-icon-144x144-precomposed.png">
</head>
<body class="home">
<!--[if lt IE 9]><div class="browser-upgrade alert alert-info">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div><![endif]-->
<div class="navigation-wrapper">
<div class="NEON-header">
<img src="./images/banners/header_whole.png" alt="NEON" style="width:100%;">
</div>
<div class="site-name">
<a href="">NEON Map & Vis Lessons</a>
</div><!-- /.site-name -->
<div class="top-navigation">
<nav role="navigation" id="site-nav" class="nav">
<ul>
<li><a href="./about/" >About</a></li>
<li><a href="http://www.neoninc.org" target="_blank">NEON Website</a></li>
<li><a href="http://www.datacarpentry.org" target="_blank">Data Carpentry Website</a></li>
</ul>
</nav>
</div><!-- /.top-navigation -->
</div><!-- /.navigation-wrapper -->
<div class="image-wrap">
<img src="./images/banners/NEONCarpentryHeader_2.png"
alt=" feature image">
<span class="image-credit">Photo Credit: <a href="http://www.neoninc.org">National Ecological Observatory Network (NEON)</a></span>
</div><!-- /.image-wrap -->
<div class="article-author-side">
<img src="./images/profilePic.png" class="bio-photo" alt="NEON / Data Carpentry Hackathon bio photo"></a>
<h3>NEON / Data Carpentry Hackathon</h3>
<p>Devoted to open data and open source in science and education.</p>
<h3>Activities By Topic</h3>
<!--
<h4><a href="./activities/">View ALL Activities</a></h4>
<h4><a href="./activities-by-tag/">Activities by Tag</a></h4>
-->
<br><br><br>
<a href="http://github.com/data-lessons" class="author-social" target="_blank"><i class="fa fa-github"></i> Github</a>
<br><br><br>
</div>
<div id="index">
<h2 id="spatio-temporal-data-lessons">Spatio-Temporal Data Lessons</h2>
<article>
<h2><a href="./posts/_test.html">_test</a></h2>
</article>
<article>
<h2><a href="./posts/spatial-viz-basics.html">spatial-viz-basics</a></h2>
</article>
<article>
<h2><a href="./posts/spatio-temporal-data-workshop.html">spatio-temporal-data-workshop</a></h2>
</article>
<article>
<h2><a href="./posts/viz.html">viz</a></h2>
</article>
</div><!-- /#index -->
<div class="footer-wrap">
<footer>
<span>© 2015 National Ecological Observatory Network (NEON) -- Boulder, Colorado. <a href="http://www.neoninc.org" target=_blank></a>
We love feedback! Email: lwasser at neoninc.org or tweet @leahawasser .
<p>Powered by <a href="http://jekyllrb.com">Jekyll</a> A huge shot out to creator of the <a href="http://mademistakes.com/minimal-mistakes/">Minimal Mistakes</a> theme.</p></span>
<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-52746937-1', 'auto');
ga('send', 'pageview');
</script>
</footer>
</div><!-- /.footer-wrap -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="http://data-lessons.github.io/NEON-R-Make-Pretty-Maps-Plots//assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="http://data-lessons.github.io/NEON-R-Make-Pretty-Maps-Plots//assets/js/scripts.min.js"></script>
</body>
</html>