datacite.yml 2.8 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 during time reproduction"
  33. # Additional information about the resource, e.g., a brief abstract.
  34. description: |
  35. Data used in the manuscript "Distributed coding of duration in rodent prefrontal cortex
  36. during time reproduction". Each file contains data of a single neuron.
  37. File names are composed as follows animalID_sessionNumber_tetrodeNumber_neuronNumber.nix.
  38. Basic code to load one nix file and plot the data contained in ... .py
  39. # List of keywords the resource should be associated with.
  40. # Give as many keywords as possible, to make the resource findable.
  41. keywords:
  42. - neuroscience
  43. - electrophysiology
  44. - medial prefrontal cortex
  45. - interval timing
  46. - tetrodes
  47. - rodents
  48. - gerbils
  49. # License information for this resource. Please provide the license name and/or a link to the license.
  50. # Please add also a corresponding LICENSE file to the repository.
  51. license:
  52. name: "CC BY-SA"
  53. url: "https://creativecommons.org/licenses/by-sa/4.0//"
  54. ## Optional Fields
  55. # Funding information for this resource.
  56. # Separate funder name and grant number by comma.
  57. funding:
  58. - "Bernstein Center Munich, BMBF 01GQ1004A"
  59. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  60. # Please provide digital identifier (e.g., DOI) if possible.
  61. # Add a prefix to the ID, separated by a colon, to indicate the source.
  62. # Supported sources are: DOI, arXiv, PMID
  63. # In the citation field, please provide the full reference, including title, authors, journal etc.
  64. references:
  65. -
  66. id: "doi:10.xxx/zzzz"
  67. reftype: "IsSupplementTo"
  68. citation: "authors, year, title, journal, volume, pages"
  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