datacite.yml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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-7928-877X"
  12. -
  13. firstname: "C. Giovanni"
  14. lastname: "Galizia"
  15. affiliation: "Universität Konstanz, Konstanz, Germany"
  16. id: "ORCID:0000-0001-8292-6031"
  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. These datasets can be used for unit-testing PyVIEW, which is a general purpose tool for analyzing calcium imaging data. The datasets also serve as examples for illustrating the folder structure recommeded when using PyVIEW.
  22. PyVIEW is here: https://github.com/galizia-lab/pyview
  23. # Lit of keywords the resource should be associated with.
  24. # Give as many keywords as possible, to make the resource findable.
  25. keywords:
  26. - Neuroscience
  27. - calcium imaging
  28. # License information for this resource. Please provide the license name and/or a link to the license.
  29. # Please add also a corresponding LICENSE file to the repository.
  30. license:
  31. name: "Creative Commons Attribution 4.0 International (CC BY 4.0) "
  32. url: "https://creativecommons.org/licenses/by/4.0/"
  33. ## Optional Fields
  34. # Funding information for this resource.
  35. # Separate funder name and grant number by comma.
  36. funding:
  37. - "Federal Ministry of Education and Research (BMBF) as part of the Excellence Strategy of the German Federal and State Governments"
  38. - "Baden-Württemberg Ministry of Science as part of the Excellence Strategy of the German Federal and State Governments"
  39. # - "DFG, AB1234/5-6"
  40. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  41. # Please provide digital identifier (e.g., DOI) if possible.
  42. # Add a prefix to the ID, separated by a colon, to indicate the source.
  43. # Supported sources are: DOI, arXiv, PMID
  44. # In the citation field, please provide the full reference, including title, authors, journal etc.
  45. # references:
  46. # -
  47. # id: "doi:10.xxx/zzzz"
  48. # reftype: "IsSupplementTo"
  49. # citation: "Citation1"
  50. # -
  51. # id: "arxiv:mmmm.nnnn"
  52. # reftype: "IsSupplementTo"
  53. # citation: "Citation2"
  54. # -
  55. # id: "pmid:nnnnnnnn"
  56. # reftype: "IsReferencedBy"
  57. # citation: "Citation3"
  58. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  59. resourcetype: Dataset
  60. # Do not edit or remove the following line
  61. templateversion: 1.2