Skip to content

Commit

Permalink
add citation file
Browse files Browse the repository at this point in the history
  • Loading branch information
jadeddelta committed Jan 8, 2025
1 parent c0c621c commit e2f0ef0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packages/plugin-headphone-check/CITATIONS.cff
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions packages/plugin-headphone-check/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ const info = <const>{
},
},
},
// prettier-ignore
citations: '__CITATIONS__',
};

type Info = typeof info;
Expand Down

0 comments on commit e2f0ef0

Please sign in to comment.