From b715243bb2b319533ddc63791e8a0f92472687b7 Mon Sep 17 00:00:00 2001 From: Adrien Thob Date: Wed, 16 Oct 2024 20:38:09 -0400 Subject: [PATCH] Create .zenodo.json --- .zenodo.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..74a84f0 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,22 @@ +{ + "access_right": "open", + "title": "py-ananke: a Python pipeline to generate synthetic star catalogs from cosmological simulations", + "creators": [ + { + "affiliation": "University of Pennsylvania", + "name": "Thob, Adrien C. R.", + "orcid": "0000-0001-7928-1973" + } + ], + "contributors": [ + { + "affiliation": "University of Pennsylvania", + "name": "Sanderson, Robyn E.", + "orcid": "0000-0003-3939-3297", + "type": "Supervisor" + } + ], + "license": "GPL-3.0-or-later", + "upload_type": "software", + "description": "Python package that offers a comprehensive pipeline designed to generate mock astrometric and photometric catalogs of synthetic stars derived from particle-based simulated star populations" +}