-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
394 lines (230 loc) · 11.2 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<!-- ############### VIEWPORT META TAG ############### -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" />
<!--##################################################-->
<title>Center for Integrated Data Analytics</title>
<link href="css/index.css" rel="stylesheet" type="text/css">
<link href='//fonts.googleapis.com/css?family=PT+Sans+Narrow:400' rel='stylesheet' type='text/css'>
<link rel="icon" type="image/ico" href="images/spike.ico" />
</head>
<body>
<div id="container">
<header>
<div id="usgslogo">
<a href="http://www.usgs.gov/" target="_blank"><img src="images/usgslogo.jpg"/></a>
</div>
<div id="banner">
<img src="images/banner.jpg"/>
</div>
<div id="headernav">
<ul>
<li><a href="http://www.usgs.gov/" target="_blank">USGS Home</a></li>
<li><a href="http://www.usgs.gov/ask/index.php" target="_blank">Contact USGS</a></li>
<li><a href="http://search.usgs.gov/" target="_blank">Search USGS</a></li>
</ul>
</div>
</header>
<nav><!---navstart----->
<p>Center for Integrated Data Analytics</p>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="people.html">PEOPLE</a>
<ul>
<li><a href="people.html">Employees</a></li>
<li><a href="careers.html">Careers</a></li>
</ul>
</li>
<li><a href="products.html">PRODUCTS</a></li>
<li><a href="partners.html">PARTNERS</a></li>
</ul>
</nav><!----navend----->
<!-----mobile_html_start------------>
<div id="mobileheader">
<img id="mobilelogo" src="images/mobile_icons/mobilelogo.png"/>
<div id="mobilenav">
<div id="mobileicons">
<ul>
<li> <a href="index.html"><img src="images/mobile_icons/homeicon.png"/></a></li>
<li><a href="people.html"><img src="images/mobile_icons/people_mobile_icon.png"/></a>
<ul>
<li><a href="people.html">Employees</a></li>
<li><a href="careers.html">Careers</a></li>
</ul>
</li>
<li> <a href="products.html"><img src="images/mobile_icons/products_icon01.png"/></a></li>
<li><a href="partners.html"><img src="images/mobile_icons/partners_icon.png"/></a></li>
</ul>
</div><!---mobileicons---->
</div><!----mobilenav---->
<!----------------------endmobilehtml------------>
</div><!--mobileheader-->
<!-----mobile_html_end------------>
<div id="container">
<div id="content">
<div id="mission">
<img id="large" src="images/missionstatement_large.png"/>
<img id="main" src="images/missionstatement.jpg"/>
<img id="small" src="images/missionstatementsmall.jpg"/>
<p id="mobileheadline">The USGS Center for Integrated Data Analytics is committed to advancing USGS science by:</p>
<ul>
<li>Integrating disparate data across scales and domains</li>
<li>Improving access to data and research</li>
<li>Developing tools for analysis and visualization</li>
<li>Fostering collaboration with the international community</li>
</ul>
</div><!--mission-->
<div id="newsfeed">
<div id="topbar">
<p>NEWS</p>
</div><!--topbar-->
<div id="holder">
<div id="scroll">
<div id="newsarea">
<div id="date">
<p>1</p>
<p>Jan</p>
</div><!--date-->
<p id="story">CIDA wishes everyone a Happy New Year!</p>
</div><!--newsarea-->
</div><!--scroll-->
<div id="scroll">
<div id="newsarea">
<div id="date">
<p>25</p>
<p>Dec</p>
</div><!--date-->
<p id="story">Christmas Day</p>
</div><!--newsarea-->
</div><!--scroll-->
<div id="scroll">
<div id="newsarea">
<div id="date">
<p>24</p>
<p>Dec</p>
</div><!--date-->
<p id="story">Christmas Eve</p>
</div><!--newsarea-->
</div><!--scroll-->
<div id="scroll">
<div id="newsarea">
<div id="date">
<p>11</p>
<p>Dec</p>
</div><!--date-->
<p id="story">Jordan Walker presented "Progress on big data publication and documentation for machine-to-machine discovery, access, and processing" at AGU's fall meeting in San Francisco.</p>
</div><!--newsarea-->
</div><!--scroll-->
<div id="scroll">
<div id="newsarea">
<div id="date">
<p>11</p>
<p>Dec</p>
</div><!--date-->
<p id="story">Jessica Lucido presented "Best Practices for Making Scientific Data Discoverable and Accessible through Integrated, Standards-Based Data Portals" at AGU's fall meeting in San Francisco.</p>
</div><!--newsarea-->
</div><!--scroll-->
<div id="scroll">
<div id="newsarea">
<div id="date">
<p>16</p>
<p>Aug</p>
</div><!--date-->
<p id="story">
The construction of the new CIDA website begins.</p>
</div><!--newsarea-->
</div><!--scroll-->
</div><!--holder-->
</div><!--newsfeed-->
<div id="mobile_newsfeed">
<div id="mobile_holder">
<div id="mobile_newsarea">
<div id="mobile_date">1 Jan</div>
<p>CIDA wishes everyone a Happy New Year!</p>
</div>
<div id="mobile_newsarea">
<div id="mobile_date">25 Dec</div>
<p>Christmas Day</p>
</div>
<div id="mobile_newsarea">
<div id="mobile_date">24 Dec</div>
<p>Christmas Eve</p>
</div>
<div id="mobile_newsarea">
<div id="mobile_date">11 Dec</div>
<p>Jordan Walker presented "Progress on big data publication and documentation for machine-to-machine discovery, access, and processing" at AGU's fall meeting in San Francisco.</p>
</div>
<div id="mobile_newsarea">
<div id="mobile_date">11 Dec</div>
<p>Jessica Lucido presented "Best Practices for Making Scientific Data Discoverable and Accessible through Integrated, Standards-Based Data Portals" at AGU's fall meeting in San Francisco.</p>
</div>
<div id="mobile_newsarea">
<div id="mobile_date">16 August</div>
<p>The New CIDA site construction has begun.</p>
</div>
</div><!---mobile_holder--->
</div><!---mobile_newsfeed--->
<div id="people">
<a href="people.html"><img src="images/people.jpg"/></a>
<div id="stripe">
<a href="people.html">Who We Are</a>
</div><!--stripe-->
<div id="picture">
<a href="people.html"><img src="images/people.jpg"/></a>
</div>
<div id="mobilelinks">
<a href="people.html">Who We Are</a>
</div>
</div><!--people-->
<div id="products">
<a href="products.html"><img src="images/products.jpg"/></a>
<div id="stripe">
<a href="products.html">What We Do</a>
</div><!--stripe-->
<div id="picture">
<a href="products.html"><img src="images/products.jpg"/></a>
</div>
<div id="mobilelinks">
<a href="products.html">What We Do</a>
</div>
</div><!--products-->
<div id="partners">
<a href="partners.html"><img src="images/partners.jpg"/></a>
<div id="stripe">
<a href="partners.html">CIDA Partners</a>
</div><!--stripe-->
<div id="picture">
<a href="partners.html"><img src="images/partners.jpg"/></a>
</div>
<div id="mobilelinks">
<a href="partners.html">CIDA Partners</a>
</div>
</div><!--partners-->
</div><!----content--->
<footer>
<div id="top">
<a href="http://www.usgs.gov/" target="_blank">USGS Home</a>
<a href="http://water.usgs.gov/" target="_blank">Water Resources</a>
<a href="http://biology.usgs.gov/" target="_blank">Biology</a>
<a href="http://www.usgs.gov/climate_landuse/" target="_blank">Geography</a>
<a href="http://geology.usgs.gov/index.htm" target="_blank">Geology</a>
<a href="http://www.usgs.gov/ngpo/" target="_blank">Geospatial</a>
</div><!---top---->
<div id="middle">
<a href="http://www.usgs.gov/laws/accessibility.html" target="_blank">Accessibility</a>
<a href="http://www.usgs.gov/foia/" target="_blank">FOIA</a>
<a href="http://www.usgs.gov/laws/privacy.html" target="_blank">Privacy</a>
<a href="http://www.usgs.gov/laws/policies_notices.html" target="_blank">Policies and Notices</a>
</div><!---middle---->
<div id="bottom">
<a href="http://www.doi.gov/index.cfm" target="_blank">U.S. Department of the Interior</a> | <a href="http://www.usgs.gov/" target="_blank">U.S. Geoligical Survey</a>
<p>URL: http//cida.usgs.gov/index.html</p>
<p>Contact Information: <a href="mailto:[email protected]?Subject=Hello%20again" target="_top">[email protected]</a></p>
<p>Page last modified: Tuesday, 07 Aug 2012 17:15:23 CDT</p>
</div><!---bottom---->
</footer>
</div><!---container-->
</body>
</html>