datacite.yml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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: "Evangelos"
  9. lastname: "Paraskevopoulos"
  10. affiliation: "UCY"
  11. id: ""
  12. -
  13. firstname: "Alexandra"
  14. lastname: "Anagnostopoulou"
  15. affiliation: "AUTH"
  16. id: ""
  17. -
  18. firstname: "Nikolas"
  19. lastname: "Chalas"
  20. affiliation: "IBB"
  21. -
  22. firstname: "Maria"
  23. lastname: "Karagianni"
  24. affiliation: "AUTH"
  25. -
  26. firstname: "Panagiotis"
  27. lastname: "Bamidis"
  28. affiliation: "AUTH"
  29. # A title to describe the published resource.
  30. title: "Unravelling the multisensory learning advantage: Different patterns of within and across frequency-specific interactions drive uni- and multisensory neuroplasticity"
  31. # Additional information about the resource, e.g., a brief abstract.
  32. description: |
  33. Example description
  34. that can contain linebreaks
  35. but has to maintain indentation.
  36. # Lit of keywords the resource should be associated with.
  37. # Give as many keywords as possible, to make the resource findable.
  38. keywords:
  39. - Neuroscience
  40. - Multisensory learning
  41. # License information for this resource. Please provide the license name and/or a link to the license.
  42. # Please add also a corresponding LICENSE file to the repository.
  43. license:
  44. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  45. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  46. ## Optional Fields
  47. # Funding information for this resource.
  48. # Separate funder name and grant number by comma.
  49. funding:
  50. - "HFRI: 2089"
  51. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  52. # Please provide digital identifier (e.g., DOI) if possible.
  53. # Add a prefix to the ID, separated by a colon, to indicate the source.
  54. # Supported sources are: DOI, arXiv, PMID
  55. # In the citation field, please provide the full reference, including title, authors, journal etc.
  56. references:
  57. -
  58. id: "doi:10.xxx/zzzz"
  59. reftype: "IsSupplementTo"
  60. citation: "Citation1"
  61. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  62. resourcetype: Dataset
  63. # Do not edit or remove the following line
  64. templateversion: 1.2