From e4ca66e3ee7c5d62d4eb22a5827a9c0f32e02903 Mon Sep 17 00:00:00 2001 From: MS Berends <31037261+msberends@users.noreply.github.com> Date: Wed, 4 Jul 2018 23:42:43 +0200 Subject: [PATCH] support zenodo --- .zenodo.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 00000000..a6a616b7 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,33 @@ +{ + "description": "

This R package contains functions to make microbiological, epidemiological data analysis easier. It allows the use of some new classes to work with MIC values and antimicrobial interpretations (i.e. values S, I and R).

\n\n

With AMR you can also:

\n\n\n\n

And it contains:

\n\n\n\n

With the MDRO function (abbreviation of Multi Drug Resistant Organisms), you can check your isolates for exceptional resistance with country-specific guidelines or EUCAST rules. Currently guidelines for Germany and the Netherlands are supported. Please suggest addition of your own country here: https://github.com/msberends/AMR/issues/new.

\n", + "license": "GPL-2.0", + "title": "AMR: An R package to simplify the analysis and prediction of Antimicrobial Resistance and work with antibiotic properties by using evidence-based methods.", + "version": "v0.2.0.9008", + "upload_type": "software", + "publication_date": "2018-07-04", + "creators": [ + { + "orcid": "0000-0001-7620-1800", + "affiliation": "University of Groningen, University Medical Center Groningen, Department of Medical Microbiology, Groningen, The Netherlands", + "name": "Matthijs S. Berends" + }, + { + "orcid": "0000-0001-5809-5995", + "affiliation": "University of Groningen, University Medical Center Groningen, Department of Medical Microbiology, Groningen, The Netherlands", + "name": "Christian F. Luz" + } + ], + "access_right": "open", + "related_identifiers": [ + { + "scheme": "url", + "identifier": "https://github.com/msberends/AMR", + "relation": "isSupplementTo" + }, + { + "scheme": "doi", + "identifier": "10.5281/zenodo.1305355", + "relation": "isVersionOf" + } + ] +}