-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
executable file
·695 lines (666 loc) · 21.6 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="assets/ico/favicon.png">
<title>South Sudan Biodiversity Data</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/main.css" rel="stylesheet">
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:400,300,700' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<script src="assets/js/modernizr.custom.js"></script>
</head>
<body ng-app="">
<!-- Menu -->
<nav class="menu" id="theMenu">
<div class="menu-wrap">
<h1 class="logo"><a href="index.html#home"></a></h1>
<i class="fa fa-arrow-right menu-close"></i>
<a href="index.html">Home</a>
<a href="overview.html">Overview</a>
<a href="methods.html">Methods</a>
<a href="resources.html">Resources</a>
</div>
<!-- Menu button -->
<div id="menuToggle"><i class="fa fa-bars"></i></div>
</nav>
<!-- MAIN IMAGE SECTION -->
<div id="headerwrap">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h1>south sudan</h1>
<h3 style="color:#fff" >open data on tropical forests, biological diversity and human impacts</h3>
<div class="spacer"></div>
<i class="fa fa-angle-down"></i>
</div>
</div><!-- row -->
</div><!-- /container -->
</div><!-- /headerwrap -->
<!-- BLOG POSTS -->
<div class="container">
<div class="row mt">
<div class="col-lg-12">
<h1>About the Project</h1>
</div><!-- col-lg-12 -->
</div><!-- row -->
<div class="row mt">
<div class="col-lg-4">
<i class="fa fa-globe fa-5x"></i>
<h3><a href="#">Overview</a></h3>
<p>Context for this analysis of threats and opportunities for biodiversity and forests in South Sudan</p>
<p><a href="overview.html"><i class="fa fa-link"></i> Read More</a></p>
</div>
<div class="col-lg-4">
<i class="fa fa-gears fa-5x"></i>
<h3><a href="#">Methods</a></h3>
<p>Tools and tactics used to analyze these datasets</p>
<p><a href="methods.html"><i class="fa fa-link"></i> Read More</a></p>
</div>
<div class="col-lg-4">
<i class="fa fa-list fa-5x"></i>
<h3><a href="#">Resources</a></h3>
<p>A collection of existing datasets drawn from government, nonprofit and academic sources</p>
<p><a href="resources.html"><i class="fa fa-link"></i> Read More</a></p>
</div>
</div><!-- row -->
</div><!-- container -->
<hr>
<!-- WELCOME SECTION -->
<div class="container">
<div ng-init="dataz = [
{
'name':'Waterways',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/osm/ss_waterway_line.geojson',
'source':'OpenStreetmap'
},
{
'name':'Barrier - Line',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/osm/ss_barrier_line.geojson',
'source':'OpenStreetmap'
},
{
'name':'States and Major Cities',
'image':'2-states-and-major-cities.jpg',
'type':'Map Image',
'subgiturl':'master/images/2-states-and-major-cities.png',
'source':'Geosprocket'
},
{
'name':'Travel Time to Cities',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/nelson/ssudan_travel_time_to_city.geojson',
'source':'Nelson et al.'
},
{
'name':'Protected Areas',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/wdpa/wdpa_ssudan.geojson',
'source':'WDPA'
},
{
'name':'Forest Cover Loss - Yei',
'image':'8a-forest-change-yei.jpg',
'type':'Map Image',
'subgiturl':'master/images/8a-forest-change-yei.png',
'source':'Geosprocket'
},
{
'name':'Rangeland Loss - Gogrial',
'image':'15c-rangeland-gogrial.jpg',
'type':'Map Image',
'subgiturl':'master/images/15c-rangeland-gogrial.png',
'source':'Geosprocket'
},
{
'name':'States',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/unitar/undp_states.geojson',
'source':'UNITAR'
},
{
'name':'Disputed Areas',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/natural_earth/ne_disputed_areas.geojson',
'source':'Natural Earth'
},
{
'name':'Infrastructure - Southern NP',
'image':'10-infrastructure-southern.jpg',
'type':'Map Image',
'subgiturl':'master/images/10-infrastructure-southern.png',
'source':'Geosprocket'
},
{
'name':'National Region of Interest',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/osm/south_sudan_osm_roi20km.geojson',
'source':'OpenStreetmap'
},
{
'name':'Places of Interest',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/osm/ss_place_point.geojson',
'source':'OpenStreetmap'
},
{
'name':'Land Use',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/osm/ss_landuse_polygon.geojson',
'source':'OpenStreetmap'
},
{
'name':'Rivers',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/africover/africvr_sd_rivers.geojson',
'source':'Africover'
},
{
'name':'Elephant Range 2012',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/iucn/iucn_elephant_range_2012.geojson',
'source':'IUCN'
},
{
'name':'Forest Cover Loss - Bor',
'image':'8b-forest-change-bor.jpg',
'type':'Map Image',
'subgiturl':'master/images/8b-forest-change-bor.png',
'source':'Geosprocket'
},
{
'name':'Rangeland Loss 2003-2013',
'image':'15-rangeland-loss.jpg',
'type':'Map Image',
'subgiturl':'master/images/15-rangeland-loss.png',
'source':'Geosprocket'
},
{
'name':'Forest Cover Loss - Bentiu',
'image':'8d-forest-change-bentiu.jpg',
'type':'Map Image',
'subgiturl':'master/images/8d-forest-change-bentiu.png',
'source':'Geosprocket'
},
{
'name':'Historic Sites',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/osm/ss_historic_point.geojson',
'source':'OpenStreetmap'
},
{
'name':'Cities',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/africover/africvr_sd_towns_major.geojson',
'source':'Africover'
},
{
'name':'Elephant Habitat/Oil Activity',
'image':'6-elephants-and-oil.jpg',
'type':'Map Image',
'subgiturl':'master/images/6-elephants-and-oil.png',
'source':'Geosprocket'
},
{
'name':'Travel Time to Cities',
'image':'16-travel-time.jpg',
'type':'Map Image',
'subgiturl':'master/images/16-travel-time.png',
'source':'Geosprocket'
},
{
'name':'Roads',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/osm/highway_line.geojson',
'source':'OpenStreetmap'
},
{
'name':'Barrier - Polygon',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/osm/ss_barrier_polygon.geojson',
'source':'OpenStreetmap'
},
{
'name':'Railway',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/osm/ss_railway_line.geojson',
'source':'OpenStreetmap'
},
{
'name':'Rangeland Loss - Eastern Region',
'image':'15a-rangland-eastern.jpg',
'type':'Map Image',
'subgiturl':'master/images/15a-rangland-eastern.png',
'source':'Geosprocket'
},
{
'name':'Surface Water',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/africover/africvr_surface_water.geojson',
'source':'Africover'
},
{
'name':'Wetlands',
'image':'7-wetlands.jpg',
'type':'Map Image',
'subgiturl':'master/images/7-wetlands.png',
'source':'Geosprocket'
},
{
'name':'Natural Features',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/osm/ss_natural_polygon.geojson',
'source':'OpenStreetmap'
},
{
'name':'Oil Concessions',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/ecos/ecos_oil_concessions_2007.geojson',
'source':'ECOS'
},
{
'name':'Tourist Sites',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/osm/ss_tourism_point.geojson',
'source':'OpenStreetmap'
},
{
'name':'Elephant Range 2007',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/iucn/iucn_elephant_range_2007.geojson',
'source':'IUCN'
},
{
'name':'Forest Cover Loss - Mushra',
'image':'8c-forest-change-mushra.jpg',
'type':'Map Image',
'subgiturl':'master/images/8c-forest-change-mushra.png',
'source':'Geosprocket'
},
{
'name':'Routes',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/osm/ss_route_line.geojson',
'source':'OpenStreetmap'
},
{
'name':'Settlements',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/unitar/unitar_settlements.geojson',
'source':'UNITAR'
},
{
'name':'Infrastructure - Sudd NP',
'image':'13-infrastructure-sudd.jpg',
'type':'Map Image',
'subgiturl':'master/images/13-infrastructure-sudd.png',
'source':'Geosprocket'
},
{
'name':'Oil Concessions',
'image':'3-oil-concessions.jpg',
'type':'Map Image',
'subgiturl':'master/images/3-oil-concessions.png',
'source':'Geosprocket'
},
{
'name':'Permanent Wetlands',
'image':'maplayer.png',
'type':'TopoJSON Layer',
'subgiturl':'master/geodata/nasa/ssudan_modis_wetlands_2012.topojson',
'source':'NASA'
},
{
'name':'Regional View Map',
'image':'1-regional-view.jpg',
'type':'Map Image',
'subgiturl':'master/images/1-regional-view.png',
'source':'Geosprocket'
},
{
'name':'Sport Facilities',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/osm/ss_sport_point.geojson',
'source':'OpenStreetmap'
},
{
'name':'National Border',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/natural_earth/south_sudan_ne.geojson',
'source':'Natural Earth'
},
{
'name':'Political Boundaries',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/osm/ss_boundary_polygon.geojson',
'source':'OpenStreetmap'
},
{
'name':'Geologic Provinces',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/usgs/ssudan_geologic_provinces.geojson',
'source':'USGS'
},
{
'name':'Amenity - Point',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/osm/ss_amenity_point.geojson',
'source':'OpenStreetmap'
},
{
'name':'Counties',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/unitar/undp_ss_county.geojson',
'source':'UNITAR'
},
{
'name':'Full Text Map Annex',
'image':'document.png',
'type':'PDF',
'subgiturl':'master/docs/annex-a-031814b.pdf',
'source':'Geosprocket'
},
{
'name':'Airstrip - Line',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/osm/ss_aeroway_line.geojson',
'source':'OpenStreetmap'
},
{
'name':'Roads',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/unitar/undp_roads.geojson',
'source':'UNITAR'
},
{
'name':'Forest Cover Loss 2000-2012',
'image':'8-forest-change.jpg',
'type':'Map Image',
'subgiturl':'master/images/8-forest-change.png',
'source':'Geosprocket'
},
{
'name':'Conservation Areas',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/osm/ss_conservation_areas.geojson',
'source':'OpenStreetmap'
},
{
'name':'Infrastructure - Boma NP',
'image':'11-infrastructure-boma.jpg',
'type':'Map Image',
'subgiturl':'master/images/11-infrastructure-boma.png',
'source':'Geosprocket'
},
{
'name':'Natural Landscape',
'image':'9-forests-wetlands-protected.jpg',
'type':'Map Image',
'subgiturl':'master/images/9-forests-wetlands-protected.png',
'source':'Geosprocket'
},
{
'name':'Airstrip - Point',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/osm/ss_aeroway_point.geojson',
'source':'OpenStreetmap'
},
{
'name':'Rangeland Loss - Bor',
'image':'15b-rangeland-bor.jpg',
'type':'Map Image',
'subgiturl':'master/images/15b-rangeland-bor.png',
'source':'Geosprocket'
},
{
'name':'Rangeland Loss - Bentiu',
'image':'15d-rangeland-bentiu.jpg',
'type':'Map Image',
'subgiturl':'master/images/15d-rangeland-bentiu.png',
'source':'Geosprocket'
},
{
'name':'Towns',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/africover/africvr_sd_towns_other.geojson',
'source':'Africover'
},
{
'name':'Airstrip - Polygon',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/osm/ss_aeroway_polygon.geojson',
'source':'OpenStreetmap'
},
{
'name':'Amenity - Polygon',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/osm/ss_amenity_polygon.geojson',
'source':'OpenStreetmap'
},
{
'name':'Oil Pipelines',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/ecos/ecos_oil_pipelines_2007.geojson',
'source':'ECOS'
},
{
'name':'Barrier - Point',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/osm/ss_barrier_point.geojson',
'source':'OpenStreetmap'
},
{
'name':'Elephant Habitat',
'image':'5-elephant-habitat.jpg',
'type':'Map Image',
'subgiturl':'master/images/5-elephant-habitat.png',
'source':'Geosprocket'
},
{
'name':'National Border',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/osm/south_sudan_osm.geojson',
'source':'OpenStreetmap'
},
{
'name':'Wetlands and Human Impacts',
'image':'14-infrastructure-oil-wetlands.jpg',
'type':'Map Image',
'subgiturl':'master/images/14-infrastructure-oil-wetlands.png',
'source':'Geosprocket'
},
{
'name':'Boma-Jonglei Landscape',
'image':'4-boma-jonglei-landscape.jpg',
'type':'Map Image',
'subgiturl':'master/images/4-boma-jonglei-landscape.png',
'source':'Geosprocket'
},
{
'name':'Forest Cover Loss 2000-2012',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/hansen/ssudan_forest_loss_2000-2012.geojson',
'source':'Hansen et al.'
},
{
'name':'Polling Stations',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/unitar/unitar_pollingstations.geojson',
'source':'UNITAR'
},
{
'name':'Rangeland Loss 2003-2013',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/geosprocket/ssudan_rangeland_loss_2003-2013.geojson\n',
'source':'Geosprocket'
},
{
'name':'Surficial Geology',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/usgs/ssudan_surficial_geology.geojson',
'source':'USGS'
},
{
'name':'Infrastructure - Badingilo NP',
'image':'12-infrastructure-badingilo.jpg',
'type':'Map Image',
'subgiturl':'master/images/12-infrastructure-badingilo.png',
'source':'Geosprocket'
},
{
'name':'Populated Places',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/natural_earth/ne_populated_places.geojson',
'source':'Natural Earth'
},
{
'name':'Airfields',
'image':'maplayer.png',
'type':'GeoJSON Layer',
'subgiturl':'master/geodata/unitar/undp_airfields.geojson',
'source':'UNITAR'
}
]">
</div>
<div class="row mt">
<div class="col-lg-8">
<h1>Explore the Data</h1>
<p>Browse and access the datasets that were used in the 2014 South Sudan Tropical Forests And Biodiversity Threats And Opportunities Assessment</p>
</div>
<div class="col-lg-4">
<p class="pull-right"><br><input ng-model="searchText" class="form-control input-lg" type="text" placeholder="Search"></p>
</div>
</div><!-- /row -->
</div><!-- /.container -->
<!-- PORTFOLIO SECTION -->
<div id="portfolio">
<div class="container">
<div class="row mt" id="searchTextResults">
<ul class="grid effect-2" id="grid">
<li ng-repeat="record in dataz | filter:searchText">
<h2>
<a href="https://github.com/GeoSprocket/ssudan-eco/blob/{{record.subgiturl}}" target="_blank">{{record.name}}</a>
</h2>
<a href="https://github.com/GeoSprocket/ssudan-eco/blob/{{record.subgiturl}}" target="_blank">
<img src="images/{{record.image}}">
</a>
<em>Source: {{record.source}}</em>
<h4>
<span class="pull-right label label-default">
<a class="cards" href="https://raw.githubusercontent.com/GeoSprocket/ssudan-eco/{{record.subgiturl}}" download>
<i class=" cards fa fa-download"></i>
</a>
</span>
<span class="pull-right label label-primary">
<a class="cards" href="https://github.com/GeoSprocket/ssudan-eco/blob/{{record.subgiturl}}" target="_blank">
{{record.type}}
</a>
</span>
</h4>
</li>
</ul>
</div>
</div>
</div>
<!-- CLIENTS LOGOS -->
<div id="lg">
<div class="container">
<div class="row centered">
<div class="col-lg-8 col-lg-offset-2 inline">
<h2>A <img src="assets/img/clients/usaid.png" width="270px" alt=""> Project </h2>
</div>
</div><!-- row -->
</div><!-- container -->
</div><!-- dg -->
<!-- CALL TO ACTION -->
<div id="call">
<div class="container">
<div class="row">
<h3>Contribute and Collaborate</h3>
<div class="col-lg-8 col-lg-offset-2">
<p>If you've found useful information here, consider contributing additional datasets or edits to these.</p>
<p><a href="https://github.com/GeoSprocket/ssudan-eco" target="_blank" ><button type="button" class="btn btn-green btn-lg"><i class="fa fa-github"></i> View the Repository on Github</button></a></p>
</div>
</div><!-- row -->
</div><!-- container -->
</div><!-- Call to action -->
<!-- CONTACT FOOTER -->
<div id="cf">
<div class="container">
<div class="row">
<div class="col-lg-10 col-lg-offset-1"><hr>
Prepared by Geosprocket LLC, subcontractor to The Cadmus Group, Inc. under USAID's Global Environmental Management Support Program, Contract Number GS-10F-0105J. The contents are the sole responsibility of the authors and do not necessarily reflect the views of USAID or the United States Government.<hr>
</div>
</div><!-- row -->
</div><!-- container -->
</div><!-- Contact Footer -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.3/angular.min.js"></script>
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/masonry.pkgd.min.js"></script>
<script src="assets/js/imagesloaded.js"></script>
<script src="assets/js/classie.js"></script>
</body>
</html>