Skip to content

Commit 3c6b34d

Browse files
committed
2 parents 75616bf + 603ceba commit 3c6b34d

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,32 @@ EquityStack/
4040
- Compatible with pandas, geopandas, folium, matplotlib, numpy
4141

4242
---
43+
# Generate CITATION.cff file for GitHub citation tab (for EquityStack or FieldStack)
44+
45+
citation_cff = """
46+
cff-version: 1.2.0
47+
message: "If you use this repository, please cite it using the metadata below."
48+
title: "EquityStack: Reusable Tools for Applied Data Analysis and Evaluation"
49+
authors:
50+
- family-names: "Sri Raman"
51+
given-names: "Varna"
52+
orcid: "https://orcid.org/0000-0002-XXXX-XXXX"
53+
date-released: 2024-04-18
54+
version: "1.0.0"
55+
url: "https://github.com/Varnasr/EquityStack"
56+
repository-code: "https://github.com/Varnasr/EquityStack"
57+
license: "MIT"
58+
type: "software"
59+
"""
60+
61+
citation_path = "/mnt/data/CITATION.cff"
62+
with open(citation_path, "w") as f:
63+
f.write(citation_cff)
64+
65+
citation_path
66+
67+
68+
4369

4470
## 🧭 Roadmap Snapshot
4571

0 commit comments

Comments
 (0)