diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..38979b6 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,50 @@ +{ + "creators": [ + { + "affiliation": "Netherlands eScience Center", + "name": "Buitinck, Lars" + }, + { + "affiliation": "Netherlands eScience Center", + "name": "Veen, Lourens" + }, + { + "affiliation": "VU University", + "name": "van Atteveldt, Wouter" + }, + { + "name": "Hendrike, Maria" + }, + { + "affiliation": "Netherlands eScience Center", + "name": "Martinez-Ortiz, Carlos" + }, + { + "affiliation": "Open State Foundation", + "name": "van Sas, Sicco" + }, + { + "name": "christa23" + }, + { + "affiliation": "Stamkracht", + "name": "Olieman, Alex" + }, + { + "affiliation": "RTL NL", + "name": "Odijk, Daan" + }, + { + "name": "Haaze, Isaac" + } + ], + "description": "Distributed text analysis suite based on Celery.", + "keywords": [ + "text analysis", + "Dutch", + "English", + "ElasticSearch", + "NLP" + ], + "title": "xtas" +} diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..803db7a --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,57 @@ +# YAML 1.2 +--- +abstract: "Distributed text analysis suite based on Celery." +authors: + - + affiliation: "Netherlands eScience Center" + family-names: Buitinck + given-names: Lars + - + affiliation: "Netherlands eScience Center" + family-names: Veen + given-names: Lourens + - + affiliation: "VU University" + family-names: Atteveldt + given-names: Wouter + name-particle: van + - + family-names: Hendrike + given-names: Maria + - + affiliation: "Netherlands eScience Center" + family-names: "Martinez-Ortiz" + given-names: Carlos + - + affiliation: "Open State Foundation" + family-names: Sas + given-names: Sicco + name-particle: van + - + family-names: christa23 + given-names: '' + - + affiliation: Stamkracht + family-names: Olieman + given-names: Alex + - + affiliation: "RTL NL" + family-names: Odijk + given-names: Daan + - + family-names: Haaze + given-names: Isaac +cff-version: "1.0.3" +date-released: 2018-10-01 +doi: "10.5281/zenodo.1436531" +keywords: + - "text analysis" + - Dutch + - English + - ElasticSearch + - NLP +message: "If you use this software, please cite it using these metadata." +repository-code: "https://github.com/NLeSC/xtas" +title: xtas +version: "v3.5" +... \ No newline at end of file