datacite.yml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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: "F. P."
  9. lastname: "Spitzner"
  10. affiliation: "Max Planck Institute for Dynamics and Self-Organization"
  11. id: "ORCID:0000-0001-9774-4572"
  12. # A title to describe the published resource.
  13. title: "MR Estimator Triallength Dependence"
  14. # Additional information about the resource, e.g., a brief abstract.
  15. description: |
  16. Resources needed to produce Fig. 4 of the article.
  17. # Lit of keywords the resource should be associated with.
  18. # Give as many keywords as possible, to make the resource findable.
  19. keywords:
  20. - neuroscience
  21. - intrinsic timescale
  22. - branching parameter
  23. - autocorrelation time
  24. - subsampling
  25. # License information for this resource. Please provide the license name and/or a link to the license.
  26. # Please add also a corresponding LICENSE file to the repository.
  27. license:
  28. name: "CC-BY"
  29. url: "http://creativecommons.org/licenses/by/4.0/"
  30. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  31. # Please provide digital identifier (e.g., DOI) if possible.
  32. # Add a prefix to the ID, separated by a colon, to indicate the source.
  33. # Supported sources are: DOI, arXiv, PMID
  34. # In the citation field, please provide the full reference, including title, authors, journal etc.
  35. references:
  36. -
  37. id: "arXiv:2007.03367"
  38. reftype: "IsReferencedBy"
  39. citation: "MR. Estimator, a toolbox to determine intrinsic timescales from subsampled spiking activity"
  40. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  41. resourcetype: Dataset
  42. # Do not edit or remove the following line
  43. templateversion: 1.2