datacite.yml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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: Davide
  9. lastname: Crombie
  10. affiliation: 'LMU Munich'
  11. id: ORCID:0000-0003-3424-3249
  12. -
  13. firstname: Martin
  14. lastname: Spacek
  15. affiliation: 'LMU Munich'
  16. id: "ORCID:0000-0002-9519-3284"
  17. -
  18. firstname: "Christian"
  19. lastname: "Leibold"
  20. affiliation: "Albert-Ludwigs-Universität Freiburg"
  21. id: "ORCID:0000-0002-4859-8000"
  22. -
  23. firstname: "Laura"
  24. lastname: "Busse"
  25. affiliation: "LMU Munich"
  26. id: "ORCID:0000-0002-6127-7754"
  27. # A title to describe the published resource.
  28. title: "Spiking activity in the visual thalamus is coupled to pupil dynamics across temporal scales"
  29. # Additional information about the resource, e.g., a brief abstract.
  30. description: "Data and Python code for regenerating plots in Crombie, D., Spacek, M.A., Leibold, C.*, Busse, L.*, (accepted). Spiking activity in the visual thalamus is coupled to pupil dynamics across temporal scales. PLoS Biology. [* shared senior authors]. DOI: 10.1371/journal.pbio.3002614"
  31. # Lit of keywords the resource should be associated with.
  32. # Give as many keywords as possible, to make the resource findable.
  33. keywords:
  34. - Neuroscience
  35. - Vision
  36. - Thalamus
  37. - EMD
  38. - Pupil
  39. - Arousal
  40. - Timescales
  41. # License information for this resource. Please provide the license name and/or a link to the license.
  42. # Please add also a corresponding LICENSE file to the repository.
  43. license:
  44. name: "Creative Commons Attribution 4.0 International Public License"
  45. url: "https://creativecommons.org/licenses/by/4.0/"
  46. ## Optional Fields
  47. # Funding information for this resource.
  48. # Separate funder name and grant number by comma.
  49. funding:
  50. - 'DFG, RTG 2175, Perception in context and its neural basis'
  51. - 'DFG, SFB 1233, TP 13 project number 276693517'
  52. - 'DFG, SFB 870, TP 19 project number 118803580'
  53. - "LMU Munich, TU Munich and the Bavarian Ministry for Science and Art, ONE Munich Strategy Forum grant"
  54. - "Volkswagen Foundation, SmartStart program of the Bernstein Network for Computational Neuroscience"
  55. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  56. # Please provide digital identifier (e.g., DOI) if possible.
  57. # Add a prefix to the ID, separated by a colon, to indicate the source.
  58. # Supported sources are: DOI, arXiv, PMID
  59. # In the citation field, please provide the full reference, including title, authors, journal etc.
  60. references:
  61. -
  62. id: "doi:10.1371/journal.pbio.3002614"
  63. reftype: "IsSupplementTo"
  64. citation: "Crombie, D., Spacek, M.A., Leibold, C.*, Busse, L.*, (accepted). Spiking activity in the visual thalamus is coupled to pupil dynamics across temporal scales. PLoS Biology. [* shared senior authors]"
  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