datacite.yml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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: "Josephine"
  9. lastname: "Henke"
  10. -
  11. firstname: "David"
  12. lastname: "Bunk"
  13. -
  14. firstname: "Dina"
  15. lastname: "von Werder"
  16. -
  17. firstname: "Stefan"
  18. lastname: "Häusler"
  19. id: "ORCID:0000-0003-0772-8662"
  20. affiliation: "Faculty of Biology, LMU Munich"
  21. -
  22. firstname: "Virginia"
  23. lastname: "Flanagin"
  24. id: "ORCID:0000-0002-6677-459X"
  25. affiliation: "German Center for Vertigo and Balance Disorders, LMU Munich"
  26. -
  27. firstname: "Kay"
  28. lastname: "Thurley"
  29. id: "ORCID:0000-0003-4857-1083"
  30. affiliation: "Faculty of Biology, LMU Munich"
  31. # A title to describe the published resource.
  32. title: "Data for Distributed coding of duration in rodent prefrontal cortex
  33. during time reproduction"
  34. # Additional information about the resource, e.g., a brief abstract.
  35. description: |
  36. Single cell recordings and behavioral data used in the manuscript "Distributed coding of duration in rodent prefrontal cortex
  37. during time reproduction".
  38. # List of keywords the resource should be associated with.
  39. # Give as many keywords as possible, to make the resource findable.
  40. keywords:
  41. - neuroscience
  42. - electrophysiology
  43. - medial prefrontal cortex
  44. - interval timing
  45. - tetrodes
  46. - rodents
  47. - gerbils
  48. # License information for this resource. Please provide the license name and/or a link to the license.
  49. # Please add also a corresponding LICENSE file to the repository.
  50. license:
  51. name: "CC BY-SA"
  52. url: "https://creativecommons.org/licenses/by-sa/4.0//"
  53. ## Optional Fields
  54. # Funding information for this resource.
  55. # Separate funder name and grant number by comma.
  56. funding:
  57. - "Bernstein Center Munich, BMBF 01GQ1004A"
  58. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  59. # Please provide digital identifier (e.g., DOI) if possible.
  60. # Add a prefix to the ID, separated by a colon, to indicate the source.
  61. # Supported sources are: DOI, arXiv, PMID
  62. # In the citation field, please provide the full reference, including title, authors, journal etc.
  63. references:
  64. -
  65. id: "doi::tba"
  66. reftype: "IsSupplementTo"
  67. citation: "Henke J, Bunk D, von Werder D, Häusler S, Flanagin VL, Thurley K, Distributed coding of duration
  68. in rodent prefrontal cortex during time reproduction, eLife"
  69. # Resource type. Default is Dataset, other possible values are Software, Image, Text.
  70. resourcetype: Dataset
  71. # Do not edit or remove the following line
  72. templateversion: 1.2