From c7439301591b0236e3e6fdd61141bd90da23780b Mon Sep 17 00:00:00 2001 From: Ziv Yaniv Date: Fri, 21 Apr 2023 13:45:37 -0400 Subject: [PATCH] Adding zenodo json. --- .zenodo.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..b28c366 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,27 @@ +{ + "description": "

This repository contains extensions, plugins, for the Imaris (Oxford Instruments) microscopy image analysis program. They either provide additional image analysis capabilities via the open source SimpleITK image analysis library, or are utilities that allow the user to easily modify meta-data associated with images stored in the Imaris file format (e.g. channel names, colors).

The extensions are designed so that they can be run either as independent programs or via the Imaris extension mechanism. When run as independent programs they can be used on any of the standard operating systems (Windows/OSX/Linux).

This work has been funded in part with federal funds from the National Institute of Allergy and Infectious Diseases, National Institutes of Health, under BCBB Support Services Contract HHSN316201300006W/75N93022F00001 to Medical Science and Computing.

", + "keywords": [ + "Open Science", + "Open Source Software" + "Microscopy", + "Multiplexed Optical Imaging", + "Image Analysis", + ], + "license": { + "id": "CC-BY-4.0" + }, + "title": "SimpleITK Imaris Extensions", + "upload_type": "software", + "creators": [ + { + "affiliation": "National Institutes of Health", + "name": "Yaniv, Ziv", + "orcid": "0000-0003-0315-7727" + }, + { + "affiliation": "National Institutes of Health", + "name": "Lowekamp, Bradley", + "orcid": "0000-0002-4579-5738" + }, + ], +}