diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..2a0936b --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,19 @@ +{ + "creators": [ + { + "name": "van der Zwaan, Janneke", + "orcid": "0000-0002-8329-7000" + } + ], + "description": "Ochre contains ready-to-use data processing workflows based on CWL (http://www.commonwl.org/). The software also allows you to create your own (OCR post-correction related) workflows. Examples using Jupyter Notebooks are available. Please note that Ochre is still a work in progress.", + "keywords": [ + "optical character recognition", + "OCR", + "OCR post-correction", + "character-based language models" + ], + "license": { + "id": "Apache-2.0" + }, + "title": "Ochre" +} diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..062b6a2 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,23 @@ +# YAML 1.2 +--- +abstract: "Ochre contains ready-to-use data processing workflows based on CWL (http://www.commonwl.org/). The software also allows you to create your own (OCR post-correction related) workflows. Examples using Jupyter Notebooks are available. Please note that Ochre is still a work in progress." +authors: + - + family-names: Zwaan + given-names: Janneke + name-particle: "van der" + orcid: "https://orcid.org/0000-0002-8329-7000" +cff-version: "1.0.3" +date-released: 2018-10-12 +doi: "10.0000/FIXME" +keywords: + - "optical character recognition" + - OCR + - "OCR post-correction" + - "character-based language models" +license: "Apache-2.0" +message: "If you use this software, please cite it using these metadata." +repository-code: "https://github.com/KBNLresearch/ochre" +title: Ochre +version: "0.0.0-alpha0" +... \ No newline at end of file