Skip to content

Commit

Permalink
Merge pull request #2 from nicolelaine/development
Browse files Browse the repository at this point in the history
Added about page content and links
  • Loading branch information
nicolelaine authored Apr 12, 2024
2 parents 67c20eb + e5889df commit e1a91e2
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 8 deletions.
79 changes: 75 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,83 @@ permalink: /
<h1>Putting the World's Vulnerable Communities on the Map</h1>
<hr>

<p>Each year, disasters around the world kill nearly 100,000 and affect or displace 200 million people. Many of the places where these disasters occur are literally 'missing' from open and accessible maps and first responders lack the information to make valuable decisions regarding relief efforts. Missing Maps is an open, collaborative project in which you can help to map areas where humanitarian organisations are trying to meet the needs of people who live at risk of disasters and crises.</p>

<h2>Who we are</h2>

<p>
Each year, disasters around the world kill nearly 100,000 and affect or displace 200 million people. Many of the places where these disasters occur are literally 'missing' from open and accessible maps and first responders lack the information to make valuable decisions regarding relief efforts. Missing Maps is an open, collaborative project in which you can help to map areas where humanitarian organisations are trying to meet the needs of people who live at risk of disasters and crises.
</p>
Missing Maps is a project led by a collective of organizations working towards a common goal of creating accessible map data where humanitarian organizations are operating. Each member organization carries out their own mapping activities with their wider communities guided by shared ethics.</p>

<p>Missing Maps would be nothing without this collaboration of participating organizations, communities and individuals. To achieve this goal, Missing Maps organizations grow a global community of mappers to support those living in places at risk as they put themselves on the map. OpenStreetMap is the volunteer-driven open data mapping platform which makes all of this possible, supported by the not-for-profit OpenStreetMap Foundation. Welcome to the community!</p>

<h2>Objectives</h2>
<ul>
<li> To map areas where people live at risk of disasters and crises by contributing to OpenStreetMap (OSM) so that individuals, communities and organizations can use the data and maps to better prepare and respond.</li>
<li>To support OpenStreetMap , specifically the Humanitarian OpenStreetMap Team (HOT), in developing technologies, skills, workflows, and communities.</li>
</ul>

<h2>Ethics</h2>

<h3>People</h3>

<p>People always come before data. All Missing Maps activities will take into account the best interests and rights of the community and individuals, before adding data to OSM.</p>

<p>All Missing Maps project activities are guided by the humanitarian principles of humanity, neutrality, impartiality and independence. We follow the HOT code of conduct.</p>

<h3>Open</h3>

<p>Under the ODbL license: Respecting the guidelines and best practices of the OpenStreetMap Foundation (OSMF) and OSM, Missing Maps project member organizations ensure that all non-sensitive data gathered under the Missing Maps project banner will be free, open and available for use.</p>

Open to all tool creators: Any creation of Missing Maps project methodology, tools, software or technology by Missing Maps project member organizations will be open source and enable global volunteer network contribution.

Open to all voices and perspectives: All Missing Maps project activities are designed to be accessible and open for participation for individuals, communities and organizations who want to contribute towards the Missing Maps project objectives.

<h3>Sustainable</h3>

Whenever possible, Missing Maps project activities are undertaken in collaboration with local individuals, communities, and organizations and in a respectful manner at all times.

Missing Maps project activities will build sustainable local capacity, and will ensure access to open mapping community tools and technology, and provide access to training for individuals and communities they work with.

<h3>Collaborative</h3>

The Missing Maps community will work together to share, develop, improve and implement mapping and data collection processes.

Missing Maps member organizations will support, grow and learn from the global network of digital humanitarian volunteers.
Quality

Missing Maps member organizations will ensure that quality assurance and control processes are in place for all of their activities. We are cautious about rapid data collection without significant local participation, and always make efforts to ensure local access.

<h2>Membership</h2>

Membership of the the Missing Maps Project is open to any NGO, educational establishment or civil society group willing to contribute to the goals, and abide by the ethics, stated above. Approval of membership is the responsibility of the current member organisations.

If you are interested in putting an organisation forward for membership, please contact us using the form below.

<a href="mailto:[email protected]">
<button>CONTACT US ABOUT BECOMING A MEMBER</button>
</a>

<h2>Communities</h2>

We appreciate that Missing Maps activities are often community-organized, whether it is by the existing OSM communities or by local communities of Missing Maps volunteers.

This led us to make available an editable version of the Missing Maps logo, so the communities can adapt it adding their country, or city.

<a href="https://drive.google.com/drive/folders/1U80TG2elfc9JNnLoKVmbU1mDcK4zCaw6">
<button>CUSTOMIZE OUR LOGO FOR YOUR GROUP</button>
</a>

<h3>About</h3>

Missing Maps is made possible thanks to the following organizations.

<h4>Founders</h4>

List of founders with icons here.

<h4>Members</h4>

<h2>How we work</h2>
<!--Insert image here-->
List of members with icons here.



Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ links:
- link: /tools/
- link: /people/
- link: /blog/
- link: https://github.com/osmus/dogwood
- link: /events/
label: Register Your Event!
a_class: button bordered
plugins:
Expand Down
12 changes: 12 additions & 0 deletions _pages/events.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---

title: Missing Maps Events

---

A Missing Maps event is a great place to get to know other mapping contributors and become part of the community!

<br>


At some point there will be events here... Anyone know how to display the results of a Google Form into a Jekyll site? <a href="mailto:[email protected]">Get in touch!</a>
3 changes: 2 additions & 1 deletion _pages/people.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: People
title: Host an Event

---
{% assign items=site.people %}
<div class="section">
Expand Down
4 changes: 2 additions & 2 deletions _sass/dogwood/initialize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $sans-serif-font: Helvetica, Arial, sans-serif;
$serif-font: Georgia, serif;

$background-color: white;
$primary-color: #D99AB6;
$primary-color-alt: #FFB9D8;
$primary-color: #22b663;
$primary-color-alt: #22b663;
$status-color: #930041;

$grid-color: #dedede;
Expand Down

0 comments on commit e1a91e2

Please sign in to comment.