From e2f0ef0192309744859275a86521153cfb4d8532 Mon Sep 17 00:00:00 2001 From: jade <101148768+jadeddelta@users.noreply.github.com> Date: Wed, 8 Jan 2025 10:53:30 -0700 Subject: [PATCH] add citation file --- packages/plugin-headphone-check/CITATIONS.cff | 21 +++++++++++++++++++ packages/plugin-headphone-check/src/index.ts | 2 ++ 2 files changed, 23 insertions(+) create mode 100644 packages/plugin-headphone-check/CITATIONS.cff diff --git a/packages/plugin-headphone-check/CITATIONS.cff b/packages/plugin-headphone-check/CITATIONS.cff new file mode 100644 index 00000000..f1a7323b --- /dev/null +++ b/packages/plugin-headphone-check/CITATIONS.cff @@ -0,0 +1,21 @@ +cff-version: 1.2.0 +title: >- + Headphone screening to facilitate web-based auditory + experiments +message: >- + If you use this plugin, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Kevin J. P. + family-names: Woods + orcid: 'https://orcid.org/0000-0003-3981-9235' + - given-names: Max H. + family-names: Siegel + - given-names: James + family-names: Traer + - given-names: Josh H. + family-names: McDermott +identifiers: + - type: doi + value: 10.3758/s13414-017-1361-2 \ No newline at end of file diff --git a/packages/plugin-headphone-check/src/index.ts b/packages/plugin-headphone-check/src/index.ts index 1031db94..c7dfa2b2 100644 --- a/packages/plugin-headphone-check/src/index.ts +++ b/packages/plugin-headphone-check/src/index.ts @@ -135,6 +135,8 @@ const info = { }, }, }, + // prettier-ignore + citations: '__CITATIONS__', }; type Info = typeof info;