From 0d6f6d53c12f50b3ca8393e82c161abc783c9435 Mon Sep 17 00:00:00 2001 From: Kai Roy Date: Sat, 17 Feb 2024 13:52:33 -0800 Subject: [PATCH] Create .zenodo.json --- .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..5b76c5b --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,40 @@ +{ + "creators": [ + { + "affiliation": "Openly Published Environmental Sensing (OPEnS) Lab, Department of Electrical Engineering and Computer Science, Oregon State University", + "name": "Riley Prince", + "orcid": "0009-0000-0414-3357" + }, + { + "affiliation": "Openly Published Environmental Sensing (OPEnS) Lab, Department of Electrical Engineering and Computer Science, Oregon State University", + "name": "Marc Belinga" + }, + { + "affiliation": "Openly Published Environmental Sensing (OPEnS) Lab, Department of Electrical Engineering and Computer Science, Oregon State University", + "name": "Jacob Field", + }, + { + "affiliation": "Openly Published Environmental Sensing (OPEnS) Lab, Department of Electrical Engineering and Computer Science, Oregon State University", + "name": "Kai Roy", + }, + { + "affiliation": "Openly Published Environmental Sensing (OPEnS) Lab, Department of Mechanical, Industrial, and Manufacturing Engineering, Oregon State University", + "name": "Hendy Kurinawan", + }, + { + "affiliation": "Openly Published Environmental Sensing (OPEnS) Lab, Department of Mechanical, Industrial, and Manufacturing Engineering, Oregon State University", + "name": "Nathan Jesudason", + }, + ], + "description": "The PolyWAG environmental DNA sampler project aims to provide an affordable, open-sourced, remotely deployable, fully automated, and customizable alternative to existing sampling methods.", + "keywords": [ + "eDNA", + "Sampling", + "Arduino", + "Data Logging" + ], + "license": { + "id": "gpl-3.0" + }, + "title": "The PolyWAG Environmental DNA Sampling System" +}