datacite.yml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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: "Tim"
  9. lastname: "Hladnik"
  10. affiliation: "Systems Neurobiology, Werner Reichard Center for Integrative Neurobiology, University of Tuebingen, 72076 Tuebingen, Germany"
  11. id: "ORCID:0000-0001-9325-2087"
  12. -
  13. firstname: "Jan"
  14. lastname: "Grewe"
  15. affiliation: "Institute for Neurobiology, Eberhardt Karls University of Tuebingen, 72076 Tuebingen, Germany"
  16. id: "ORCID:0000-0002-6254-2425"
  17. # A title to describe the published resource.
  18. title: "Receptive field sizes and neuronal encoding bandwidth are constrained by axonal conduction delays"
  19. # Additional information about the resource, e.g., a brief abstract.
  20. description: |
  21. Data and code to analyze the experimental data and to create the figures that are contained in the paper submitted to PLoS Computational Biology.
  22. Data originate from p-type electroreceptor afferents recorded in the weakly electric fish Apteronotus leptorhynchus. Raw data is stored in the open NIX format. Refer to the README file for further information.
  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. - Population coding
  28. - heterogeneity
  29. - electric sense
  30. - electroreceptors
  31. - P-unit
  32. - mututal information
  33. # License information for this resource. Please provide the license name and/or a link to the license.
  34. # Please add also a corresponding LICENSE file to the repository.
  35. license:
  36. name: "Creative Commons CC BY 4.0"
  37. url: "https://creativecommons.org/licenses/by/4.0/"
  38. ## Optional Fields
  39. # Funding information for this resource.
  40. # Separate funder name and grant number by comma.
  41. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  42. # Please provide digital identifier (e.g., DOI) if possible.
  43. # Add a prefix to the ID, separated by a colon, to indicate the source.
  44. # Supported sources are: DOI, arXiv, PMID
  45. # In the citation field, please provide the full reference, including title, authors, journal etc.
  46. references:
  47. -
  48. id: "doi:10.1101/2023.01.15.524163"
  49. reftype: "IsSupplementTo"
  50. citation: "T. Hladnik and J. Grewe, Receptive field sizes and neuronal encoding bandwidth are constrained by axonal conduction delays, bioRxiv 2023.01.15.524163"
  51. -
  52. id: "tba"
  53. reftype: "IsSupplementTo"
  54. citation: "T. Hladnik and J. Grewe, Receptive field sizes and neuronal encoding bandwidth are constrained by axonal conduction delays, PLoS Computational Biology, submitted"
  55. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  56. resourcetype: Dataset
  57. # Do not edit or remove the following line
  58. templateversion: 1.2