Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -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"
}
23 changes: 23 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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"
...