datacite.yml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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: "Gabriele"
  9. lastname: "Nardi"
  10. affiliation: "SNS"
  11. id: "ORCID:0000-0001-2345-6789"
  12. # A title to describe the published resource.
  13. title: "Prima prova di condivisione"
  14. # Additional information about the resource, e.g., a brief abstract.
  15. description: |
  16. La mia prima prova di condivisione.
  17. # Lit of keywords the resource should be associated with.
  18. # Give as many keywords as possible, to make the resource findable.
  19. keywords:
  20. - Neuroscience
  21. # License information for this resource. Please provide the license name and/or a link to the license.
  22. # Please add also a corresponding LICENSE file to the repository.
  23. license:
  24. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  25. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  26. ## Optional Fields
  27. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  28. # Please provide digital identifier (e.g., DOI) if possible.
  29. # Add a prefix to the ID, separated by a colon, to indicate the source.
  30. # Supported sources are: DOI, arXiv, PMID
  31. # In the citation field, please provide the full reference, including title, authors, journal etc.
  32. references:
  33. -
  34. id: "https://doi.org/10.1101/2021.05.12.443725"
  35. reftype: "IsSupplementTo"
  36. citation: "Pracucci et al. (2021) Circadian rhythm in cortical chloride homeostasis underpins variation in network excitability. bioRxiv"
  37. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  38. resourcetype: Dataset
  39. # Do not edit or remove the following line
  40. templateversion: 1.2