From 8b82b04a0b9e696c0e83f8b2f00e5d7be6888c79 Mon Sep 17 00:00:00 2001 From: Waylon Jepsen <57912727+0xJepsen@users.noreply.github.com> Date: Tue, 3 May 2022 08:50:37 -0600 Subject: [PATCH] Create CITATION.cff (#154) * Create CITATION.cff I want to cite this Github repository in some research papers I am writing. A `CITATION.cff` auto generates citations for anyone who may want to reference this repository in their work. See the (docs)[https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files]. I have drafted this to include the authors of the repository if you desire any changes, please make them. Thank you. * Update CITATION.cff Co-authored-by: Noah Zinsmeister --- CITATION.cff | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 000000000..50625d888 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,15 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Zinsmeister" + given-names: "Noah" +- family-names: "Adams" + given-names: "Hayden" +- family-names: "Robinson" + given-names: "Dan" +- family-names: "Salem" + given-names: "Moody" +title: "v2-core" +version: 1.0.1 +date-released: 2019-05-03 +url: "https://github.com/Uniswap/v2-core"