datacite.yml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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: "Annika"
  9. lastname: "Vohn"
  10. affiliation: "University Hospital Cologne"
  11. -
  12. firstname: "Ann-Sophie"
  13. lastname: "Benz"
  14. affiliation: "University Hospital Cologne"
  15. -
  16. firstname: "Markus"
  17. lastname: "Aswendt"
  18. affiliation: 'University Hospital Cologne'
  19. id: "ORCID:0000-0003-1423-0934"
  20. # A title to describe the published resource.
  21. title: "Atlas and test images required for AIDAhisto"
  22. # Additional information about the resource, e.g., a brief abstract.
  23. description: |
  24. Contains mouse spinal cord and brain atlas files
  25. derived from the Allen Mouse Brain Atlas and test images required for processing immunostainings with AIDAhisto.
  26. # Lit of keywords the resource should be associated with.
  27. # Give as many keywords as possible, to make the resource findable.
  28. keywords:
  29. - Neuroscience
  30. - Atlas registration
  31. - Cell counting
  32. - Mouse brain
  33. - Mouse spinal cord
  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: "CC BY-NC-SA 4.0"
  38. url: "https://creativecommons.org/licenses/by-nc-sa/4.0/"
  39. ## Optional Fields
  40. # Funding information for this resource.
  41. # Separate funder name and grant number by comma.
  42. funding:
  43. - "Friebe Foundation, T0498/28960/16"
  44. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  45. # Please provide digital identifier (e.g., DOI) if possible.
  46. # Add a prefix to the ID, separated by a colon, to indicate the source.
  47. # Supported sources are: DOI, arXiv, PMID
  48. # In the citation field, please provide the full reference, including title, authors, journal etc.
  49. references:
  50. -
  51. id: "doi:10.1016/j.jneumeth.2019.108394"
  52. reftype: "IsSupplementTo"
  53. citation: "Pallast N, Wieters F, Fink GR, Aswendt M. Atlas-based imaging data analysis tool for quantitative mouse brain histology (AIDAhisto). J Neurosci Methods. 2019 Oct 1;326:108394. doi: 10.1016/j.jneumeth.2019.108394. Epub 2019 Aug 12. PMID: 31415844."
  54. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  55. resourcetype: Dataset
  56. # Do not edit or remove the following line
  57. templateversion: 1.2