Browse Source

Add information for publishing with DataCite

Ajayrama Kumaraswamy 1 year ago
parent
commit
d41102a315
1 changed files with 83 additions and 0 deletions
  1. 83 0
      datacite.yml

+ 83 - 0
datacite.yml

@@ -0,0 +1,83 @@
+# Metadata for DOI registration according to DataCite Metadata Schema 4.1.
+# For detailed schema description see https://doi.org/10.5438/0014
+
+## Required fields
+
+# The main researchers involved. Include digital identifier (e.g., ORCID)
+# if possible, including the prefix to indicate its type.
+authors:
+  -
+    firstname: "Ajayrama"
+    lastname: "Kumaraswamy"
+    affiliation: "Universität Konstanz, Konstanz, Germany"
+    id: "ORCID:0000-0001-7928-877X"
+  -
+    firstname: "Georg"
+    lastname: "Raiser"
+    affiliation: "Champalimaud Centre for the Unknown, Avenida de Brasília, 1400-038 Lisboa, Portugal"
+    id: "ORCID:0000-0002-9716-3513"
+  -
+    firstname: "C. Giovanni"
+    lastname: "Galizia"
+    affiliation: "Universität Konstanz, Konstanz, Germany"
+    id: "ORCID:0000-0001-8292-6031"
+
+# A title to describe the published resource.
+title: "PyView: A general purpose tool for analyzing calcium imaging data"
+
+# Additional information about the resource, e.g., a brief abstract.
+description: |
+  Welcome to the repository containing the python implementation of PyView!
+  PyView is a general purpose tool to analyze calcium imaging data of responses to sensory stimuli.
+  It provides a powerful GUI to interactively visualize, analyse and assess the quality of imaging stacks; and flexibly select steps and parameters for removing artifacts and for estimating neural activity levels. The GUI is based on the core functions and classes of PyView that can be used for identical batch processing, i.e. running all experimental measurements through the processing steps selected above using one single set of parameters to produce time traces, 2D images or 3D movies
+
+# Lit of keywords the resource should be associated with.
+# Give as many keywords as possible, to make the resource findable.
+keywords:
+  - Neuroscience
+  - Python
+  - Calcium imaging
+
+# License information for this resource. Please provide the license name and/or a link to the license.
+# Please add also a corresponding LICENSE file to the repository.
+license:
+  name: "3-Clause BSD License"
+  url: "https://opensource.org/licenses/BSD-3-Clause"
+
+
+
+## Optional Fields
+
+# Funding information for this resource.
+# Separate funder name and grant number by comma.
+funding:
+   - "Federal Ministry of Education and Research (BMBF)  as part of the Excellence Strategy of the German Federal and State Governments"
+   - "Baden-Württemberg Ministry of Science as part of the Excellence Strategy of the German Federal and State Governments"
+#   - "DFG, AB1234/5-6"
+
+# Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
+# Please provide digital identifier (e.g., DOI) if possible.
+# Add a prefix to the ID, separated by a colon, to indicate the source.
+# Supported sources are: DOI, arXiv, PMID
+# In the citation field, please provide the full reference, including title, authors, journal etc.
+references:
+  -
+    id: "doi:10.xxx/zzzz"
+    reftype: "IsSupplementTo"
+    citation: "Kumaraswamy A, Raiser G, Galizia CG (2022). PyView: A general purpose tool for analyzing calcium imaging data. Journal of Open Source Software."
+  -
+    id: "doi:10.12751/g-node.4c44i5"
+    reftype: "IsReferencedBy"
+    citation: "Kumaraswamy A, Galizia CG (2022) Collection of Datasets for testing PyVIEW. G-Node. https://doi.org/10.12751/g-node.4c44i5"
+  -
+    id: "arxiv:mmmm.nnnn"
+    reftype: "IsSupplementTo"
+    citation: "Citation2"
+ 
+
+
+# Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
+resourcetype: Software
+
+# Do not edit or remove the following line
+templateversion: 1.2