* 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>
16 lines
385 B
YAML
16 lines
385 B
YAML
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"
|