فهرست منبع

Add information for publishing with DataCite

Daniel Justin Powell 2 سال پیش
والد
کامیت
dbf695bcb5
1فایلهای تغییر یافته به همراه77 افزوده شده و 0 حذف شده
  1. 77 0
      datacite.yml

+ 77 - 0
datacite.yml

@@ -0,0 +1,77 @@
+# 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: "Daniel"
+    lastname: "Powell"
+    affiliation: "Bowdoin College"
+    id: "ORCID:0000-0002-9210-2201"
+  -
+    firstname: "Eve"
+    lastname: "Marder"
+    affiliation: "Brandeis University"
+    id: "ORCID:0000-0001-9632-5448"
+  -
+    firstname: "Michael"
+    lastname: "Nusbaum"
+    affiliation: "University of Pennsylvania"
+    id: "ORCID:0000-0001-5935-0046"
+
+# A title to describe the published resource.
+title: "Perturbation-specific responses by two neural circuits generating similar activity patterns"
+
+# Additional information about the resource, e.g., a brief abstract.
+description: |
+  Electrophysiology data for the associated paper.
+
+# Lit of keywords the resource should be associated with.
+# Give as many keywords as possible, to make the resource findable.
+keywords:
+  - Gastric Mill Rhythm
+  - Central Pattern Generator
+  - Cancer borealis
+
+# 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: "Creative Commons CC0 4.0 Public Domain Dedication"
+  url: "https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode"
+
+
+
+## Optional Fields
+
+# Funding information for this resource.
+# Separate funder name and grant number by comma.
+funding:
+  - "NIH, R35-NS097343 (EM)"
+  - "NIH, R01-NS029436 (MPN)"
+
+
+# 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: "Citation1"
+  -
+    id: "arxiv:mmmm.nnnn"
+    reftype: "IsSupplementTo"
+    citation: "Citation2"
+
+
+
+# Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
+resourcetype: Dataset
+
+# Do not edit or remove the following line
+templateversion: 1.2