This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
project.shtml
117 lines (99 loc) · 4.24 KB
/
project.shtml
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
<!DOCTYPE html>
<html>
<head>
<title data-i18n="project.page-title">Project | MapSwipe</title>
<!-- Start Component -->
<!--#include virtual="/markup/components/metas.shtml" -->
<!-- End Component -->
</head>
<body class="page-data" onload="initAnalyticsProject()">
<!-- Start Component -->
<!--#include virtual="/markup/components/gtm.shtml" -->
<!-- End Component -->
<!-- Start Component -->
<!--#include virtual="/markup/components/header.shtml" -->
<!-- End Component -->
<div class="hero-container-small">
<div class="wrapper">
<div class="hero-content">
<p class="hero-subheading"><a href="data.html" data-i18n="project.page-back">< Back to data</a></p>
<h1 class="hero-heading"><span id="project-info-name"> </span> (<span id="project-info-status"> </span>)</h1>
</div>
</div>
</div>
<div class="section">
<div class="section-container">
<div class="rich-text">
<h2 data-i18n="project.details-title">Project Details</h2>
<p><span id="project-info-description"></span></p>
</div>
</div>
</div>
<hr class="wrapper">
<div class="section">
<div class="section-container section-flex">
<div class="Stat-Item one-third">
<div class="emphasizedNumber"><span id="project-info-progress"> </span>%</div>
<div class="stats-title" data-i18n="project.stats-complete">Complete</div>
</div>
<div class="Stat-Item one-third">
<div id="project-info-contributors" class="emphasizedNumber"> </div>
<div class="stats-title" data-i18n="project.stats-contributors">Contributors</div>
</div>
<div class="Stat-Item one-third">
<div id="project-info-area" class="emphasizedNumber"> </div>
<div class="stats-title">km<sup>2</sup></div>
</div>
</div>
<div class="section-container section-flex">
<div class="two-thirds">
<div id="map">
<!-- map container -->
</div>
</div>
<div class="one-third">
<div id="cum_progress" class="plot">
<!-- data table container -->
</div>
</div>
</div>
</div>
<div class="section light-blue">
<div class="section-container">
<div class="rich-text">
<h2 data-i18n="project.download-title">Download Data</h2>
<p data-i18n="[html]project.download-text">Below you'll find the data downloads for this MapSwipe project, including a GeoJSON file that can be imported into the HOT Tasking Manager for more detailed mapping of the area. If you need more information or if you have a special request related to MapSwipe data get in contact with the team at the <a href="https://heigit.org/geoinformation-for-humanitarian-aid/">Heidelberg Institute for Geoinformation Technology</a></p>
</div>
<table id="projectDataTable" class="table table-bordered">
<thead>
<tr class="thead-inverse">
<th data-i18n="project.table-project">Project ID</th>
<th data-i18n="project.table-dataset">Dataset name</th>
<th data-i18n="project.table-type">Data type</th>
<th data-i18n="project.table-description">Dataset description</th>
<th></th>
</tr>
</thead>
<tbody>
<!-- body of the table will be added by function -->
</tbody>
</table>
</div>
</div>
<div class="section">
<div class="section-container">
<div class="rich-text">
<h2 data-i18n="project.license-title">Our License</h2>
<p data-i18n="project.license-text1">This project is part of the OpenStreetMap community. The goal is high-quality geographical data, freely
accessible and available to everyone. OSM’s reciprocal license protects the data from being appropriated by
services that do not share back to OSM.</p>
<p data-i18n="project.license-text2">MapSwipe is released under a "liberal" non-reciprocal license (Creative Commons Attribution). Whenever you want to use the data, just make sure to
credit the MapSwipe contributors.</p>
</div>
</div>
</div>
<!-- Start Component -->
<!--#include virtual="/markup/components/footer.shtml" -->
<!-- End Component -->
</body>
</html>