diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..9f7eae5a --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,35 @@ +cff-version: 1.2.0 +message: If you use Frontend for the DataCite Commons service in your work, please + cite it using the following metadata +doi: https://doi.org/10.14454/qgk4-zs88 +repository-code: https://github.com/datacite/akita +title: Frontend for the DataCite Commons service +authors: +- given-names: Martin + family-names: Fenner + orcid: https://orcid.org/0000-0003-1419-2405 + affiliation: DataCite +- given-names: Richard + family-names: Hallett + orcid: https://orcid.org/0000-0002-8599-0773 + affiliation: DataCite +- given-names: Kristian + family-names: Garza + orcid: https://orcid.org/0000-0003-3484-6875 + affiliation: DataCite +- given-names: Sarala + family-names: Wimalaratne + orcid: https://orcid.org/0000-0002-5355-2576 + affiliation: DataCite +abstract: The web frontend for the DataCite Commons discovery service. +version: 1.0.4 +keywords: +- PID Graph +- GraphQL +- DOI +- ORCID +- ROR +- PID +- 'FOS: Computer and information sciences' +date-released: '2020-10-18' +license: mit diff --git a/yarn.lock b/yarn.lock index e89add00..566a43b5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8784,9 +8784,9 @@ punycode@^2.1.0, punycode@^2.1.1: integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== qs@~6.5.2: - version "6.5.2" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" - integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== + version "6.5.3" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad" + integrity sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA== querystring-es3@0.2.1, querystring-es3@^0.2.0, querystring-es3@~0.2.0: version "0.2.1"