datacite.yml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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: "Ajayrama"
  9. lastname: "Kumaraswamy"
  10. affiliation: "Universität Konstanz, Konstanz, Germany"
  11. id: "ORCID:0000-0001-2345-6789"
  12. -
  13. firstname: "C. Giovanni"
  14. lastname: "Galizia"
  15. affiliation: "Universität Konstanz, Konstanz, Germany"
  16. id: "ResearcherID:X-1234-5678"
  17. # A title to describe the published resource.
  18. title: "Collection of Datasets for testing PyVIEW"
  19. # Additional information about the resource, e.g., a brief abstract.
  20. description: |
  21. PyView is a general purpose for analyzing calcium imaging data. These datasets can be used to do unit-testing of PyVIEW. They also serve as examples for illustrating the folder structure recommeded when using PyVIEW.
  22. # Lit of keywords the resource should be associated with.
  23. # Give as many keywords as possible, to make the resource findable.
  24. keywords:
  25. - Neuroscience
  26. - calcium imaging
  27. # License information for this resource. Please provide the license name and/or a link to the license.
  28. # Please add also a corresponding LICENSE file to the repository.
  29. license:
  30. name: "Creative Commons Attribution 4.0 International (CC BY 4.0) "
  31. url: "https://creativecommons.org/licenses/by/4.0/"
  32. ## Optional Fields
  33. # Funding information for this resource.
  34. # Separate funder name and grant number by comma.
  35. # funding:
  36. # - "DFG, AB1234/5-6"
  37. # - "EU, EU.12345"
  38. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  39. # Please provide digital identifier (e.g., DOI) if possible.
  40. # Add a prefix to the ID, separated by a colon, to indicate the source.
  41. # Supported sources are: DOI, arXiv, PMID
  42. # In the citation field, please provide the full reference, including title, authors, journal etc.
  43. # references:
  44. # -
  45. # id: "doi:10.xxx/zzzz"
  46. # reftype: "IsSupplementTo"
  47. # citation: "Citation1"
  48. # -
  49. # id: "arxiv:mmmm.nnnn"
  50. # reftype: "IsSupplementTo"
  51. # citation: "Citation2"
  52. # -
  53. # id: "pmid:nnnnnnnn"
  54. # reftype: "IsReferencedBy"
  55. # citation: "Citation3"
  56. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  57. resourcetype: Dataset
  58. # Do not edit or remove the following line
  59. templateversion: 1.2