datacite.yml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. - firstname: "Daniele"
  8. lastname: "Arosio"
  9. affiliation: "Consiglio Nazionale delle Ricerche"
  10. id: "ORCID:0000-0003-2872-6906"
  11. # A title to describe the published resource.
  12. title: "CRISPR-λ mutagenesis of SARS-CoV-2 Spike-PP restore fusogenicity"
  13. # Additional information about the resource, e.g., a brief abstract.
  14. description: |
  15. Quantification of syncytia in High-Content Screening (HCS) images.
  16. # Lit of keywords the resource should be associated with.
  17. # Give as many keywords as possible, to make the resource findable.
  18. keywords:
  19. - CRISPR-λ
  20. - In vivo mutagenesis
  21. - High Content Analysis
  22. # License information for this resource. Please provide the license name and/or a link to the license.
  23. # Please add also a corresponding LICENSE file to the repository.
  24. license:
  25. name: "BSD-3-Clause"
  26. url: "https://opensource.org/license/BSD-3-Clause"
  27. ## Optional Fields
  28. # Funding information for this resource.
  29. # Separate funder name and grant number by comma.
  30. funding:
  31. - "CARITRO, 2018.256."
  32. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  33. # Please provide digital identifier (e.g., DOI) if possible.
  34. # Add a prefix to the ID, separated by a colon, to indicate the source.
  35. # Supported sources are: DOI, arXiv, PMID
  36. # In the citation field, please provide the full reference, including title, authors, journal etc.
  37. references:
  38. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  39. resourcetype: DataPaper
  40. # Do not edit or remove the following line
  41. templateversion: 1.2