datacite.yml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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: Markus
  9. lastname: Aswendt
  10. affiliation: 'University Hospital Cologne'
  11. id: 'ORCID:0000-0003-1423-0934'
  12. -
  13. firstname: Aref
  14. lastname: Kalantari
  15. affiliation: 'University Hospital Cologne'
  16. id: 'ORCID:0000-0003-3050-0930'
  17. # A title to describe the published resource.
  18. title: "A DataLad dataset for an exemplary structure of a multimodal animal data repository"
  19. # Additional information about the resource, e.g., a brief abstract.
  20. description: 'This "Example Dataset" was created to test the capabilities of DataLad and as an example of the YODA principles.'
  21. # Lit of keywords the resource should be associated with.
  22. # Give as many keywords as possible, to make the resource findable.
  23. keywords:
  24. - DataLad
  25. - YODA
  26. - Research Data Managment
  27. # License information for this resource. Please provide the license name and/or a link to the license.
  28. # Please add also a corresponding LICENSE file to the repository.
  29. license:
  30. name: "CC BY 4.0"
  31. url: "https://creativecommons.org/licenses/by/4.0/"
  32. ## Optional Fields
  33. # Funding information for this resource.
  34. # Separate funder name and grant number by semicolon.
  35. funding:
  36. - "DFG; 431549029 – SFB 1451"
  37. - "Friebe Foundation; T0498/28960/16"
  38. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  39. # Please provide digital identifier (e.g., DOI) if possible.
  40. # Add a prefix to the ID, separated by a colon, to indicate the source.
  41. # Supported sources are: DOI, arXiv, PMID
  42. # In the citation field, please provide the full reference, including title, authors, journal etc.
  43. references:
  44. -
  45. id: "doi:tba"
  46. reftype: "IsSupplementTo"
  47. citation: "A. Kalantari, M. Szczepanik, S. Heunis, C. Moench, M. Hanke, T. Wachtler and M. Aswendt, 'How to establish and maintain a multimodal animal data repository using DataLad', Available at: DOI:tba."
  48. # Resource type. Default is Dataset, other possible values are Software, Image, Text.
  49. resourcetype: Dataset
  50. # Do not edit or remove the following line
  51. templateversion: 1.2