From 421818b5b5b8e6e7faf230a18bdb0d242f7dd6c7 Mon Sep 17 00:00:00 2001 From: Sam Cox Date: Wed, 27 Mar 2024 17:32:45 +0000 Subject: [PATCH 1/2] Add zenodo file for control of DOI information. --- .zenodo.json | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 000000000..5b5cfa524 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,69 @@ +{ + "creators": [ + { + "affiliation": "University of Nottingham", + "name": "Cox, Samuel", + "orcid": "0000-0002-9841-9816" + }, + { + "affiliation": "University of Nottingham", + "name": "Quinlan, Philip", + "orcid": "0000-0002-3012-6646" + }, + { + "affiliation": "Health Data Research UK; University of Dundee", + "name": "Jefferson, Emily", + "orcid": "0000-0003-2992-7582" + }, + { + "affiliation": "University of Nottingham", + "name": "Lea, Daniel", + "orcid": "0000-0001-8152-0398" + }, + { + "affiliation": "University of Nottingham", + "name": "Panagi, Vasiliki" + }, + { + "affiliation": "Health Data Research UK; University of Edinburgh", + "name": "Macdonald, Calum" + }, + { + "affiliation": "University of Nottingham", + "name": "Rae, Andy" + }, + { + "affiliation": "University of Nottingham", + "name": "Akashili, Emeka" + }, + { + "affiliation": "University of Nottingham", + "name": "Tarr, Simon" + }, + { + "affiliation": "University of Nottingham", + "name": "Adejumo, Sam" + }, + { + "affiliation": "University of Dundee", + "name": "Mumtaz, Shahzad", + "orcid": "0000-0003-2606-2405" + }, + { + "affiliation": "University of Nottingham", + "name": "Santos, Roberto" + } + ], + "description": "Carrot-Mapper enables conversion of data to the OMOP Common Data Model, without data being egressed from its secure location, nor requiring access to the secure location. Carrot-Mapper automates as much of the process as possible, and also enables users to reuse each others' mappings. Carrot-Mapper pairs with Carrot-CDM to complete the OMOP conversion process.", + "keywords": [ + "OMOP", + "CDM", + "health", + "data", + "mapping" + ], + "license": { + "id": "MIT" + }, + "title": "Carrot-Mapper" +} \ No newline at end of file From 47a6d5b96cf612959d4a39041dfd3a57e47a6fd9 Mon Sep 17 00:00:00 2001 From: Sam Cox Date: Tue, 9 Apr 2024 16:13:59 +0100 Subject: [PATCH 2/2] Add all missing orcids. --- .zenodo.json | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 5b5cfa524..e53b9200c 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -22,27 +22,33 @@ }, { "affiliation": "University of Nottingham", - "name": "Panagi, Vasiliki" + "name": "Panagi, Vasiliki", + "orcid": "0000-0002-4206-4024" }, { "affiliation": "Health Data Research UK; University of Edinburgh", - "name": "Macdonald, Calum" + "name": "Macdonald, Calum", + "orcid": "0000-0001-7857-9188" }, { "affiliation": "University of Nottingham", - "name": "Rae, Andy" + "name": "Rae, Andy", + "orcid": "0009-0004-8544-2576" }, { "affiliation": "University of Nottingham", - "name": "Akashili, Emeka" + "name": "Akashili, Emeka", + "orcid": "0009-0001-5739-9812" }, { "affiliation": "University of Nottingham", - "name": "Tarr, Simon" + "name": "Tarr, Simon", + "orcid": "0000-0001-8464-1240" }, { "affiliation": "University of Nottingham", - "name": "Adejumo, Sam" + "name": "Adejumo, Sam", + "orcid": "0000-0001-6685-3047" }, { "affiliation": "University of Dundee", @@ -51,7 +57,8 @@ }, { "affiliation": "University of Nottingham", - "name": "Santos, Roberto" + "name": "Santos, Roberto", + "orcid": "0000-0003-1333-2605" } ], "description": "Carrot-Mapper enables conversion of data to the OMOP Common Data Model, without data being egressed from its secure location, nor requiring access to the secure location. Carrot-Mapper automates as much of the process as possible, and also enables users to reuse each others' mappings. Carrot-Mapper pairs with Carrot-CDM to complete the OMOP conversion process.", @@ -66,4 +73,4 @@ "id": "MIT" }, "title": "Carrot-Mapper" -} \ No newline at end of file +}