Browse Source

Add information for publishing with DataCite

Eric D. Young 3 years ago
parent
commit
47a28894d1
1 changed files with 90 additions and 0 deletions
  1. 90 0
      datacite.yml

+ 90 - 0
datacite.yml

@@ -0,0 +1,90 @@
+# 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: "Eric"
+    lastname: "Young"
+    affiliation: "Johns Hopkins Univ."
+    id: "ORCID:0000-0003-0334-408X"
+  -
+    firstname: "Jingjing"
+    lastname: "Wu"
+    affiliation: "Harvard Medical School"
+    id: "ORCID:0000-0001-9625-1661"
+  -
+    firstname: "Mamiko"
+    lastname: "Niwa"
+    affiliation: "Johns Hopkins Univ."
+    id: "ORCID0000-0003-1353-3394"
+  -
+    firstname: "Elisabeth"
+    lastname: "Glowatzki"
+    affiliation: "Johns Hopkins Univ."
+    id: "ORCID:0000-0003-3135-658X"
+    
+# A title to describe the published resource.
+title: "Resolution of subcomponents of EOSCs in rat hair-cell/auditory-nerve fiber synapses"
+
+# Additional information about the resource, e.g., a brief abstract.
+description: |
+  The synapse between inner hair cells and auditory nerve fiber dendrites in rats
+  shows large EPSCs, which are either monophasic or multiphasic. EPSCs were
+  deconvolved to allow analysis of individual releases of neurotransmitter.
+  The results were used to analyze and test models of synaptic release in the hair cell.
+
+# Lit of keywords the resource should be associated with.
+# Give as many keywords as possible, to make the resource findable.
+keywords:
+  - Synaptic potentials
+  - Deconvolution
+  - Uniquantal
+  - Multiquantal
+
+# 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 1.0 Public Domain Dedication"
+  url: "https://creativecommons.org/publicdomain/zero/1.0/"
+
+
+
+## Optional Fields
+
+# Funding information for this resource.
+# Separate funder name and grant number by comma.
+funding:
+  - "NIDCD, R01DC006476"
+  - "NIDCD, R01DC012957"
+  - "NIDCD, P30DC005211"
+
+
+# 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.org/10.1523/JNEUROSCI.1187-16.2016"
+    reftype: "IsSupplementTo"
+    citation: "Wu JS, Young ED, and Glowatzki E. 2016. Maturation of spontaneous firing
+    properties after hearing onset in rat auditory nerve fibers: Spontaneous rates,
+    refractoriness, and interfiber correlations. J. Neurosci. 36:10584-10597."
+  -
+    id: "doi.org/10.1101/2020.05.13.070920"
+    reftype: "IsSupplementTo"
+    citation: "Young, E.D., Wu, J.J., Niwa, M., and Glowatzki, E. 2020. Resolution of
+    subcomponents of synaptic release from post-synaptic currents in rat hair-cell/
+    auditory-nerve fiber synapses. BioRχiv 2020.05.13.070920."
+
+
+# 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