Database and Dataset Citation

Citation plugin

The citation plugin (or citation-generator plugin) is an Arches plugin that allows almost direct exporting of a dataset of Heritage Places (HP) from the EAMENA database, resulting from a search (Search URL and then GeoJSON URL), to Zenodo1 and can be later hosted under the Zenodo EAMENA community . The plugin calculates all the data and a large portion of the metadata on-the-fly to generates a GeoJSON file (the HPs) along with basic distribution maps and charts. Further documentation can be found on GitHub.

Tutorial

A step-by-step example showing how to publish data from the EAMENA training database (https://database.eamena.org/) to Zenodo.

HP selection

Search URL:
https://database.eamena.org/search?paging-filter=1&tiles=true&format=tilecsv&reportlink=false&precision=6&total=383723&map-filter=%7B%22type%22%3A%22FeatureCollection%22%2C%22features%22%3A%5B%7B%22id%22%3A%22a421dfd1cf8e2071e46fe52188e7dcf6%22%2C%22type%22%3A%22Feature%22%2C%22properties%22%3A%7B%22buffer%22%3A%7B%22width%22%3A10%2C%22unit%22%3A%22m%22%7D%2C%22inverted%22%3Afalse%7D%2C%22geometry%22%3A%7B%22coordinates%22%3A%5B%5B%5B37.11103003453388%2C30.692486163331665%5D%2C%5B37.102186445415526%2C30.66674350303225%5D%2C%5B37.9640962464091%2C30.50335211102579%5D%2C%5B37.967497626839815%2C30.530896107900205%5D%2C%5B37.11103003453388%2C30.692486163331665%5D%5D%5D%2C%22type%22%3A%22Polygon%22%7D%7D%5D%7D

 

 

GeoJSON URL:
https://database.eamena.org/api/search/export_results?paging-filter=1&tiles=true&format=geojson&reportlink=false&precision=6&total=3&map-filter=%7B%22type%22%3A%22FeatureCollection%22%2C%22features%22%3A%5B%7B%22id%22%3A%22a421dfd1cf8e2071e46fe52188e7dcf6%22%2C%22type%22%3A%22Feature%22%2C%22properties%22%3A%7B%22buffer%22%3A%7B%22width%22%3A10%2C%22unit%22%3A%22m%22%7D%2C%22inverted%22%3Afalse%7D%2C%22geometry%22%3A%7B%22coordinates%22%3A%5B%5B%5B37.11103003453388%2C30.692486163331665%5D%2C%5B37.102186445415526%2C30.66674350303225%5D%2C%5B37.9640962464091%2C30.50335211102579%5D%2C%5B37.967497626839815%2C30.530896107900205%5D%2C%5B37.11103003453388%2C30.692486163331665%5D%5D%5D%2C%22type%22%3A%22Polygon%22%7D%7D%5D%7D&resource-type-filter=%5B%7B%22graphid%22%3A%2234cfe98e-c2c0-11ea-9026-02e7594ce0a0%22%2C%22name%22%3A%22Heritage%20Place%22%2C%22inverted%22%3Afalse%7D%5D

 

 

Be sure that you limit your search to the Resource Type to 'Heritage Place' (the blue button on the left handside). Copy the GeoJSON URL under the 'Export Search Results' panel

Citation plugion webpage

 

Go to the citation generator webpage: https://database.eamena.org/citations/. Paste the GeoJSON URL, choose a Title and a Description (dataset metadata). Clic on the Submit button.

 

 

If the process worked well, a success message with the DOI of the output should appear.

Zenodo record

 

The dataset, data, metadata and calculated data (maps and charts) are now archived on Zenodo: https://zenodo.org/records/11067210

 


  1. Zenodo is a self-archiving DOI provider. It is OAI-PMH compliant and integrates an API interoperable with Python and GitHub