datacite.yml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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: "Dustin"
  9. lastname: "Fetterhoff"
  10. affiliation: "Universidad Politécnica de Madrid"
  11. id: "ORCID:0000-0003-3462-7832"
  12. -
  13. firstname: "Manuela"
  14. lastname: "Costa"
  15. affiliation: "Universidad Politécnica de Madrid"
  16. id: "ORCID:0000-0001-6251-7900"
  17. -
  18. firstname: "Robin"
  19. lastname: "Hellerstedt"
  20. affiliation: "Universidad Politécnica de Madrid"
  21. id: "ORCID:0000-0002-6433-4734"
  22. -
  23. firstname: "Rebecca"
  24. lastname: "Johannessen"
  25. affiliation: "Swiss Epilepsy Center"
  26. -
  27. firstname: "Lukas"
  28. lastname: "Imbach"
  29. affiliation: "Swiss Epilepsy Center"
  30. id: "ORCID:0000-0002-6135-8642"
  31. -
  32. firstname: "Johannes"
  33. lastname: "Sarnthein"
  34. affiliation: "University Hospital Zurich"
  35. id: "ORCID:0000-0001-9141-381X"
  36. -
  37. firstname: "Bryan"
  38. lastname: "Strange"
  39. affiliation: "Universidad Politécnica de Madrid"
  40. id: "ORCID:0000-0001-6476-4091"
  41. # A title to describe the published resource.
  42. title: "Emotional Memory Neuronal Data"
  43. # Additional information about the resource, e.g., a brief abstract.
  44. description: |
  45. Neuronal and behavioral data used in the publication Neuronal population representation of human emotional memory.
  46. # Lit of keywords the resource should be associated with.
  47. # Give as many keywords as possible, to make the resource findable.
  48. keywords:
  49. - Neuroscience
  50. - Hippocampus
  51. - Amygdala
  52. - Entorhinal Cortex
  53. - Humans
  54. # License information for this resource. Please provide the license name and/or a link to the license.
  55. # Please add also a corresponding LICENSE file to the repository.
  56. license:
  57. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  58. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  59. ## Optional Fields
  60. # Funding information for this resource.
  61. # Separate funder name and grant number by comma.
  62. funding:
  63. - "ERC, ERC-2018-COG 819814 "
  64. - "SNSF, 204651 "
  65. - "Swiss Epilepsy Foundation"
  66. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  67. # Please provide digital identifier (e.g., DOI) if possible.
  68. # Add a prefix to the ID, separated by a colon, to indicate the source.
  69. # Supported sources are: DOI, arXiv, PMID
  70. # In the citation field, please provide the full reference, including title, authors, journal etc.
  71. references:
  72. -
  73. id: "doi:10.xxx/zzzz"
  74. reftype: "IsSupplementTo"
  75. citation: "Citation1"
  76. -
  77. id: "arxiv:mmmm.nnnn"
  78. reftype: "IsSupplementTo"
  79. citation: "Citation2"
  80. -
  81. id: "pmid:nnnnnnnn"
  82. reftype: "IsReferencedBy"
  83. citation: "Citation3"
  84. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  85. resourcetype: Dataset
  86. # Do not edit or remove the following line
  87. templateversion: 1.2