datacite.yml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. # Metadata for DOI registration according to DataCite Metadata Schema 4.1.
  2. # For detailed schema description see https://doi.org/10.5438/0014
  3. ## Required fields
  4. # The main researchers involved. Include digital identifier (e.g., ORCID)
  5. # if possible, including the prefix to indicate its type.
  6. authors:
  7. -
  8. firstname: "Kaushik"
  9. lastname: "Lakshminarasimhan"
  10. affiliation: "Columbia University"
  11. id: "ORCID:0000-0003-3932-2616"
  12. -
  13. firstname: "Eric"
  14. lastname: "Avila"
  15. affiliation: "New York University"
  16. id: "ORCID:0000-0003-1705-004X"
  17. -
  18. firstname: "Xaq"
  19. lastname: "Pitkow"
  20. affiliation: "Baylor College of Medicine"
  21. id: "ORCID:0000-0001-6376-329X"
  22. -
  23. firstname: "Dora"
  24. lastname: "Angelaki"
  25. affiliation: "New York University"
  26. id: "ORCID:0000-0002-9650-8962"
  27. # A title to describe the published resource.
  28. title: "Neural responses in the macaque posterior parietal cortex during virtual navigation"
  29. # Additional information about the resource, e.g., a brief abstract.
  30. description: |
  31. Datasets containing neural and behavioral data collected from monkeys
  32. performing a virtual navigation task.
  33. # Lit of keywords the resource should be associated with.
  34. # Give as many keywords as possible, to make the resource findable.
  35. keywords:
  36. - Neuroscience
  37. - Macaque monkeys
  38. - Navigation
  39. - Parietal cortex
  40. # License information for this resource. Please provide the license name and/or a link to the license.
  41. # Please add also a corresponding LICENSE file to the repository.
  42. license:
  43. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  44. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  45. ## Optional Fields
  46. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  47. # Please provide digital identifier (e.g., DOI) if possible.
  48. # Add a prefix to the ID, separated by a colon, to indicate the source.
  49. # Supported sources are: DOI, arXiv, PMID
  50. # In the citation field, please provide the full reference, including title, authors, journal etc.
  51. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  52. resourcetype: Dataset
  53. # Do not edit or remove the following line
  54. templateversion: 1.2