diff --git a/_config.yml b/_config.yml index e40b1abaae..efe1913a19 100644 --- a/_config.yml +++ b/_config.yml @@ -245,7 +245,7 @@ defaults: End Date: Ongoing tm_campaigns: - '' - project_extent: '' + project_extent: "/downloads/aoi_projects/" Google Drive: https://drive.google.com/drive/folders/1p-dGhQsB4SSlucT3Yen1LlhqBj3Yvy-_ Map Products: - '' diff --git a/_layouts/community-mentorship.html b/_layouts/community-mentorship.html new file mode 100644 index 0000000000..fc3b4b376b --- /dev/null +++ b/_layouts/community-mentorship.html @@ -0,0 +1,143 @@ +--- +layout: default +--- + +
+

{{ page.title }}

+
+ +

+ {% if page['Duration']['End Date'] == 'Ongoing' %} ACTIVE {% else %} + {% capture currenttime %}{{ 'now' | date: "%Y-%m-%d %H:%M:%s" }}{% endcapture %} + {% capture pagetime %}{{ page['Duration']['End Date'] }}{% endcapture %} + {% if pagetime < currenttime %} ONGOING + {% else %} ACTIVE {% endif %} + {% endif %} +

+
+
+ +
+ + {% if page['Feature Image'] %} + {% endif %} +
+ +
+
+
+ + {% if page['Project Summary Text'] %} +
+
+

{{ page['Project Summary Text'] }}

+
+
+ {% endif %} + +
+
+ + {{ content }} + +
+
+ +
+ + + +
+ +
+ + + + + +{% for post in site.posts %} {% if post['Project'] contains page.title %} + +
+
+
+
Recent news from {{ page.title }} (View all news)
+
+ + {% break %} {% endif %} {% endfor %} {% assign news_count = 0 %} {% for post in site.posts %} + {% if post['Project'] contains page.title %} {% assign news_count = news_count | plus: 1 %} + {% if news_count == 6 %} {% break %} {% else %} + +
+
+ +
+ + +

{{ post.title }}

+
+ +

{{ post['Summary Text']}}

+ {% capture post.Person %}{% endcapture %} +
+

+ {% include author.html %} {{ post.date | date: '%e %B, %Y' }} +

