From 2c90ed058f6ea8f7686eed6163fd06751aa3e34b Mon Sep 17 00:00:00 2001 From: Max Burnette Date: Thu, 12 Sep 2019 12:40:18 -0500 Subject: [PATCH 1/4] add zenodo metadata --- .zenodo.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..fb74a3e --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,40 @@ +{ + "title": "TERRA-REF Stereo RGB Extractors", + "description": "This repository contains Clowder extractors used to process stereo RGB camera data for the TERRA-REF project.", + "creators": [ + { + "affiliation": "University of Arizona", + "name": "David LeBauer" + }, + { + "affiliation": "Donald Danforth Plant Science Center", + "name": "Zongyang Li" + }, + { + "affiliation": "Saint Louis University", + "name": "Sidike Paheding" + }, + { + "affiliation": "National Center for Supercomputing Applications", + "name": "Rob Kooper", + "orcid": "0000-0002-5781-7287" + }, + { + "affiliation": "National Center for Supercomputing Applications", + "name": "Max Burnette" + }, + { + "affiliation": "LemnaTec", + "name": "Solmaz Hajmohammadi" + } + ], + "upload_type": "software", + "license": "BSD-3-Clause", + "access_right": "open", + "keywords": [ + "TERRA-REF", + "clowder", + "Image Processing" + ], + "notes": "" +} \ No newline at end of file From e3bca45f5ee52562eea16e7a5844e8d910b85850 Mon Sep 17 00:00:00 2001 From: Max Burnette Date: Thu, 12 Sep 2019 12:55:54 -0500 Subject: [PATCH 2/4] Update .zenodo.json --- .zenodo.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index fb74a3e..7bf35c2 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -7,12 +7,8 @@ "name": "David LeBauer" }, { - "affiliation": "Donald Danforth Plant Science Center", - "name": "Zongyang Li" - }, - { - "affiliation": "Saint Louis University", - "name": "Sidike Paheding" + "affiliation": "University of California, Irvine", + "name": "Jerome Mao" }, { "affiliation": "National Center for Supercomputing Applications", @@ -24,8 +20,8 @@ "name": "Max Burnette" }, { - "affiliation": "LemnaTec", - "name": "Solmaz Hajmohammadi" + "affiliation": "National Center for Supercomputing Applications", + "name": "Xingchen Hong" } ], "upload_type": "software", From 755fecb5e291a2c48285e99cb7413cd0da399f5d Mon Sep 17 00:00:00 2001 From: Max Burnette Date: Thu, 12 Sep 2019 12:56:17 -0500 Subject: [PATCH 3/4] Update .zenodo.json --- .zenodo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 7bf35c2..1f14263 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,6 +1,6 @@ { - "title": "TERRA-REF Stereo RGB Extractors", - "description": "This repository contains Clowder extractors used to process stereo RGB camera data for the TERRA-REF project.", + "title": "TERRA-REF Environmental Extractors", + "description": "This repository contains Clowder extractors used to process environmental data for the TERRA-REF project.", "creators": [ { "affiliation": "University of Arizona", From cc3fb79feec0633f8c4d0e5ccb136245706bc1b8 Mon Sep 17 00:00:00 2001 From: Max Burnette Date: Fri, 13 Sep 2019 12:07:18 -0500 Subject: [PATCH 4/4] reorder creators --- .zenodo.json | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 1f14263..3bf6de4 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -3,25 +3,20 @@ "description": "This repository contains Clowder extractors used to process environmental data for the TERRA-REF project.", "creators": [ { - "affiliation": "University of Arizona", - "name": "David LeBauer" + "affiliation": "National Center for Supercomputing Applications", + "name": "Xingchen Hong" }, { "affiliation": "University of California, Irvine", "name": "Jerome Mao" }, - { - "affiliation": "National Center for Supercomputing Applications", - "name": "Rob Kooper", - "orcid": "0000-0002-5781-7287" - }, { "affiliation": "National Center for Supercomputing Applications", "name": "Max Burnette" }, { - "affiliation": "National Center for Supercomputing Applications", - "name": "Xingchen Hong" + "affiliation": "University of Arizona", + "name": "David LeBauer" } ], "upload_type": "software",