Originially part of the ACOUA project, based on https://github.com/UB-LMU/datacite-metadata-generator
Recent Commits
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
7c924db919b4 | borel | bugfix for CC-BY-SA license code mismatch | Sep 15 2021 | ||||
d5cf936b8b23 | borel | Version bump for release | Apr 1 2021 | ||||
2fc756a61318 | borel | I think repeated dates are OK this time | Mar 31 2021 | ||||
628772e8149b | borel | better handling of multiple dates, not 100% there yet | Mar 30 2021 | ||||
8a335372ea45 | borel | recovering the lost language attributes for titles | Mar 24 2021 | ||||
eaaed4143b75 | borel | Commenting out inaccurate code to avoid error messages | Mar 24 2021 | ||||
56025f8ca646 | borel | better(?) hr.group-divider style for vertical spacing | Mar 24 2021 | ||||
9374542eb0a6 | borel | change header color for load_errors | Mar 24 2021 | ||||
d28f424dcf19 | borel | add geopolygonpoints: working. But not elegant? | Mar 23 2021 | ||||
dbb438e9670b | borel | Fixed 1 funder ID type | Mar 22 2021 | ||||
39a68dfd4d4b | borel | avoid repeated error notifications while editing | Mar 22 2021 | ||||
490326a9662d | borel | added resourceTypeGeneral property for related IDs | Mar 22 2021 | ||||
ffc69823346d | borel | Datacite XML import mostly working | Mar 22 2021 | ||||
4192c9e98c8e | borel | got 4 polygonpoints | Mar 19 2021 | ||||
0a2664a850b0 | borel | geolocation fields improvement, still buggy | Mar 19 2021 |
README.md
datacite-metadata-generator
This is a single HTML form which can be used to generate DataCite Metadata Kernel 4.3 XML.
It is the updated version of Marcin Paluch's metadata generator. Metadata is generated by populating text boxes and selecting values from drop-downs. The results can then be saved to a file. The main goal of this form was to create a tool which does not require any installation, extra libraries, or an application server, just download and go.
This update was created by Osman Cakir from the IT-Group for the Humanities (ITG) at Ludwig-Maximilians-Universität München. The work is part of the project "eHumanities – interdisziplinär" and is mentioned in the DataCite Best Practice Guide.
The ITG code was then forked by Alain Borel from EPFL Library (Ecole Polytechnique Fédérale de Lausanne, Switzerland). Adaptations for EPFL include better Datacite schema compliance and different selections for mandatory, recommended and optional fields.
Download:
How to use:
- Download index.html, save under a different name if you prefer.
- Open using a browser (Firefox/Chrome/Opera recommended, or IE8+).
- Start creating metadata.
- Use 'Select All' button to copy and paste results or 'Save as file' button to save results to a file.
Uses:
- HTML5
- CSS3
- JQuery 3.5.1
Notes:
- The form does not perform any XML validation or validation against the DataCite schema.