Browse Source

gin commit from chris-mh16

New files: 1
Chris Klink 1 year ago
parent
commit
3c193d4a4d
1 changed files with 88 additions and 0 deletions
  1. 88 0
      datacite.yml

+ 88 - 0
datacite.yml

@@ -0,0 +1,88 @@
+# 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: "Chris"
+    lastname: "Klink"
+    affiliation: "Netherlands Institute for Neuroscience"
+    id: "ORCID:0000-0002-6784-7842"
+  -
+    firstname: "Rob"
+    lastname: "Teeuwen"
+    affiliation: "Netherlands Institute for Neuroscience"
+  -
+    firstname: "Jeannette"
+    lastname: "Lorteije"
+    affiliation: "Netherlands Institute for Neuroscience"
+    id: "ORCID:0000-0003-0800-0278"
+  -
+    firstname: "Pieter"
+    lastname: "Roelfsema"
+    affiliation: "Netherlands Institute for Neuroscience"
+    id: "ORCID:0000-0002-1625-0034"
+    
+# A title to describe the published resource.
+title: "Pop-in: the inversion of pop-out for a feature dimension during visual search in area V4 of the monkey cortex."
+
+# A description of the dataset
+description: "This data-set contains all data and code for the paper 'Pop-in: the inversion of pop-out for a feature dimension during visual search in area V4 of the monkey cortex.'"
+
+# Lit of keywords the resource should be associated with.
+# Give as many keywords as possible, to make the resource findable.
+keywords:
+  - Neuroscience
+  - Neurophysiology
+  - Non-human primate
+  - Visual Search
+  - V4
+  - Distractor
+
+# 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 Universal"
+  url: "https://creativecommons.org/publicdomain/zero/1.0/"
+
+
+## Optional Fields
+
+# Funding information for this resource.
+# Separate funder name and grant number by comma.
+funding:
+  - "NWO, Crossover Program 17619 'INTENSE'"
+  - "NWO, VENI 451.13.023"
+  - "EU FP7, ERC-339490 'Cortic_al_gorithms'"
+  - "EU, Human Brain Project (agreement 945539, SGA3)"
+  - "Friends Foundation of the Netherlands Institute for Neuroscience"
+
+
+# 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.1101/2022.06.23.497353"
+    reftype: "IsSupplementTo"
+    citation: "P.C. Klink, R.R.M. Teeuwen, J.A.M. Lorteije, & P.R. Roelfsema (2022). Pop-in: the inversion of pop-out for a feature dimension during visual search in area V4 of the monkey cortex. bioRxiv"
+#  -
+#    id: "arxiv:mmmm.nnnn"
+#    reftype: "IsSupplementTo"
+#    citation: "Citation2"
+#  -
+#    id: "pmid:nnnnnnnn"
+#    reftype: "IsReferencedBy"
+#    citation: "Citation3"
+
+
+# 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