datacite.yml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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: "Lukas"
  9. lastname: "Scurko"
  10. affiliation: "Affiliation1"
  11. id: "ORCID:0000-0001-2345-6789"
  12. # A title to describe the published resource.
  13. title: "Example nwb file"
  14. # Additional information about the resource, e.g., a brief abstract.
  15. description: |
  16. Example description
  17. that can contain linebreaks
  18. but has to maintain indentation.
  19. # Lit of keywords the resource should be associated with.
  20. # Give as many keywords as possible, to make the resource findable.
  21. keywords:
  22. - Neuroscience
  23. - Electrophysiology
  24. # License information for this resource. Please provide the license name and/or a link to the license.
  25. # Please add also a corresponding LICENSE file to the repository.
  26. license:
  27. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  28. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  29. ## Optional Fields
  30. # Funding information for this resource.
  31. # Separate funder name and grant number by comma.
  32. funding:
  33. - "DFG, DFG.12345"
  34. - "EU, EU.12345"
  35. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  36. # Please provide digital identifier (e.g., DOI) if possible.
  37. # Add a prefix to the ID, separated by a colon, to indicate the source.
  38. # Supported sources are: DOI, arXiv, PMID
  39. references:
  40. -
  41. id: "doi:10.xxx/zzzz"
  42. reftype: "IsSupplementTo"
  43. name: "PublicationName1"
  44. -
  45. id: "arxiv:mmmm.nnnn"
  46. reftype: "IsSupplementTo"
  47. name: "PublicationName2"
  48. -
  49. id: "pmid:nnnnnnnn"
  50. reftype: "IsReferencedBy"
  51. name: "PublicationName3"
  52. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  53. resourcetype: Dataset