Skip to content

Commit

Permalink
Updating README.md, adding ABOUT.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrCuriosity committed Jul 31, 2016
1 parent fa73b05 commit d0e6c97
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
13 changes: 13 additions & 0 deletions ABOUT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# The Sorrow and the Pride


Our heritage, the places and people where we come from, are an important part of the culture of Aotearoa New Zealand. In towns small and large around the country, memorials stand to commemorate the fallen who served in the New Zealand Wars, World War I and World War 2. Wouldn't it be good to be able to stand in front of a monument, and see more than just names?

The New Zealand [Memorials Register](http://www.nzhistory.net.nz/culture/the-memorials-register) contains locations and photos for over a thousand war memorials across the country. In order to help people today to connect the names on those memorials with the people who lived and served before them, we want to connect this information with personnel records from the [Online Cenotaph database](http://www.aucklandmuseum.com/war-memorial/online-cenotaph).

In order to make those connections, we are setting up a website to import data for each memorial, and use crowdsourcing to transcribe and classify the text from those images. We hope that this will become a useful tool for New Zealanders who want to research their local history, and find out more about their families and [whakapapa](http://www.teara.govt.nz/en/whakapapa-genealogy/page-1).

If we can help families and historians to successfully match up these names with the people they commemorate, it could help New Zealanders to engage with and learn about our shared past through telling their personal stories. It could also become a useful resource for visitors to the country, helping them to understand the history and culture of the people who live here.

## Project Name
"The Sorrow And The Pride" is an homage to [The Sorrow And The Pride: New Zealand War Memorials](https://www.amazon.com/sorrow-pride-New-Zealand-memorials/dp/0477014755) by Chris Maclean and Jock Philips (1990).
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
NZ Memorials
===========
============

Data derived from Ministry for Culture and Heritage as CC BY-NC http://www.nzhistory.net.nz/culture/the-memorials-register (specifically http://www.nzhistory.net.nz/locations.kml).

See [ABOUT.md](ABOUT.md) for the rationale driving the project.

Initial work on this project was completed as part of [GovHack NZ 2016](http://govhack.org.nz/).

## Technical Details
Based on a Drupal 7.50 framework, with custom code to parse KML geographic data from the Memorials Register and fetch linked entry data from that site. On the Online Cenotaph database, queries are made through an ElasticSearch-based API, pulling in fields that are likely to help site users to identify specific people with a name query.

## Design Considerations

As the initial focus is on crowdsourcing, the site is intended initially for data entry on desktops and tablets. The site includes responsive layouts to improve usability on handheld devices, and future development may include further mobile-friendly options, such as the ability to search for the nearest monument based on a device location supplied by users.

The Cenotaph database will be moving to a linked open data approach in August of this year, rather than its current rate-limited API. When we are sure of exactly what that will entail in terms of data access, schemas and ontologies, we can work on refining our approach: improving the quality of searching and resource linking available to site users.

Demo/Homepage URL: http://thesorrowandthepride.nz/

0 comments on commit d0e6c97

Please sign in to comment.