datacite.yml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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: "Martin"
  9. lastname: "FREBOURG"
  10. affiliation: "McGill University"
  11. -
  12. firstname: "Lucas"
  13. lastname: "Gautheron"
  14. affiliation: "École Normale Supérieure - PSL"
  15. id: ""
  16. -
  17. firstname: "Alejandrina"
  18. lastname: "Cristia"
  19. affiliation: "École Normale Supérieure - PSL"
  20. id: ""
  21. # A title to describe the published resource.
  22. title: "Alignment of Vandam corpus using Montreal Forced Aligner"
  23. # Additional information about the resource, e.g., a brief abstract.
  24. description: YODA repo to align vandam corpus using Montreal Forced Aligner (MFA).
  25. # Lit of keywords the resource should be associated with.
  26. # Give as many keywords as possible, to make the resource findable.
  27. keywords:
  28. - Neuroscience
  29. - Linguistics
  30. - Vandam
  31. - Montreal Forced Aligner
  32. - MFA
  33. - annotations
  34. # License information for this resource. Please provide the license name and/or a link to the license.
  35. # Please add also a corresponding LICENSE file to the repository.
  36. license:
  37. name: "Apache License 2.0"
  38. url: "https://www.apache.org/licenses/LICENSE-2.0"
  39. ## Optional Fields
  40. # Funding information for this resource.
  41. # Separate funder name and grant number by comma.
  42. funding:
  43. - "DFG, AB1234/5-6"
  44. - "EU, EU.12345"
  45. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  46. # Please provide digital identifier (e.g., DOI) if possible.
  47. # Add a prefix to the ID, separated by a colon, to indicate the source.
  48. # Supported sources are: DOI, arXiv, PMID
  49. # In the citation field, please provide the full reference, including title, authors, journal etc.
  50. references:
  51. -
  52. id: "doi:10.xxx/zzzz"
  53. reftype: "IsSupplementTo"
  54. citation: "Citation1"
  55. -
  56. id: "arxiv:mmmm.nnnn"
  57. reftype: "IsSupplementTo"
  58. citation: "Citation2"
  59. -
  60. id: "pmid:nnnnnnnn"
  61. reftype: "IsReferencedBy"
  62. citation: "Citation3"
  63. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  64. resourcetype: Dataset
  65. # Do not edit or remove the following line
  66. templateversion: 1.2