datacite.yml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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: "Richard"
  9. lastname: "Gaus"
  10. affiliation: 1 # "Chair of Neuroanatomy, Institute of Anatomy, Faculty of Medicine, LMU Munich, Munich, Germany"
  11. id: "ORCID:0000-0001-5999-0174"
  12. -
  13. firstname: "Melanie"
  14. lastname: "Popal"
  15. affiliation: "Chair of Neuroanatomy, Institute of Anatomy, Faculty of Medicine, LMU Munich, Munich, Germany"
  16. -
  17. firstname: "Helmut"
  18. lastname: "Heinsen"
  19. affiliation:
  20. ["Morphological Brain Research Unit, Department of Psychiatry, University of Würzburg, Würzburg, Germany",
  21. "Department of Radiology, Hospital das Clinicas HCFMUSP, Faculdade de Medicina, Universidade de São Paulo, São Paulo, Brazil"]
  22. id: "ORCID:0000-0002-4688-4441"
  23. -
  24. firstname: "Andrea"
  25. lastname: "Schmitt"
  26. affiliation: "Department of Psychiatry and Psychotherapy, University Hospital, LMU Munich, Munich, Germany"
  27. id: "ORCID:0000-0002-5426-4023"
  28. -
  29. firstname: "Peter"
  30. lastname: "Falkai"
  31. affiliation: "Department of Psychiatry and Psychotherapy, University Hospital, LMU Munich, Munich, Germany"
  32. id: "ORCID:0000-0003-2873-8667"
  33. -
  34. firstname: "Patrick R."
  35. lastname: "Hof"
  36. affiliation: "Nash Family Department of Neuroscience and Friedman Brain Institute, Icahn School of Medicine at Mount Sinai, New York, NY, USA"
  37. id: "ORCID:0000-0002-3208-1154"
  38. -
  39. firstname: "Christoph"
  40. lastname: "Schmitz"
  41. affiliation: "Chair of Neuroanatomy, Institute of Anatomy, Faculty of Medicine, LMU Munich, Munich, Germany"
  42. id: "ORCID:0000-0002-4065-1241"
  43. -
  44. firstname: "Alisa"
  45. lastname: "Vollhardt"
  46. affiliation: "Chair of Neuroanatomy, Institute of Anatomy, Faculty of Medicine, LMU Munich, Munich, Germany"
  47. affiliations:
  48. - name: Chair of Neuroanatomy, Institute of Anatomy, Faculty of Medicine, LMU Munich, Munich, Germany
  49. index: 1
  50. - name: Institution 2
  51. index: 2
  52. # A title to describe the published resource.
  53. title: "Data set - Neuron numbers are decreased in the whole cerebral cortex and in layer V of area 24 in schizophrenia"
  54. # Additional information about the resource, e.g., a brief abstract.
  55. description: |
  56. Data set accompanying Gaus et al. (2021) Neuron numbers are decreased in the whole cerebral cortex and in layer V of area 24 in schizophrenia
  57. # Lit of keywords the resource should be associated with.
  58. # Give as many keywords as possible, to make the resource findable.
  59. keywords:
  60. - schizophrenia
  61. - anterior cingulate
  62. - area 24
  63. - von Economo neurons
  64. - stereology
  65. # License information for this resource. Please provide the license name and/or a link to the license.
  66. # Please add also a corresponding LICENSE file to the repository.
  67. license:
  68. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  69. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  70. ## Optional Fields
  71. # Funding information for this resource.
  72. # Separate funder name and grant number by comma.
  73. funding:
  74. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  75. # Please provide digital identifier (e.g., DOI) if possible.
  76. # Add a prefix to the ID, separated by a colon, to indicate the source.
  77. # Supported sources are: DOI, arXiv, PMID
  78. # In the citation field, please provide the full reference, including title, authors, journal etc.
  79. references:
  80. # -
  81. # id: "doi:10.xxx/zzzz"
  82. # reftype: "IsSupplementTo"
  83. # citation: "Citation1"
  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