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:
15
CITATION.cff
Normal file
15
CITATION.cff
Normal 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"
|
||||
Reference in New Issue
Block a user