Skip to content

Commit

Permalink
Repaired or commented out broken links and interactives
Browse files Browse the repository at this point in the history
Repairs or commented out sections:
- Tools that are no longer supported
- Statistics that are broken
- Maps where repaired
- Links were changed from a Google Drive to AWS or Github
  • Loading branch information
Claurt07 authored and dakotabenjamin committed Dec 14, 2023
1 parent 0f5d6e4 commit a7bd78e
Show file tree
Hide file tree
Showing 30 changed files with 10,524 additions and 67 deletions.
12 changes: 6 additions & 6 deletions _layouts/country.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h4 id="contact-header"></h4>

<!-- Countries with projects -->

<!-- <h4 id="contact-header">{{ page.title }} has {{ projectcount }} HOT project{% if projectcount > 1%}s{%endif%}{% if memberscount > 0%} and {{ memberscount }} voting member{% if memberscount > 1%}s{%endif%}{%endif%}</h4> -->
<h4 id="contact-header">{{ page.title }} has {{ projectcount }} HOT project{% if projectcount > 1%}s{%endif%}{% if memberscount > 0%} and {{ memberscount }} voting member{% if memberscount > 1%}s{%endif%}{%endif%}</h4>
<div class="country-content top">
<p>Read more about each project below or learn more about <a href="/get-involved">getting involved</a>.</p>
</div>
Expand Down Expand Up @@ -194,20 +194,20 @@ <h5>Visit</h5>
<!--////// Country Highlights //////-->
<!--////////////////////////////////-->

<div class="container">
<!-- <div class="container"> -->

<!-- Tab links -->

<div class="tab">
<!-- <div class="tab">
<h6>{{ page.title }} Stats:</h6>
<button id="hot-stats-tab" class="hide tablinks active" onclick="switchTab(event, 'hot-stats')">HOT</button>
<button id="osm-stats-tab" class="tablinks active" onclick="switchTab(event, 'osm-stats')">OSM</button>
</div>
</div>
</div> -->

<!-- Tab content -->
<div id="hot-stats" class="hide tabcontent container home-stats">
<!-- <div id="hot-stats" class="hide tabcontent container home-stats">
<div class="home-stat">
<center><p class="loader"></p></center>
<p class="stat-number" id="Community-Mappers"></p>
Expand Down Expand Up @@ -273,7 +273,7 @@ <h6>{{ page.title }} Stats:</h6>
<span class="tooltiptext">Total length of OSM roads in {{ page.title }} from <a href="https://www.missingmaps.org/" target="_blank">Missing Maps</a></span>
</p>
</div>
</div>
</div> -->

{% for project in sorted-projects %}
{% if project['Country'] contains page.title %}
Expand Down
30 changes: 17 additions & 13 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,34 +66,38 @@ <h1>{{ content }}</h1>

<div class="container home-stats">
<div class="home-stat">
<center><p class="loader"></p></center>
<p class="stat-number" id="Community-Mappers"></p>
<p class="stat-title">Community Mappers<sup>&#9432;</sup>
<span class="tooltiptext">Total number of Mappers using HOT Tasking Manager</span>
<!-- <center><p class="loader"></p></center> -->
<!-- <p class="stat-number" id="Community-Mappers"></p> -->
<p class="stat-number">468K</p>
<p class="stat-title">Total Mappers<sup>&#9432;</sup>
<span class="tooltiptext">Total number of Mappers using <a href="https://tasks.hotosm.org/" target="_blank">HOT Tasking Manager</a> - As of Dec. 2023</span>
</p>
</div>
<div class="hr-v"></div>
<div class="home-stat">
<center><p class="loader"></p></center>
<p class="stat-number" id="Total-Map-Edits"></p>
<!-- <center><p class="loader"></p></center>
<p class="stat-number" id="Total-Map-Edits"></p> -->
<p class="stat-number">246.7M</p>
<p class="stat-title">Total Map Edits<sup>&#9432;</sup>
<span class="tooltiptext">Total number of edits from <a href="https://www.missingmaps.org/" target="_blank">Missing Maps</a></span>
<span class="tooltiptext">Total number of edits mapped using <a href="https://tasks.hotosm.org/" target="_blank">HOT Tasking Manager</a> - As of Dec. 2023</span>
</p>
</div>
<div class="hr-v hide-sm"></div>
<div class="home-stat">
<center><p class="loader"></p></center>
<p class="stat-number" id="Buildings-Mapped"></p>
<!-- <center><p class="loader"></p></center>
<p class="stat-number" id="Buildings-Mapped"></p> -->
<p class="stat-number">147.5M</p>
<p class="stat-title">Buildings Mapped<sup>&#9432;</sup>
<span class="tooltiptext">Total number of buildings mapped from <a href="https://www.missingmaps.org/" target="_blank">Missing Maps</a></span>
<span class="tooltiptext">Total number of buildings mapped using <a href="https://tasks.hotosm.org/" target="_blank">HOT Tasking Manager</a> - As of Dec. 2023</span>
</p>
</div>
<div class="hr-v"></div>
<div class="home-stat">
<center><p class="loader"></p></center>
<p class="stat-number" id="Roads-Mapped"></p>
<!-- <center><p class="loader"></p></center> -->
<!-- <p class="stat-number" id="Roads-Mapped"></p> -->
<p class="stat-number">2.7M</p>
<p class="stat-title">Roads Mapped (KM)<sup>&#9432;</sup>
<span class="tooltiptext">Total length of roads mapped from <a href="https://www.missingmaps.org/" target="_blank">Missing Maps</a></span>
<span class="tooltiptext">Total length of roads mapped using <a href="https://tasks.hotosm.org/" target="_blank">HOT Tasking Manager</a> - As of Dec. 2023</span>
</p>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _layouts/tools-and-data.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h3>{{ page['Block 5'].Header }}</h3>
</div>
</div>

