datacite.yml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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: "Frank"
  9. lastname: "Michler"
  10. affiliation: "Philipps-Universität Marburg"
  11. -
  12. firstname: "Sebastian Thomas"
  13. lastname: "Philipp"
  14. # A title to describe the published resource.
  15. title: "ObjSim"
  16. # Additional information about the resource, e.g., a brief abstract.
  17. description: |
  18. C++ library for simulating spiking neural networks.
  19. # Lit of keywords the resource should be associated with.
  20. # Give as many keywords as possible, to make the resource findable.
  21. keywords:
  22. - Neuroscience
  23. - Spiking Neural Networks
  24. - Topographic Maps
  25. - Object Recognition
  26. # License information for this resource. Please provide the license name and/or a link to the license.
  27. # Please add also a corresponding LICENSE file to the repository.
  28. license:
  29. name: "X11 License"
  30. url: "https://spdx.org/licenses/X11.html"
  31. ## Optional Fields
  32. # Funding information for this resource.
  33. # Separate funder name and grant number by comma.
  34. funding:
  35. - "DFG, EC 53/11"
  36. - "DFG, DFG.5471310"
  37. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  38. # Please provide digital identifier (e.g., DOI) if possible.
  39. # Add a prefix to the ID, separated by a colon, to indicate the source.
  40. # Supported sources are: DOI, arXiv, PMID
  41. references:
  42. -
  43. id: "doi:10.1152/jn.90651.2008"
  44. reftype: "IsSupplementTo"
  45. name: "Michler F, Eckhorn R, Wachtler T (2009): Using Spatiotemporal Correlations to Learn Topographic Maps for Invariant Object Recognition. J Neurophysiol
  46. 102:953-64."
  47. -
  48. id: "doi:10.1007/11829898_3"
  49. reftype: "IsSupplementTo"
  50. name: "Michler F, Wachtler T, Eckhorn R (2006): Adaptive Feedback Inhibition Improves Pattern Discrimination Learning. Lecture Notes in Artificial Intelligence
  51. 4087:21-32."
  52. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  53. resourcetype: Software