+
+
+ + {% if post['Feature Image'] %} +
+ +
+ {% endif %} + +
+
+ + {% endif %} {% endif %} {% endfor %} {% for post in site.posts %} + {% if post['Project'] contains page.title %} + +
+
+
+
+ +{% break %} {% endif %} {% endfor %} + + \ No newline at end of file diff --git a/_layouts/community.html b/_layouts/community.html index 0a4210d0c2..fb7f1482d7 100644 --- a/_layouts/community.html +++ b/_layouts/community.html @@ -17,8 +17,9 @@
People:
  • Staff
  • @@ -41,6 +42,7 @@

    People

  • Voting Members
  • Board
  • Staff
  • +
  • Community and Partner orgs
  • @@ -50,7 +52,7 @@

    People

    - + + +
    + +
    + + + +
    +
    @@ -96,7 +147,7 @@

    Financials and Organization

    {{ page.Finances['Annual Report Header'] }}
    - +
    {{ page.Finances['Annual Report Text'] | markdownify }} @@ -107,7 +158,7 @@
    {{ page.Finances['Annual Report Header'] }}
    -
    +
    diff --git a/_posts/2021-04-13-mentoring-a-community-through-a-microgrant-application.markdown b/_posts/2021-04-13-mentoring-a-community-through-a-microgrant-application.markdown index 60be6c140b..92c341b87f 100644 --- a/_posts/2021-04-13-mentoring-a-community-through-a-microgrant-application.markdown +++ b/_posts/2021-04-13-mentoring-a-community-through-a-microgrant-application.markdown @@ -9,6 +9,7 @@ Is image top aligned: false Person: Sophie Mower Project: - 'Community development: Microgrants and Device Grants' +- Open Mapping Mentorship --- Since 2017, 221 communities and individuals have applied to HOT’s microgrant program and 66 of them have received the award. With each open call, the applications received have varied in strength. diff --git a/_posts/2022-12-09-open-mapping-community-mentorship-french.markdown b/_posts/2022-12-09-open-mapping-community-mentorship-french.markdown index 953cc95fb5..098720ca9a 100644 --- a/_posts/2022-12-09-open-mapping-community-mentorship-french.markdown +++ b/_posts/2022-12-09-open-mapping-community-mentorship-french.markdown @@ -7,6 +7,8 @@ Summary Text: La communauté OpenStreetMap, une communauté de communautés, est OpenStreetMap peut aider à combler les écarts de compétences entre les communautés. Feature Image: https://cdn.hotosm.org/website/Mentorship+Banner.png Person: Tsongo Muluba Bienvenue +Project: +- Open Mapping Mentorship --- La communauté OSM, une communauté des communautés est formée des plusieurs contributeurs répartis dans différentes communautés locales de par le monde. diff --git a/_posts/2022-12-09-open-mapping-community-mentorship.markdown b/_posts/2022-12-09-open-mapping-community-mentorship.markdown index 51fba2268f..cbcaccb370 100644 --- a/_posts/2022-12-09-open-mapping-community-mentorship.markdown +++ b/_posts/2022-12-09-open-mapping-community-mentorship.markdown @@ -9,6 +9,8 @@ Feature Image: https://cdn.hotosm.org/website/Mentorship+Banner.png Person: Tsongo Muluba Bienvenue Working Group: - Community +Project: +- Open Mapping Mentorship --- The OpenStreetMap community, a community of communities, is made up of many mappers and other contributors spread out across local communities around the world. diff --git a/_posts/2023-04-14-peer-mentorship-sharing-techniques-and-inspirations.markdown b/_posts/2023-04-14-peer-mentorship-sharing-techniques-and-inspirations.markdown index 3096660a1e..3ee55f3671 100644 --- a/_posts/2023-04-14-peer-mentorship-sharing-techniques-and-inspirations.markdown +++ b/_posts/2023-04-14-peer-mentorship-sharing-techniques-and-inspirations.markdown @@ -14,6 +14,8 @@ Person: - Charles Chilufya Working Group: - Community +Project: +- Open Mapping Mentorship --- This blog is a result of the meetings held as a part of the Peer Mentor initiative by the Humanitarian OpenStreetMap. We started off our journey as a Peer Mentor group in September-October 2022 igniting our passion to learn about Open Street Mapping from each other. We were grouped according to our region, ASIA. We met a few times, virtually discussed, shared many ideas and views. Few of them will be documented in the following article for reference to others as well. diff --git a/_projects/about-us.markdown b/_projects/about-us.markdown index 85576dff3f..a2097827ca 100644 --- a/_projects/about-us.markdown +++ b/_projects/about-us.markdown @@ -15,7 +15,7 @@ Block 1: responders to reach those in need. Image: https://cdn.hotosm.org/website/DOceJ9QWkAAYthW.jpg Project: - - Canoa de Tolda + - 'Canoa de Tolda' Block 2: Header: Mapping areas vulnerable to disaster Text: Through the Missing Maps project, the HOT global community creates maps of diff --git a/_projects/dar-ramani-huria-dar-open-map.md b/_projects/dar-ramani-huria-dar-open-map.md index 095f876704..d32e828d6d 100644 --- a/_projects/dar-ramani-huria-dar-open-map.md +++ b/_projects/dar-ramani-huria-dar-open-map.md @@ -23,6 +23,10 @@ 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: ESA-201504-DC-UFR.geojson Google Drive: https://drive.google.com/drive/u/1/folders/1pSiIHo8G4f9RkRbOVfG-yR6BvbkIpg6- Data: diff --git a/_projects/mini-grids.markdown b/_projects/mini-grids.markdown index 4023f6bce4..f75da49e52 100644 --- a/_projects/mini-grids.markdown +++ b/_projects/mini-grids.markdown @@ -18,6 +18,10 @@ Partner: Duration: Start Date: 2018-01-01 00:00:00 Z End Date: 2018-12-31 00:00:00 Z +# 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: diff --git a/_projects/modelling-exposure-through-earth-observation-meteor.markdown b/_projects/modelling-exposure-through-earth-observation-meteor.markdown index f14896ab98..8e547e408d 100644 --- a/_projects/modelling-exposure-through-earth-observation-meteor.markdown +++ b/_projects/modelling-exposure-through-earth-observation-meteor.markdown @@ -27,6 +27,8 @@ 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: GLB-201805-DC-MET.geojson Google Drive: https://drive.google.com/drive/u/1/folders/1l6nMr0axyBoo9rWWdI_E4CqLLjwmWAoD Map Products: diff --git "a/_uploads/CEI San Ignacio - Jun\303\255n de los Andes, Argentina.png" "b/_uploads/CEI San Ignacio - Jun\303\255n de los Andes, Argentina.png" new file mode 100644 index 0000000000..f2c109a5bf Binary files /dev/null and "b/_uploads/CEI San Ignacio - Jun\303\255n de los Andes, Argentina.png" differ diff --git "a/_uploads/Open Cities Guatemala - San Jos\303\251 Poaquil.png" "b/_uploads/Open Cities Guatemala - San Jos\303\251 Poaquil.png" new file mode 100644 index 0000000000..ad263d4b18 Binary files /dev/null and "b/_uploads/Open Cities Guatemala - San Jos\303\251 Poaquil.png" differ diff --git a/community.markdown b/community.markdown index c2af8c980d..a484a18854 100644 --- a/community.markdown +++ b/community.markdown @@ -4,17 +4,18 @@ date: 2018-02-06 15:20:00 Z permalink: "/community/" position: 5 redirect_from: "/people" -Event Promo: +blocktitle: Get Involved +Event Promo: Event Name: HOT OpenSummit '23-24 - Description: "**HOT's OpenSummit ‘23-24 is ON!** \n\nGet ready for a year of global - events that focus on collective action within the humanitarian open mapping community. + Description: "**HOT's OpenSummit ‘23-24 is ON!** \n\nGet ready for a year of global events + that focus on collective action within the humanitarian open mapping community. \n\nWith the success of the *unSummit*, and with a little bit of rebranding, we - are very excited to launch this year's HOT OpenSummit '23-24 and **open our call - for collaborations** so more communities and organizations around the world bring - their events as part of this global movement." + are very excited to launch this year's HOT OpenSummit '23-24 and **open our + call for collaborations** so more communities and organizations around the world + bring their events as part of this global movement." Image: "/uploads/Website%20MainBanner-51e09d.png" URL: "/projects/opensummit23-24/" - Button: Learn More + Button: "Learn More" People: Description: The HOT community is made up of volunteers, local community leaders, and professionals committed to the mission of helping reach those in need through @@ -22,13 +23,27 @@ People: volunteers, interns, and board members. Read more about different community members or learn more about becoming a part of the community. Image: https://cdn.hotosm.org/website/Innocent+and+team.jpg -Working Groups Description: Working Groups are at the core of how HOT organizes projects, - supports disaster response, and functions as a community. Each Working Group consists - of members across the community meeting on a monthly, bi-weekly, or weekly basis. -Community Grants Description: HOT offers a range of funding programs to OSM Communities - in low- and middle-income countries with the resources they need to launch and grow - their activities and impact. Learn more about the communities and work that have - benefited from grants. +blocktitle: Community and projects +Working-Groups: + Title: Working Groups + Link: /community/working-groups + Image: /uploads/IMG_20231101_110032703.jpg + Text: Working Groups are at the core of how HOT organizes projects,supports disaster response, and functions as a community. Each Working Group consists of members across the community meeting on a monthly, bi-weekly, or weekly basis. + Action-text: Learn More +Community-Grants: + Title: Community Grants + Link: /community/community-grants + Image: https://cdn.hotosm.org/website/Practical+Action+Bolivia+2.jpg + Image-description: "Practical Action Bolivia Team: Training Community Members in Mapping Areas Impacted by Forest Fires" + Text: HOT offers a range of funding programs to OSM Communities in low- and middle-income countries with the resources they need to launch and grow their activities and impact. Learn more about the communities and work that have benefited from grants. + Action-text: Learn More +Mentorship-Program: + Title: Mentorship Program + Link: /community/mentorship + Image: /uploads/Mentorship_onboarding1_27May2023%20(1).png + Text: The HOT Community Working Group initiated a Mentorship Program to provide peer to peer learning and knowledge exchange in the humanitarian and open mapping space. + Action-text: Learn More + Finances: Text: |- HOT is a global not-for-profit organization registered in the United States of America. @@ -38,13 +53,13 @@ Finances: Access older financial reports and organization bylaws in our archive here. 990 Report Button: Download 2021 990 PDF 990 Report URL: "/downloads/2021-Form-990.pdf" - Annual Report Header: 2020-21 Annual Report + Annual Report Header: 2022-23 Annual Report Annual Report Text: "Each year we publish an annual impact report to recap projects and share updates from the community. We cover stories from our projects and share data about the successes and impact of the community. \n\nDownload our latest - annual report below. Access our annual report archive here." - Annual Report Button: Access 2021-22 Annual Report - Annual Report URL: https://impactreport2022.hotosm.org/ + annual report below. Access our annual report archive here." + Annual Report Button: Access 2022-23 Annual Report + Annual Report URL: https://www.hotosm.org/uploads/2022-2023-ImpactReport08_30.pdf layout: community --- diff --git a/community/mentorship.markdown b/community/mentorship.markdown index 096950f470..db754ed25a 100644 --- a/community/mentorship.markdown +++ b/community/mentorship.markdown @@ -1,21 +1,28 @@ --- title: Open Mapping Mentorship date: 2023-10-10 12:43:00 Z -2022 Pilot Mentorship: In the pilot phase, the mentorship structure is peer mentorship. - In peer mentorship, all members receive mentorship and are organized by a group - facilitator who is already part of the group. The choice of this type of mentorship - is to boost the interest, knowledge, and confidence of mentors to become great mentors - for the next cohort of mentees. -2023 Mentorship Program: Building on the pilot mentorship program, we are proceeding - with a Mentor-mentee and group mentorship structure. Lessons, feedback, suggestions - from the pilot will be heavily incorporated into this design. -Field name: -layout: page +Partner: Women+ in Geospatial (W+G) Mentorship Programme +Feature Image: /uploads/Mentorship_onboarding1_27May2023%20(1).png +Impact Area: +- Public Health +- Gender Equality +- Displacement & Safe Migration +- Disasters & Climate Resilience +- Sustainable Cities & Communities +Calendar: +- Google Calendar +# Duration: +# Start Date: 2022-01-01 00:00:00 Z +# End Date: 2024-12-12 00:00:00 Z + +layout: community-mentorship --- -![Mentorship_onboarding1_27May2023 (1).png](/uploads/Mentorship_onboarding1_27May2023%20(1).png) +## Join the Open Mapping Mentorship! + + +The HOT Community Working Group initiated a Mentorship Program to provide peer to peer learning and knowledge exchange in the humanitarian and open mapping space. -The HOT Community Working Group initiated a Mentorship Program to provide peer-to-peer learning and knowledge exchange in the humanitarian and open mapping space. The Program is also inspired by Angela Teyvi during her Community Working Group Ask Me Anything (AMA) Session in March 2022. Angela shared how mentorship has played a major role in her career development and capability in humanitarian open mapping. [You can watch the recording here.](https://www.youtube.com/watch?v=x4EckEvVA0I) @@ -23,4 +30,14 @@ We built upon the knowledge and efforts of other mapping communities in conducti **The pilot program was initiated in 2022 and continued in 2023. -Read more about it in the [OSM Wiki.](https://wiki.openstreetmap.org/wiki/Humanitarian_OSM_Team/Working_groups/Community/Mentorship)** \ No newline at end of file +## 2022 Pilot Mentorship + +In the pilot phase, the mentorship structure is peer mentorship. In peer mentorship, all members receive mentorship and are organized by a group facilitator who is already part of the group. The choice of this type of mentorship is to boost the interest, knowledge, and confidence of mentors to become great mentors for the next cohort of mentees. + +## 2023 Mentorship Program: Building on the pilot mentorship program, we are proceeding + +with a Mentor-mentee and group mentorship structure. Lessons, feedback, suggestions from the pilot will be heavily incorporated into this design. + + +Read more about it in the [OSM Wiki.](https://wiki.openstreetmap.org/wiki/Humanitarian_OSM_Team/Working_groups/Community/Mentorship) + diff --git a/downloads/.DS_Store b/downloads/.DS_Store new file mode 100644 index 0000000000..00f215f05c Binary files /dev/null and b/downloads/.DS_Store differ diff --git a/downloads/aoi_projects/.DS_Store b/downloads/aoi_projects/.DS_Store new file mode 100644 index 0000000000..66b878dccb Binary files /dev/null and b/downloads/aoi_projects/.DS_Store differ diff --git a/downloads/rapid-ai-roads.png b/downloads/rapid-ai-roads.png new file mode 100644 index 0000000000..77cde2dfa0 Binary files /dev/null and b/downloads/rapid-ai-roads.png differ diff --git a/index.md b/index.md index b30577ac3e..7b2bf3df6b 100644 --- a/index.md +++ b/index.md @@ -27,10 +27,8 @@ Home Module 1: URL: "/tools-and-data" Home Module 2: Header: Community & Events - Text: Learn about the community and the latest events — especially about the Open - Summit 2023, a decentralized, year-long program of 13 global, regional, and local - conferences. - Image: "/uploads/Website%20MainBanner-51e09d.png" + Text: Learn about the community and the latest events — especially about the Open Summit 2023, a decentralized, year-long program of 13 global, regional, and local conferences. + Image: "/uploads/opensummit-banner-2023-2024.png" Call to Action: Learn more URL: "/projects/opensummit23-24/" Home Module 3: diff --git a/js/project-map.js b/js/project-map.js index ca1bd517cc..cfdabbbc8f 100644 --- a/js/project-map.js +++ b/js/project-map.js @@ -1,7 +1,7 @@ var allProjects = {}; var projectList = []; const proxyUrl = ""; -const driveUrl = "https://raw.githubusercontent.com/hotosm/hotosm-website/gh-pages/_uploads/aoi_projects/"; +const driveUrl = "https://raw.githubusercontent.com/hotosm/hotosm-website/gh-pages/downloads/aoi_projects/"; var totalArea = 0, totalEdits = 0, totalMappers = 0; var totalRoads = 0, totalBuildings = 0, totalChangesets = 0; var bboxCoordinatesArray = []; diff --git a/tools-and-data.markdown b/tools-and-data.markdown index 1d4a650792..ed41fee388 100644 --- a/tools-and-data.markdown +++ b/tools-and-data.markdown @@ -35,8 +35,7 @@ Block 3: Header: Plan a Mapping Campaign Text: If you are interested in starting a remote or field mapping campaign, you can get started by finding available imagery to use via OpenAerialMap, plan a - remote mapping campaign via the Tasking Manager, or set up and track a field campaign - with MapCampaigner. + remote mapping campaign via the Tasking Manager. Image: https://cdn.hotosm.org/website/tm4-explore.png Tools: - Name: OpenAerialMap @@ -49,17 +48,18 @@ Block 4: Header: Edit the Map Text: Quickly get started with editing and contibuting to OpenStreetMap via the Tasking Manager. You can volunteer your time to active mapping projects and support - organizations in need of map data around the world. Check out OpenMapKit for field - based editing of OpenStreetMap. In low-bandwidth or disconnected environments, - Field Papers can be used for paper-based data capture and POSM can be used for - offline OSM editing. RapiD is an editor that uses Artificial Inteligence to detect + organizations in need of map data around the world. Check RapiD, an editor that uses Artificial Inteligence to detect unmapped roads and buildings. - Image: https://cdn.hotosm.org/website/tools-openmapkit.png + Image: "/downloads/rapid-ai-roads.png" Tools: - Name: Tasking Manager URL: https://tasks.hotosm.org/ - - Name: Field Papers - URL: http://www.fieldpapers.org + # - Name: OpenMapKit + # URL: http://openmapkit.org/ + # - Name: Field Papers + # URL: http://www.fieldpapers.org + # - Name: Portable OpenStreetMap (POSM) + # URL: http://posm.io/ - Name: RapiD URL: https://mapwith.ai/rapid Block 5: @@ -74,6 +74,16 @@ Block 5: URL: https://export.hotosm.org/en/v3/ - Name: Humanitarian Data Exchange (HDX) URL: https://data.humdata.org/organization/hot +# Block 6: +# Header: Analyze the Data +# Text: To understand more about how and when editing took place, or assess quality +# within OSM, use the OSM Analytics suite of tools. You can view how data has changed +# over time within OSM, understand quality within an area, or analyze what type +# of data is available. +# Image: https://cdn.hotosm.org/website/tools-osm-analytics.png +# Tools: +# - Name: OSM Analytics +# URL: https://osm-analytics.org/ layout: tools-and-data --- diff --git a/what-we-do.markdown b/what-we-do.markdown index 87c2689e5f..2b3af847aa 100644 --- a/what-we-do.markdown +++ b/what-we-do.markdown @@ -15,7 +15,7 @@ Block 1: responders to reach those in need. Image: https://cdn.hotosm.org/website/Ramani+Huria+TZ+2.jpg Project: - - Canoa de Tolda + - 'Canoa de Tolda' Block 2: Header: Mapping areas vulnerable to disaster Text: Through the Missing Maps project, the HOT global community creates maps of