From 599510711cb7bfe55b59c5ffae4b656c7beb980f Mon Sep 17 00:00:00 2001 From: Dirk Groeneveld Date: Tue, 27 Jul 2021 17:21:58 -0700 Subject: [PATCH 1/5] Create CITATION.cff --- CITATION.cff | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000000..8648f2f63ec --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,62 @@ +# YAML 1.2 +--- +authors: + - + affiliation: "Allen Institute for Artificial Intelligence" + family-names: Gardner + given-names: Matt + - + affiliation: "Allen Institute for Artificial Intelligence" + family-names: Grus + given-names: Joel + - + affiliation: "Allen Institute for Artificial Intelligence" + family-names: Neumann + given-names: Mark + - + affiliation: "Allen Institute for Artificial Intelligence" + family-names: Tafjord + given-names: Oyvind + - + affiliation: "Allen Institute for Artificial Intelligence" + family-names: Design + given-names: Pradeep + - + affiliation: "Allen Institute for Artificial Intelligence" + family-names: Liu + given-names: Nelson + - + affiliation: "Allen Institute for Artificial Intelligence" + family-names: Peters + given-names: Matthew + - + affiliation: "Allen Institute for Artificial Intelligence" + family-names: Roof + given-names: Brendan + - + affiliation: "Allen Institute for Artificial Intelligence" + family-names: Schmitz + given-names: Michael + - + affiliation: "Allen Institute for Artificial Intelligence" + family-names: Groeneveld + given-names: Dirk + - + affiliation: "Allen Institute for Artificial Intelligence" + family-names: Bhagia + given-names: Akshita + - + affiliation: "Allen Institute for Artificial Intelligence" + family-names: Walsh + given-names: Pete + - + affiliation: "Allen Institute for Artificial Intelligence" + family-names: Zettlemoyer + given-names: Luke +cff-version: "1.1.0" +license: "Apache-2.0" +message: "If you use this software, please cite it using this metadata." +repository-code: "https://github.com/allenai/allennlp" +title: AllenNLP +version: "2.6.0" +... From b2cf9174e1285d9aa1a4bae76823ccfb4d51cbde Mon Sep 17 00:00:00 2001 From: Dirk Groeneveld Date: Tue, 27 Jul 2021 17:26:38 -0700 Subject: [PATCH 2/5] ... in order of appearance --- CITATION.cff | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 8648f2f63ec..913c95594dd 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -41,14 +41,14 @@ authors: affiliation: "Allen Institute for Artificial Intelligence" family-names: Groeneveld given-names: Dirk - - - affiliation: "Allen Institute for Artificial Intelligence" - family-names: Bhagia - given-names: Akshita - affiliation: "Allen Institute for Artificial Intelligence" family-names: Walsh given-names: Pete + - + affiliation: "Allen Institute for Artificial Intelligence" + family-names: Bhagia + given-names: Akshita - affiliation: "Allen Institute for Artificial Intelligence" family-names: Zettlemoyer From e09d69e50cbf04910031f6909e09d5c047d71e7a Mon Sep 17 00:00:00 2001 From: Dirk Groeneveld Date: Tue, 27 Jul 2021 17:27:17 -0700 Subject: [PATCH 3/5] Damn you autocorrect --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 913c95594dd..8b5b118d237 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -19,7 +19,7 @@ authors: given-names: Oyvind - affiliation: "Allen Institute for Artificial Intelligence" - family-names: Design + family-names: Dasigi given-names: Pradeep - affiliation: "Allen Institute for Artificial Intelligence" From 0881296cdf2b09c9a56d95e7d61c3a9ba6f5c352 Mon Sep 17 00:00:00 2001 From: Dirk Groeneveld Date: Wed, 28 Jul 2021 10:25:02 -0700 Subject: [PATCH 4/5] Include DOI, try to match the paper properly --- CITATION.cff | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 8b5b118d237..12d71e73758 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -29,26 +29,10 @@ authors: affiliation: "Allen Institute for Artificial Intelligence" family-names: Peters given-names: Matthew - - - affiliation: "Allen Institute for Artificial Intelligence" - family-names: Roof - given-names: Brendan - affiliation: "Allen Institute for Artificial Intelligence" family-names: Schmitz given-names: Michael - - - affiliation: "Allen Institute for Artificial Intelligence" - family-names: Groeneveld - given-names: Dirk - - - affiliation: "Allen Institute for Artificial Intelligence" - family-names: Walsh - given-names: Pete - - - affiliation: "Allen Institute for Artificial Intelligence" - family-names: Bhagia - given-names: Akshita - affiliation: "Allen Institute for Artificial Intelligence" family-names: Zettlemoyer @@ -57,6 +41,7 @@ cff-version: "1.1.0" license: "Apache-2.0" message: "If you use this software, please cite it using this metadata." repository-code: "https://github.com/allenai/allennlp" -title: AllenNLP +title: "AllenNLP: A Deep Semantic Natural Language Processing Platform" version: "2.6.0" +doi: "10.18653/v1/W18-2501" ... From 872805b46cca09eab958a8f0f80de8587c3e2b8f Mon Sep 17 00:00:00 2001 From: Dirk Groeneveld Date: Wed, 28 Jul 2021 10:29:49 -0700 Subject: [PATCH 5/5] Include reference to CITATION.cff in the release process --- RELEASE_PROCESS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index fe05e42a020..48f51da2b52 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md @@ -31,6 +31,8 @@ to `git@github.com:allenai/allennlp.git` (or the `HTTPS` equivalent). 3. Update the `CHANGELOG.md` so that everything under the "Unreleased" section is now under a section corresponding to this release. +4. Update the `CITATION.cff` file to refer to the right version. + 4. Commit and push these changes with: ```