datacite.yml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  44. # Please provide digital identifier (e.g., DOI) if possible.
  45. # Add a prefix to the ID, separated by a colon, to indicate the source.
  46. # Supported sources are: DOI, arXiv, PMID
  47. # In the citation field, please provide the full reference, including title, authors, journal etc.
  48. references:
  49. -
  50. id: "https://doi.org/10.21415/t5qh5n"
  51. reftype: "Dataset"
  52. citation: "HomeBank VanDam Public Daylong Corpus - Mark VanDam"
  53. -
  54. id: "http://dx.doi.org/10.21437/Interspeech.2017-1386"
  55. reftype: "Montreal Forced Aligner"
  56. citation: "McAuliffe, Michael, Michaela Socolof, Sarah Mihuc, Michael Wagner, and Morgan Sonderegger (2017). Montreal Forced Aligner [Computer program]. Version 0.9.0, retrieved 17 January 2017 from http://montrealcorpustools.github.io/Montreal-Forced-Aligner/."
  57. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  58. resourcetype: Dataset
  59. # Do not edit or remove the following line
  60. templateversion: 1.2