<div class="half-block dark right" id="4">
<!-- <div class="half-block dark right" id="4">
<div class="block-details">
<div class="block-info">
<h3>{{ page['Block 6'].Header }}</h3>
Expand All @@ -155,7 +155,7 @@ <h3>{{ page['Block 6'].Header }}</h3>
<img src="{{ page['Block 6'].Image }}">
</div>
</div>
</div>
</div> -->

</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tm_campaigns:
- "#EliminateMalaria"
- "#Botswana"
Google Drive: https://drive.google.com/drive/u/1/folders/1idEdt2y2GwHKOynZ61b03YiUOCmaA8ae
project_extent: 1ro-s69lSQzx89YsKmf2GI4Mss56vKoPl
project_extent: ESA-201804-PH-NMP.geojson
Data:
- title: Humanitarian Data Exchange
link: https://data.humdata.org/organization/hot
Expand Down
10 changes: 5 additions & 5 deletions _projects/dar-ramani-huria-dar-open-map.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ Partner:
- U.K. Department for International Development (DfID)
Duration:
Start Date: 2015-04-01 00:00:00 Z
tm_campaigns:
- "#ramanihuria"
- "#Trash mapping"
- "#METEOR"
project_extent: 1CzitDAxCT9u0Mn6WDw17ArysN538MFEQ
# tm_campaigns:
# - "#ramanihuria"
# - "#Trash mapping"
# - "#METEOR"
project_extent: ESA-201504-DC-UFR.geojson
Google Drive: https://drive.google.com/drive/u/1/folders/1pSiIHo8G4f9RkRbOVfG-yR6BvbkIpg6-
Data:
- title: Humanitarian Data Exchange
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Duration:
End Date: 2018-08-01 00:00:00 Z
tm_campaigns:
- Inaware
- Missing Maps
project_extent: 1KOpqjubVibqNDnPphgmiQs_9QcfDtx1T
# - Missing Maps
project_extent: APH-201608-DC-DEW.geojson
Google Drive: https://drive.google.com/drive/u/1/folders/1XLIMF8Cv_fWtBDzv8sk95KpGfdW58qze
Data:
- title: Humanitarian Data Exchange
Expand Down
6 changes: 3 additions & 3 deletions _projects/disaster-response-cyclone-idai.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Person:
Duration:
Start Date: 2019-03-09 00:00:00 Z
End Date: 2020-03-09 00:00:00 Z
tm_campaigns:
- Cyclone Idai
project_extent: 1vdQAORtvOjvRTkWJp3BngrpSMn_TgJzF
# tm_campaigns:
# - Cyclone Idai
project_extent: ESA-201903-DC-DRC.geojson
Tools:
- title: Tasking Manager
- link: https://tasks.hotosm.org/
Expand Down
2 changes: 1 addition & 1 deletion _projects/eliminar-la-malaria-2020.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Duration:
tm_campaigns:
- Malaria Elimination
Google Drive: https://drive.google.com/drive/u/1/folders/1M0CcXwFs8YZqGPpsHh1qLP7K_kmBkLzn
project_extent: 1okb4nsmtMaZ3d-cjg0XrwHB3RBQgrIoI
project_extent: LAC-201810-PH-ELM.geojson
Data:
- title: Humanitarian Data Exchange
link: https://data.humdata.org/organization/hot
Expand Down
2 changes: 1 addition & 1 deletion _projects/indonesia-disaster-management-innovation.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Partner: Department of Foreign Affairs and Trade
Duration:
Start Date: 2011-01-01 00:00:00 Z
End Date: 2018-04-30 00:00:00 Z
project_extent: 1QuuNoxkdz2I4I2-ssIRlb26q7XDkwPzY
project_extent: APH-201101-DC-DMI.json
Summary Text: "Base data serves many needs in humanitarian response. Often responding
organizations are scrambling to gather data because it is not readily available.
The focus of HOT’s work in Indonesia has been data preparedness and Disaster Risk
Expand Down
10 changes: 5 additions & 5 deletions _projects/mini-grids.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Partner:
Duration:
Start Date: 2018-01-01 00:00:00 Z
End Date: 2018-12-31 00:00:00 Z
tm_campaigns:
- Tanzania Mini-Grids
- Mini grids
- Mini grids x
project_extent: 18sQUqGmqyr3dtv1xwkTKugDIMlBdrFtK
# tm_campaigns:
# - 2023 El Nino Mapping
# - Mini grids
# - Mini grids ×
project_extent: ESA-201801-SC-IRE.geojson
Google Drive: https://drive.google.com/drive/folders/1WrPMJukORSruKeyml42BIEiojwhYVRKu?usp=sharing
Data:
- title: Humanitarian Data Exchange
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Partner:
Duration:
Start Date: 2018-05-01 00:00:00 Z
End Date: 2021-04-01 00:00:00 Z
tm_campaigns:
- "#METEOR"
project_extent: 1Gwzi-6DwC7A6itvCIJ7mC30ZxiQsGo_k
# tm_campaigns:
# - "#meteor"
project_extent: GLB-201805-DC-MET.geojson
Google Drive: https://drive.google.com/drive/u/1/folders/1l6nMr0axyBoo9rWWdI_E4CqLLjwmWAoD
Map Products:
- 16KOkpG5Sy3eI_7ZbTcIsq_Ou5Rj44VPN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Duration:
End Date: 2018-07-31 00:00:00 Z
tm_campaigns:
- Crowdsourcing Non-Camp Refugee Data
project_extent: 1VuEc-Uji6DUm9TTnnXSpCRUt5ZLxVOOK
project_extent: APH-201612-MG-RRS.geojson
Data:
- title: Humanitarian Data Exchange
link: https://data.humdata.org/organization/hot
Expand Down
4 changes: 2 additions & 2 deletions _tools/map-campaigner.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
<!-- ---
title: Map Campaigner
date: 2018-03-11 10:37:00 Z
position: 4
Tool URL: https://campaigns.hotosm.org/
Tool id: "#1"
---
--- -->

