-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpartners.html
More file actions
866 lines (450 loc) · 24.7 KB
/
partners.html
File metadata and controls
866 lines (450 loc) · 24.7 KB
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
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
<!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/partners.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><!---headernav-->
</header>
<nav><!---navstart----->
<a href="index.html"><p>Center for Integrated Data Analytics</p></a>
<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---->
</div><!--mobileheader-->
<!-----mobile_html_end------------>
<div id="content">
<div id="mobileholder">
<div id="partner_logo">
<a href="http://acwi.gov/" target="_blank"><img src="images/partners/acwi.png"/></a>
</div><!--partner_logo-->
<div id="description">
<a href="http://acwi.gov/" target="_blank"><h1>Advisory Comittee on Water Information</h1></a>
<h1 class="mobile">ACWI</h1>
<p>The ACWI represents the interests of water-information users and professionals in advising the Federal Government on Federal water-information programs and their effectiveness in meeting the Nation's water-information needs.</p>
<div id="view">
<a href="http://acwi.gov/" target="_blank">View Partner</a>
</div><!--view-->
</div><!--description--->
<div id="projects_worked">
<h2>CIDA Collaborations with ACWI</h2>
<p>National Ground-Water Monitoring | Network Data Portal</p>
</div><!--projects_worked-->
</div><!---mobileholder-->
<!------------------------------------------------>
<div id="mobileholder">
<div id="partner_logo">
<a href="http://glos.us/" target="_blank"><img src="images/partners/glos.jpg"/></a>
</div><!--partner_logo-->
<div id="description">
<a href="http://glos.us/" target="_blank"><h1>Great Lakes Observing System</h1></a>
<h1 class="mobile">GLOS</h1>
<p>GLOS is dedicated to connecting data users with data providers in ways that are supportive of policy and decision making.</p>
<div id="view">
<a href="http://glos.us/" target="_blank">View Partner</a>
</div><!--view-->
</div><!--description--->
<div id="projects_worked">
<h2>CIDA Collaborations with GLOS</h2>
<p>Great Lakes Restoration Initiative (GLRI) Data Network</p>
</div><!--projects_worked-->
</div><!---mobileholder-->
<!---------------------------------------------------->
<div id="mobileholder">
<div id="partner_logo">
<a href="http://www.nrcan.gc.ca/home" target="_blank"><img src="images/partners/nrcan.jpg"/></a>
</div><!--partner_logo-->
<div id="description">
<a href="http://www.nrcan.gc.ca/home" target="_blank"><h1>Natural Resources of Canada</h1></a>
<h1 class="mobile">NRCan</h1>
<p>Natural Resources Canada (NRCan) seeks to enhance the responsible development and use of Canada’s natural resources and the competitiveness of Canada’s natural resources products. We are an established leader in science and technology in the fields of energy, forests, and minerals and metals and use our expertise in earth sciences to build and maintain an up-to-date knowledge base of our landmass.</p>
<div id="view">
<a href="http://www.nrcan.gc.ca/home" target="_blank">View Partner</a>
</div><!--view-->
</div><!--description--->
<div id="projects_worked">
<h2>CIDA Collaborations with NRCan</h2>
<p>National Ground-Water Monitoring | Network Data Portal</p>
</div><!--projects_worked-->
</div><!---mobileholder-->
<!---------------------------------------------------->
<div id="mobileholder">
<div id="partner_logo">
<a href="http://www.ioos.noaa.gov/" target="_blank"><img src="images/partners/ioos.jpg"/></a>
</div><!--partner_logo-->
<div id="description">
<a href="http://www.ioos.noaa.gov/" target="_blank"><h1>NOAA IOOS</h1></a>
<h1 class="mobile">NOAA IOOS</h1>
<p>The Integrated Ocean Observing System (IOOS) is a national-regional partnership working to provide new tools and forecasts to improve safety, enhance the economy, and protect our environment. Integrated ocean information is now available in near real time, as well as retrospectively. Easier and better access to this information is improving our ability to understand and predict coastal events - such as storms, wave heights, and sea level change. Such knowledge is needed for everything from retail to development planning. </p>
<div id="view">
<a href="http://www.ioos.noaa.gov/" target="_blank">View Partner</a>
</div><!--view-->
</div><!--description--->
<div id="projects_worked">
<h2>CIDA Collaborations with NOAA IOOS</h2>
<p>GLRI | WQP</p>
</div><!--projects_worked-->
</div><!---mobileholder-->
<!-------------------------------------------->
<div id="mobileholder">
<div id="partner_logo">
<a href="http://acwi.gov/monitoring/" target="_blank"><img src="images/partners/nqmc.jpg"/></a>
</div><!--partner_logo-->
<div id="description">
<a href="http://acwi.gov/monitoring/" target="_blank"><h1>National Water Quality Monitoring Council</h1></a>
<h1 class="mobile">NWQMC</h1>
<p></p>
<div id="view">
<a href="http://acwi.gov/monitoring/" target="_blank">View Partner</a>
</div><!--view-->
</div><!--description--->
<div id="projects_worked">
<h2>CIDA Collaborations with NWQMC</h2>
<p>NEMI</p>
</div><!--projects_worked-->
</div><!---mobileholder-->
<!---------------------------------------------------->
<div id="mobileholder">
<div id="partner_logo">
<a href="http://www.wisc.edu/" target="_blank"><img src="images/partners/uw.jpg"/></a>
</div><!--partner_logo-->
<div id="description">
<a href="http://www.wisc.edu/" target="_blank"><h1>University of Wisconsin - Madison</h1></a>
<h1 class="mobile">UW</h1>
<p></p>
<div id="view">
<a href="http://www.wisc.edu/" target="_blank">View Partner</a>
</div><!--view-->
</div><!--description--->
<div id="projects_worked">
<h2>CIDA Collaborations with UW</h2>
<p>INSIPRE | WiLMA</p>
</div><!--projects_worked-->
</div><!---mobileholder-->
<!---------------------------------------------------->
<div id="mobileholder">
<div id="partner_logo">
<a href="http://www.doi.gov/" target="_blank"><img src="images/partners/doi.png"/></a>
</div><!--partner_logo-->
<div id="description">
<a href="http://www.doi.gov/" target="_blank"><h1>US Department of the Interior</h1></a>
<h1 class="mobile">USDI</h1>
<p>The U.S. Department of the Interior protects America’s natural resources and heritage, honors our cultures and tribal communities, and supplies the energy to power our future.</p>
<div id="view">
<a href="http://www.doi.gov/" target="_blank">View Partner</a>
</div><!--view-->
</div><!--description--->
<div id="projects_worked">
<h2>CIDA Collaborations with USDI</h2>
<p>BTS</p>
</div><!--projects_worked-->
</div><!---mobileholder-->
<!---------------------------------------------------->
<div id="mobileholder">
<div id="partner_logo">
<a href="http://www.epa.gov/" target="_blank"><img src="images/partners/epa.jpg"/></a>
</div><!--partner_logo-->
<div id="description">
<a href="http://www.epa.gov/" target="_blank"><h1>US Environmental Protection Agency</h1></a>
<h1 class="mobile">EPA</h1>
<p>The US Environmental Protection Agency is the leading government organization charged with protecting US water resources.</p>
<div id="view">
<a href="http://www.epa.gov/" target="_blank">View Partner</a>
</div><!--view-->
</div><!--description--->
<div id="projects_worked">
<h2>CIDA Collaborations with EPA</h2>
<p>Water Quality Portal | NEMI</p>
</div><!--projects_worked-->
</div><!---mobileholder-->
<!---------------------------------------------------->
<div id="mobileholder">
<div id="partner_logo">
<a href="http://marine.usgs.gov/" target="_blank"><img src="images/partners/usgs_cmgp.jpg"/></a>
</div><!--partner_logo-->
<div id="description">
<a href="http://marine.usgs.gov/" target="_blank"><h1><b>USGS</b> Coastal and Marine Geology Program</h1></a>
<h1 class="mobile">CMGP</h1>
<p>The Coastal and Marine Geology Program provides the scientific data, knowledge, and tools required to ensure that decisions about resource use, management practices, and future development in the coastal and marine realm can be evaluated with a sound understanding of the probable effects on coastal ecosystems and communities, and a full assessment of their vulnerability to natural and human-driven changes.</p>
<div id="view">
<a href="http://marine.usgs.gov/" target="_blank">View Partner</a>
</div><!--view-->
</div><!--description--->
<div id="projects_worked">
<h2>CIDA Collaborations with CMGP</h2>
<p>DSASweb | Coastal Change Hazards portal</p>
</div><!--projects_worked-->
</div><!---mobileholder-->
<!---------------------------------------------------->
<div id="mobileholder">
<div id="partner_logo">
<a href="https://my.usgs.gov/confluence/display/cdi/Home" target="_blank"><img src="images/partners/cdi.jpg"/></a>
</div><!--partner_logo-->
<div id="description">
<a href="https://my.usgs.gov/confluence/display/cdi/Home" target="_blank"><h1><b>USGS</b> Community for Data Integration</h1></a>
<h1 class="mobile">CDI</h1>
<p>The Community for Data Integration (CDI) is a dynamic community of practice working together to advance scientific data and information management and integration capabilities in the USGS.</p>
<div id="view">
<a href="https://my.usgs.gov/confluence/display/cdi/Home" target="_blank">View Partner</a>
</div><!--view-->
</div><!--description--->
<div id="projects_worked">
<h2>CIDA Collaborations with CDI</h2>
<p>Geo Data Portal | USGS Derived Downscaled Climate Projection Portal | NCCWSC Project Data Archives | EnDDaT</p>
</div><!--projects_worked-->
</div><!---mobileholder-->
<!------------------------------------------------------->
<div id="mobileholder">
<div id="partner_logo">
<a href="http://www.gcmrc.gov/" target="_blank"><img src="images/products/gcmrc.jpg"/></a>
</div><!--partner_logo-->
<div id="description">
<a href="http://www.gcmrc.gov/" target="_blank"><h1><b>USGS</b> Grand Canyon Monitoring and Research Center</h1></a>
<h1 class="mobile">GCMRC</h1>
<p>The U.S. Geological Survey's Grand Canyon Monitoring and Research Center (GCMRC) is the science provider for the Glen Canyon Dam Adaptive Management Program. In this role, the research center provides the public and decision makers with relevant scientific information about the status and trends of natural, cultural, and recreational resources found in those portions of Grand Canyon National Park and Glen Canyon National Recreation Area affected by Glen Canyon Dam operations.</p>
<div id="view">
<a href="http://www.gcmrc.gov/" target="_blank">View Partner</a>
</div><!--view-->
</div><!--description--->
<div id="projects_worked">
<h2>CIDA Collaborations with GCMRC</h2>
<p>GCMRC Sediment | GCMRC Sandbar</p>
</div><!--projects_worked-->
</div><!---mobileholder-->
<!---------------------------------------------------->
<div id="mobileholder">
<div id="partner_logo">
<a href="http://library.usgs.gov/" target="_blank"><img src="images/partners/usgsl.jpg"/></a>
</div><!--partner_logo-->
<div id="description">
<a href="http://library.usgs.gov/" target="_blank"><h1>USGS Library</h1></a>
<h1 class="mobile">USGSL</h1>
<p>The USGS Library system hosts the largest earth science library in the world. Established in 1879, the library continues to evolve and provide services to an ever wider population via electronic media.</p>
<div id="view">
<a href="http://library.usgs.gov/" target="_blank">View Partner</a>
</div><!--view-->
</div><!--description--->
<div id="projects_worked">
<h2>CIDA Collaborations with USGSL</h2>
<p>Pubs</p>
</div><!--projects_worked-->
</div><!---mobileholder-->
<!---------------------------------------------------->
<div id="mobileholder">
<div id="partner_logo">
<a href="https://nccwsc.usgs.gov/" target="_blank"><img src="images/partners/usgs_nccwsc.jpg"/></a>
</div><!--partner_logo-->
<div id="description">
<a href="https://nccwsc.usgs.gov/" target="_blank"><h1><b>USGS</b> National Climate Change and Wildlife Science Center</h1></a>
<h1 class="mobile">NCCWSC</h1>
<p>The National Climate Change and Wildlife Science Center (NCCWSC) was created in 2008 as part of an ongoing mission to meet the challenges of climate change and its effects on wildlife.</p>
<div id="view">
<a href="https://nccwsc.usgs.gov/" target="_blank">View Partner</a>
</div><!--view-->
</div><!--description--->
<div id="projects_worked">
<h2>CIDA Collaborations with NCCWSC</h2>
<p>Geo Data Portal | USGS Derived Downscaled Climate Projection Portal | NCCWSC Project Data Archives</p>
</div><!--projects_worked-->
</div><!---mobileholder-->
<!---------------------------------------->
<div id="mobileholder">
<div id="partner_logo">
<a href="http://water.usgs.gov/watercensus/" target="_blank"><img src="images/partners/usgs_nwc.jpg"/></a>
</div><!--partner_logo-->
<div id="description">
<a href="http://water.usgs.gov/watercensus/" target="_blank"><h1><b>USGS</b> National Water Census</h1></a>
<h1 class="mobile">NWC</h1>
<p>The National Water Census is a USGS research program on national water availability and use that develops new water accounting tools and assesses water availability at the regional and national scales.</p>
<div id="view">
<a href="http://water.usgs.gov/watercensus/" target="_blank">View Partner</a>
</div><!--view-->
</div><!--description--->
<div id="projects_worked">
<h2>CIDA Collaborations NWC</h2>
<p>National Water Census Web Platform</p>
</div><!--projects_worked-->
</div><!---mobileholder-->
<!---------------------------------------------------->
<div id="mobileholder">
<div id="partner_logo">
<a href="http://waterdata.usgs.gov/nwis" target="_blank"><img src="images/partners/nwis.jpg"/></a>
</div><!--partner_logo-->
<div id="description">
<a href="http://waterdata.usgs.gov/nwis" target="_blank"><h1>USGS NWIS</h1></a>
<h1 class="mobile">NWIS</h1>
<p>The USGS National Water Information System provides access to water resources data collected at 1.5 million sites. The USGS investigates the occurrence, quantity, quality, distribution, and movement of surface and underground water and disseminates the data to entities with an interest in our water resources.</p>
<div id="view">
<a href="http://waterdata.usgs.gov/nwis" target="_blank">View Partner</a>
</div><!--view-->
</div><!--description--->
<div id="projects_worked">
<h2>CIDA Collaborations with NWIS</h2>
<p>Vision | EnDDaT | Water Quality Portal</p>
</div><!--projects_worked-->
</div><!---mobileholder-->
<!---------------------------------------------------->
<div id="mobileholder">
<div id="partner_logo">
<a href="http://water.usgs.gov/nawqa/" target="_blank"><img src="images/partners/nawqa.jpg"/></a>
</div><!--partner_logo-->
<div id="description">
<a href="http://water.usgs.gov/nawqa/" target="_blank"><h1><b>USGS</b> National Water-Quality Assessment Program</h1></a>
<h1 class="mobile">NAWQA</h1>
<p>The National Water-Quality Assessment Program (NAWQA) provides an understanding of water- quality conditions; whether conditions are getting better or worse over time; and how natural features and human activities affect those conditions.</p>
<div id="view">
<a href="http://water.usgs.gov/nawqa/" target="_blank">View Partner</a>
</div><!--view-->
</div><!--description--->
<div id="projects_worked">
<h2>CIDA Collaborations with NAWQA</h2>
<p>NAWQA Data Warehouse | SPARROW Decision Support System | Watershed Regressions for Pesticides Mapper | USGS Sediment Data Portal | Transport of Anthropogenic and Natural Contaminants Decision Support System | Spike-Recovery Calculator | Health-Based Screening Levels</p>
</div><!--projects_worked-->
</div><!---mobileholder-->
<!---------------------------------------------------->
<div id="mobileholder">
<div id="partner_logo">
<a href="http://water.usgs.gov/ogw/" target="_blank"><img src="images/partners/ogw.jpg"/></a>
</div><!--partner_logo-->
<div id="description">
<a href="http://water.usgs.gov/ogw/" target="_blank"><h1><b>USGS</b> Office of Groundwater</h1></a>
<h1 class="mobile">OGW</h1>
<p>The Office of Groundwater, as part of the Water Mission Area, provides leadership to the USGS in the development of techniques for the collection, analysis, and interpretation of groundwater data.</p>
<div id="view">
<a href="http://water.usgs.gov/ogw/" target="_blank">View Partner</a>
</div><!--view-->
</div><!--description--->
<div id="projects_worked">
<h2>CIDA Collaborations with OGW</h2>
<p>National Ground-Water Monitoring | Network Data Portal</p>
</div><!--projects_worked-->
</div><!---mobileholder-->
<!---------------------------------------------------->
<div id="mobileholder">
<div id="partner_logo">
<a href="http://water.usgs.gov/owq/" target="_blank"><img src="images/partners/owi.jpg"/></a>
</div><!--partner_logo-->
<div id="description">
<a href="http://water.usgs.gov/owq/" target="_blank"><h1><b>USGS</b> Office of Water Information</h1></a>
<h1 class="mobile">OWI</h1>
<p>The USGS Office of Water Information is responsible for designing and managing the technology that delivers USGS Water data to citizens and other government agencies.</p>
<div id="view">
<a href="http://water.usgs.gov/owq/" target="_blank">View Partner</a>
</div><!--view-->
</div><!--description--->
<div id="projects_worked">
<h2>CIDA Collaborations with OWI</h2>
<p>Project Management | Administrative and Architectural Support</p>
</div><!--projects_worked-->
</div><!---mobileholder-->
<!---------------------------------------------------->
<div id="mobileholder">
<div id="partner_logo">
<a href="http://wi.water.usgs.gov/" target="_blank"><img src="images/partners/wwsc.jpg"/></a>
</div><!--partner_logo-->
<div id="description">
<a href="http://wi.water.usgs.gov/" target="_blank"><h1><b>USGS</b> Wisconsin Water Science Center</h1></a>
<h1 class="mobile">WWSC</h1>
<p>The U.S. Geological Survey (USGS) is the Nation's largest water, earth, biological science, and civilian mapping agency. The Wisconsin Water Science Center is based in Middleton, Wisconsin. We carry out our activities from offices in Middleton, Rice Lake, and Rhinelander and from many field locations throughout the State.</p>
<div id="view">
<a href="http://wi.water.usgs.gov/" target="_blank">View Partner</a>
</div><!--view-->
</div><!--description--->
<div id="projects_worked">
<h2>CIDA Collaborations with WWSC</h2>
<p>Noreast | Pathlab | Mercury</p>
</div><!--projects_worked-->
</div><!---mobileholder-->
<!---------------------------------------------------->
<div id="mobileholder">
<div id="partner_logo">
<a href="http://dnr.wi.gov/" target="_blank"><img src="images/partners/wdnr.jpg"/></a>
</div><!--partner_logo-->
<div id="description">
<a href="http://dnr.wi.gov/" target="_blank"><h1>Wisconsin Department of Natural Resources</h1></a>
<h1 class="mobile">WDNR</h1>
<p>The WI Department of Natural Resources protects, enhances and manages the state's natural resources.</p>
<div id="view">
<a href="http://dnr.wi.gov/" target="_blank">View Partner</a>
</div><!--view-->
</div><!--description--->
<div id="projects_worked">
<h2>CIDA Collaborations with WDNR</h2>
<p>WI Beach Health | WDNR Fisheries Applications</p>
</div><!--projects_worked-->
</div><!---mobileholder-->
<!---------------------------------------------------->
</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:webmaster@wi.water.usgs.gov?Subject=Hello%20again" target="_top">webmaster@wi.water.usgs.gov</a></p>
<p>Page last modified: Tuesday, 07 Aug 2012 17:15:23 CDT</p>
</div><!---bottom---->
</footer>
</div><!---container--->
</body>
</html>