From e98fa06b4274b6800a4050868ee39a32b7c69387 Mon Sep 17 00:00:00 2001 From: Pradeep Rajasekhar Date: Fri, 31 Jan 2025 16:38:18 +1100 Subject: [PATCH] add zenodo metadata --- .zenodo.json | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..b9a36d4 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,50 @@ +{ + "creators": [ + { + "affiliation": "Walter and Eliza Hall Institute of Medical Research", + "name": "Rajasekhar, Pradeep", + "orcid": "0000-0002-1983-7244" + }, + { + "affiliation": "Walter and Eliza Hall Institute of Medical Research", + "name": "Milton, Michael", + "orcid": "0000-0002-8965-2595" + }, + { + "affiliation": "Walter and Eliza Hall Institute of Medical Research", + "name": "Geoghegan, Niall", + "orcid": "0000-0001-9884-0769" + }, + { + "affiliation": "Data Science Center ScaDS.AI, Uni Leipzig", + "name": "Haase, Robert", + "orcid": "0000-0001-5949-2327" + }, + { + "affiliation": "Walter and Eliza Hall Institute of Medical Research", + "name": "Rogers, Kelly L.", + "orcid": "0000-0002-6755-0221" + }, + { + "affiliation": "Walter and Eliza Hall Institute of Medical Research", + "name": "Whitehead, Lachlan", + "orcid": "0000-0002-7064-4069" + } + ], + "description": "Software for analyzing Lattice Lightsheet data with the ability to create end to end image analysis by integrating custom workflows. napari-lattice has a fully featured CLI (lls-core) and a napari plugin. Documentation can be found at: https://bioimageanalysiscorewehi.github.io/napari_lattice/", + "keywords": [ + "Microscopy", + "Lattice Lightsheet", + "Image Analysis", + "napari", + "oblique plane microscopy", + "deskewing", + "microscopy", + "python", + "workflow", + "opencl" + ], + "license": { + "id": "GPL-3.0" }, + "title": "napari-lattice" +} \ No newline at end of file