datacite.yml 2.1 KB

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