datacite.yml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Required fields
  2. # The main researchers involved working on the resource,
  3. # or the authors of the publication in priority order.
  4. # May be a corporate/institutional or personal name.
  5. # Include digital identifier (e.g., ORCID) if possible
  6. authors:
  7. -
  8. firstname: "Elliot"
  9. lastname: "Layden"
  10. affiliation: "Psychology, The University of Chicago"
  11. id: "https://orcid.org/0000-0002-7365-1985"
  12. # A name or title to describe the published resource.
  13. title: "N-Back for Matlab"
  14. # Any additional information. It is best practice to supply a description for the resource.
  15. description: |
  16. An implementation of the dual n-back task for Matlab.
  17. N-back is widely used as a cognitive psychology task
  18. to measure and/or train working memory.
  19. # List of keywords the resource should be associated with.
  20. keywords:
  21. - n-back
  22. - dual n-back
  23. - working memory
  24. - memory training
  25. - psychology
  26. # Any rights information for this resource. Please provide both a license name and a link to the license.
  27. # Please add also a LICENSE file to the repository
  28. license:
  29. name: "CC BY-SA 4.0"
  30. url: "https://creativecommons.org/licenses/by-sa/4.0/"
  31. # Type of the data in this repository (Dataset, Model, Software, Other see
  32. # https://schema.datacite.org/meta/kernel-4.1/doc/DataCite-MetadataKernel_v4.1.pdf
  33. # for examples
  34. dtype: Software