Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down