datacite.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  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: "Achilleas"
  9. lastname: "Koutsou"
  10. affiliation: "G-Node"
  11. # A title to describe the published resource.
  12. title: "Test for failing annex init during clone"
  13. # Additional information about the resource, e.g., a brief abstract.
  14. description: GIN DOI was failing to clone repositories to make the ZIP file for new requests. I think it's fixed now so I'm sending this to test.
  15. # Lit of keywords the resource should be associated with.
  16. # Give as many keywords as possible, to make the resource findable.
  17. keywords:
  18. - test
  19. # License information for this resource. Please provide the license name and/or a link to the license.
  20. # Please add also a corresponding LICENSE file to the repository.
  21. license:
  22. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  23. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  24. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  25. resourcetype: Dataset
  26. # Do not edit or remove the following line
  27. templateversion: 1.2