datacite.yml 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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: "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. # A title to describe the published resource.
  48. title: "Data set - Neuron numbers are decreased in the whole cerebral cortex and in layer V of area 24 in schizophrenia"
  49. # Additional information about the resource, e.g., a brief abstract.
  50. description: |
  51. 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
  52. # Lit of keywords the resource should be associated with.
  53. # Give as many keywords as possible, to make the resource findable.
  54. keywords:
  55. - schizophrenia
  56. - anterior cingulate
  57. - area 24
  58. - von Economo neurons
  59. - stereology
  60. # License information for this resource. Please provide the license name and/or a link to the license.
  61. # Please add also a corresponding LICENSE file to the repository.
  62. license:
  63. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  64. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  65. ## Optional Fields
  66. # Funding information for this resource.
  67. # Separate funder name and grant number by comma.
  68. funding:
  69. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  70. # Please provide digital identifier (e.g., DOI) if possible.
  71. # Add a prefix to the ID, separated by a colon, to indicate the source.
  72. # Supported sources are: DOI, arXiv, PMID
  73. # In the citation field, please provide the full reference, including title, authors, journal etc.
  74. references:
  75. # -
  76. # id: "doi:10.xxx/zzzz"
  77. # reftype: "IsSupplementTo"
  78. # citation: "Citation1"
  79. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  80. resourcetype: Dataset
  81. # Do not edit or remove the following line
  82. templateversion: 1.2