Browse Source

Update 'datacite.yml'

Justin Lines 3 years ago
parent
commit
e2e67edd0c
1 changed files with 16 additions and 30 deletions
  1. 16 30
      datacite.yml

+ 16 - 30
datacite.yml

@@ -7,39 +7,34 @@
 # if possible, including the prefix to indicate its type.
 authors:
   -
-    firstname: "GivenName1"
-    lastname: "FamilyName1"
-    affiliation: "Affiliation1"
-    id: "ORCID:0000-0001-2345-6789"
-  -
-    firstname: "GivenName2"
-    lastname: "FamilyName2"
-    affiliation: "Affiliation2"
-    id: "ResearcherID:X-1234-5678"
-  -
-    firstname: "GivenName3"
-    lastname: "FamilyName3"
+    firstname: "Justin"
+    lastname: "Lines"
+    affiliation: "University of Minnesota"
+    id: "ORCID:0000-0002-5316-3933"
 
 # A title to describe the published resource.
-title: "Example Title"
+title: "Astrocytes Modulate Sensory Evoked Neuronal Network Activity"
 
 # Additional information about the resource, e.g., a brief abstract.
 description: |
-  Example description
-  that can contain linebreaks
-  but has to maintain indentation.
+  Here we provide raw and processed data. Calcium fluorescence data is from astrocytes and their subcellular domains,
+  as well as processed event detection. As for electrophysiology, raw traces as well as filtered for local field
+  potential and spikes, and spectrograms as well as the power of individual frequnecy bands.
 
-# Lit of keywords the resource should be associated with.
+# List of keywords the resource should be associated with.
 # Give as many keywords as possible, to make the resource findable.
 keywords:
   - Neuroscience
   - Electrophysiology
+  - Astrocytes
+  - Calcium fluorescence
+  - Cortex
 
 # 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/"
+  name: "Creative Commons CC0 1.0 Public Domain Dedication?"
+  url: "https://creativecommons.org/publicdomain/zero/1.0/?"
 
 
 
@@ -48,8 +43,7 @@ license:
 # Funding information for this resource.
 # Separate funder name and grant number by comma.
 funding:
-  - "DFG, DFG.12345"
-  - "EU, EU.12345"
+  - "NIA, F31AG057155"
 
 
 # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
@@ -60,15 +54,7 @@ references:
   -
     id: "doi:10.xxx/zzzz"
     reftype: "IsSupplementTo"
-    name: "PublicationName1"
-  -
-    id: "arxiv:mmmm.nnnn"
-    reftype: "IsSupplementTo"
-    name: "PublicationName2"
-  -
-    id: "pmid:nnnnnnnn"
-    reftype: "IsReferencedBy"
-    name: "PublicationName3"
+    name: "Astrocytes modulate sensory-evoked neuronal network activity"
 
 
 # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.