Skip to content

Commit 4721920

Browse files
authored
Update README.md
Signed-off-by: Varna Sri Raman <107885988+Varnasr@users.noreply.github.com>
1 parent 3c6b34d commit 4721920

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

README.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -40,32 +40,6 @@ 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-
6943

7044
## 🧭 Roadmap Snapshot
7145

0 commit comments

Comments
 (0)