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 <noahwz@gmail.com>
This commit is contained in:
Waylon Jepsen
2022-05-03 08:50:37 -06:00
committed by GitHub
parent 4dd59067c7
commit 8b82b04a0b

15
CITATION.cff Normal file
View File

@ -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"