datacite.yml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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: "Dominik Florian"
  9. lastname: "Aschauer"
  10. affiliation: "JGU Mainz"
  11. id: "ORCID:0000-0002-2600-999X"
  12. -
  13. firstname: "Jens-Bastian"
  14. lastname: "Eppler"
  15. affiliation: "FIAS Frankfurt"
  16. id: "ORCID:0000-0003-4288-0918"
  17. # A title to describe the published resource.
  18. title: "Chronic in vivo calcium imaging dataset of neuronal populations in the auditory cortex of passively listening mice. Baseline and auditory cued fear conditioning cohorts."
  19. # Additional information about the resource, e.g., a brief abstract.
  20. description: |
  21. In this repository is a dataset of chronically imaged neuronal populations in the auditory cortex of mice being exposed to a set of short sound stimuli.
  22. The imaging was performed on four timepoints two days apart each over the course of seven days.
  23. Two different experimental conditions, one cohort was imaged under baseline conditions without any behavioral manipulations.
  24. The other cohort was imaged with an auditory cued fear conditioning session in between the second and third imaging time point.
  25. Image time series are two-channel images, channel one is histone fused mCherry (red fluorescent protein), H2B::mCherry.
  26. Channel two is GCaMP6m, green fluorescent genetically encoded calcium indicator.
  27. # Lit of keywords the resource should be associated with.
  28. # Give as many keywords as possible, to make the resource findable.
  29. keywords:
  30. - Neuroscience
  31. - Auditory
  32. - Mouse
  33. - Two-Photon
  34. - Calcium Imaging
  35. - Chronic
  36. - Basal Conditions
  37. - Fear Conditioning
  38. - Learning
  39. # License information for this resource. Please provide the license name and/or a link to the license.
  40. # Please add also a corresponding LICENSE file to the repository.
  41. license:
  42. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  43. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  44. ## Optional Fields
  45. # Funding information for this resource.
  46. # Separate funder name and grant number by comma.
  47. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  48. # Please provide digital identifier (e.g., DOI) if possible.
  49. # Add a prefix to the ID, separated by a colon, to indicate the source.
  50. # Supported sources are: DOI, arXiv, PMID
  51. # In the citation field, please provide the full reference, including title, authors, journal etc.
  52. references:
  53. -
  54. id: "doi:10.xxx/zzzz"
  55. reftype: "IsSupplementTo"
  56. citation: "Citation1"
  57. -
  58. id: "arxiv:mmmm.nnnn"
  59. reftype: "IsSupplementTo"
  60. citation: "Citation2"
  61. -
  62. id: "pmid:nnnnnnnn"
  63. reftype: "IsReferencedBy"
  64. citation: "Citation3"
  65. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  66. resourcetype: Dataset
  67. # Do not edit or remove the following line
  68. templateversion: 1.2