datacite.yml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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: "Brian"
  9. lastname: "Jeon"
  10. affiliation: "Carnegie Mellon University"
  11. -
  12. firstname: "Sandra"
  13. lastname: "Kuhlman"
  14. affiliation: "Carnegie Mellon University"
  15. id: "ORCID:0000-0003-0450-7282"
  16. # A title to describe the published resource.
  17. title: "Dark Exposure Experiment Data"
  18. # Additional information about the resource, e.g., a brief abstract.
  19. description: |
  20. This is the experimental data set containing the neural responses used to analyze whether exposure to dark changes the stability of neurons.
  21. Data from each experimental conditions are stored in their own folders (Baseline 1, Baseline 2, Post-DE, and Recovery)
  22. Each allsignals file corresponds to data from individual mice.
  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. - Vision
  28. - Mouse
  29. # License information for this resource. Please provide the license name and/or a link to the license.
  30. # Please add also a corresponding LICENSE file to the repository.
  31. license:
  32. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  33. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  34. ## Optional Fields
  35. # Funding information for this resource.
  36. # Separate funder name and grant number by comma.
  37. funding:
  38. - "NIH, R01EY024678"
  39. - "Curci Foundation"
  40. #
  41. ##
  42. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  43. # Please provide digital identifier (e.g., DOI) if possible.
  44. # Add a prefix to the ID, separated by a colon, to indicate the source.
  45. # Supported sources are: DOI, arXiv, PMID
  46. # In the citation field, please provide the full reference, including title, authors, journal etc.
  47. references:
  48. -
  49. id: "doi::tba"
  50. reftype: "IsSupplementTo"
  51. citation: "Brian B. Jeon, Thomas Fuchs, Steven M. Chase, Sandra J. Kuhlman. Visual experience has opposing influences on the quality of stimulus representation in adult primary visual cortex. eLife"
  52. # -
  53. # id: "arxiv:mmmm.nnnn"
  54. # reftype: "IsSupplementTo"
  55. # citation: "Citation2"
  56. # -
  57. # id: "pmid:nnnnnnnn"
  58. # reftype: "IsReferencedBy"
  59. # citation: "Citation3"
  60. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  61. resourcetype: Dataset
  62. # Do not edit or remove the following line
  63. templateversion: 1.2