4 changes: 2 additions & 2 deletions _tools/openmapkit.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
<!-- ---
title: OpenMapKit
date: 2018-03-11 10:37:00 Z
position: 5
Tool URL: http://openmapkit.org/
Tool id: "#2"
---
--- -->

4 changes: 2 additions & 2 deletions _tools/osm-analytics.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
<!-- ---
title: OSM Analytics
date: 2018-03-11 10:37:00 Z
position: 11
Tool URL: http://osm-analytics.org/
Tool id: "#4"
---
--- -->

4 changes: 2 additions & 2 deletions _tools/portable-openstreetmap-posm.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
<!-- ---
title: Portable OpenStreetMap (POSM)
date: 2018-06-01 16:21:00 Z
position: 8
Tool URL: http://posm.io/
Tool id: "#2"
---
--- -->

1 change: 1 addition & 0 deletions downloads/aoi_projects/APH-201101-DC-DMI.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions downloads/aoi_projects/APH-201608-DC-DEW.geojson

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions downloads/aoi_projects/APH-201612-MG-RRS.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[30.929260253906246,3.697077779669845],[30.899047851562504,3.609365759510364],[30.852355957031254,3.5490588195926307],[30.83038330078125,3.464074191553031],[30.844116210937496,3.3845655305613955],[30.797424316406246,3.2502085616531686],[30.76446533203125,3.1322887001277007],[30.742492675781246,3.0280693789523534],[30.772705078125,2.962241460662533],[30.81390380859375,2.871721700059574],[30.800170898437496,2.7839381088009785],[30.7672119140625,2.6906608812654063],[30.72601318359375,2.616582692541379],[30.70953369140625,2.5452440019589724],[30.70953369140625,2.4107873635632364],[30.772705078125,2.3284603685731593],[30.921020507812496,2.28455066023697],[31.025390625,2.2598508576738885],[31.15447998046875,2.1939826756524683],[31.24237060546875,2.1336009580953874],[31.322021484375,2.14457963050023],[31.35223388671875,2.2433840889054952],[31.42364501953125,2.30925003801887],[31.497802734375,2.3641360002888696],[31.560974121093746,2.476645382107592],[31.629638671875,2.5534755929476485],[31.692810058593746,2.6851737608572988],[31.805419921875,2.8223442468940902],[31.827392578125,3.0253266282949336],[31.9482421875,3.2227865495002486],[32.07733154296875,3.3763401216086986],[32.07733154296875,3.510679621863869],[32.0635986328125,3.614848011060838],[31.989440917968746,3.617589124412154],[31.961975097656246,3.708041176394657],[31.912536621093754,3.7875217118824227],[31.838378906249996,3.8368507968582466],[31.783447265624996,3.8423316311549156],[31.744995117187504,3.8121866081122686],[31.6680908203125,3.76285611271937],[31.533508300781246,3.6861142473910267],[31.42364501953125,3.738189815174382],[31.31378173828125,3.8012245190833154],[31.2506103515625,3.8149271085491847],[31.14898681640625,3.823148557391301],[31.07208251953125,3.7792999233736944],[31.011657714843746,3.7409305492480764],[30.929260253906246,3.697077779669845]]]}}]}
Loading

0 comments on commit a7bd78e

Please sign in to comment.