datacite.yml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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: "Wouter"
  9. lastname: "Klijn"
  10. affiliation: "FZJ"
  11. id: "ORCID:0000-0002-8996-488X"
  12. # A title to describe the published resource.
  13. title: "Some fancy data stored in a broken repository"
  14. # Additional information about the resource, e.g., a brief abstract.
  15. description: |
  16. We played with GIN for 40 minutes and managed to the break the system,
  17. I now make a DOI to safe for prosperity
  18. # Lit of keywords the resource should be associated with.
  19. # Give as many keywords as possible, to make the resource findable.
  20. keywords:
  21. - Gin
  22. - Broken
  23. - Keyword3
  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: "MIT License"
  28. url: "https://gin.g-node.org/G-Node/Info/raw/master/licenses/MIT%20License"
  29. ## Optional Fields
  30. # Funding information for this resource.
  31. # Separate funder name and grant number by comma.
  32. funding:
  33. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  34. # Please provide digital identifier (e.g., DOI) if possible.
  35. # Add a prefix to the ID, separated by a colon, to indicate the source.
  36. # Supported sources are: DOI, arXiv, PMID
  37. # In the citation field, please provide the full reference, including title, authors, journal etc.
  38. references:
  39. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  40. resourcetype: Dataset
  41. # Do not edit or remove the following line
  42. templateversion: 1.2