Skip to content

Commit f63178f

Browse files
committed
Misc
1 parent 1fb1ca2 commit f63178f

File tree

2 files changed

+27
-11
lines changed

2 files changed

+27
-11
lines changed

CITATION.cff

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
cff-version: 1.2.0
2-
message: "If you use this software, please cite it as below."
2+
message: "If you use this repository, please cite it as below."
33
title: "EquityStack: Reusable Tools for Applied Data Analysis and Evaluation"
4-
version: "1.0"
5-
doi: "10.5281/zenodo.<YOUR_DOI>"
4+
version: "1.0.0"
5+
doi: "10.5281/zenodo.15249477"
6+
date-released: 2025-04-20
67
authors:
7-
- family-names: "Sri Raman"
8-
given-names: "Varna"
9-
date-released: "2025-04-19"
8+
- family-names: Sri Raman
9+
given-names: Varna
10+
orcid: "https://orcid.org/0000-0000-0000-0000"
11+
affiliation: "Independent Development Economist"
12+
license: MIT
1013
repository-code: "https://github.com/Varnasr/EquityStack"
14+
url: "https://doi.org/10.5281/zenodo.15249477"

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ EquityStack/
3131
## 📘 What’s Inside
3232

3333
- **Easy‑to‑use scripts (`.py`)** for cleaning, validating, and transforming your data
34-
- **Jupyter & Quarto notebooks** showcasing real‑world examplesfrom exploratory analysis to modeling
34+
- **Jupyter & Quarto notebooks** showcasing real‑world examplesfrom exploratory analysis to modeling
3535
- **Spatial mapping tools** powered by `geopandas` and `folium` to visualize health & access indices
3636
- **Survey & WEE analyses** with clear, commented code you can adapt to your own projects
3737
- **Dashboard‑ready workflows** that reshape data (wide ↔ long) and export clean CSVs
@@ -42,7 +42,7 @@ EquityStack/
4242
## 🧭 Roadmap Snapshot
4343

4444
> **v1.0:** Clean modular structure, core domain helpers, spatial & social‑sector tools, and automated tests
45-
> 🚀 **v1.1+:** Interactive dashboards, NLP utilities, integration with real datasets, multi‑language support
45+
> 🚀 **v1.1+:** Interactive dashboards, NLP utilities, integration with real datasets, multi‑language support
4646
4747
For the full details on upcoming features, check out [ROADMAP.md](./ROADMAP.md).
4848

@@ -56,23 +56,35 @@ I love feedback and contributions! Reach out anytime:
5656
- 🌐 Website: [varnasr.github.io](https://varnasr.github.io)
5757
- 💼 LinkedIn: [Varna Sri Raman](https://www.linkedin.com/in/varna)
5858

59-
Or just open an issue or PR here on GitHubI’m always happy to collaborate.
59+
Or just open an issue or PR here on GitHubI’m always happy to collaborate.
6060

6161
---
6262

6363
## 📑 Citation
6464

6565
If **EquityStack** helps your work, please cite:
6666

67-
> Sri Raman, V. (2025). _EquityStack: Reusable Tools for Applied Data Analysis and Evaluation_. GitHub. https://github.com/Varnasr/EquityStack
67+
> Sri Raman, V. (2025). *EquityStack: Reusable Tools for Applied Data Analysis and Evaluation*. Zenodo. https://doi.org/10.5281/zenodo.15249477
68+
69+
**BibTeX**
70+
```bibtex
71+
@software{sriraman_equitystack_2025,
72+
author = {Varna Sri Raman},
73+
title = {EquityStack: Reusable Tools for Applied Data Analysis and Evaluation},
74+
year = 2025,
75+
publisher = {Zenodo},
76+
doi = {10.5281/zenodo.15249477},
77+
url = {https://doi.org/10.5281/zenodo.15249477}
78+
}
79+
```
6880

6981
---
7082

7183
## 📊 Repository Status & Metadata
7284

7385
[![License: MIT](https://img.shields.io/badge/License-MIT-blue?label=license)](LICENSE)
7486
[![Build Status](https://github.com/Varnasr/EquityStack/actions/workflows/ci.yml/badge.svg)](https://github.com/Varnasr/EquityStack/actions)
75-
[![Zenodo DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.<YOUR_DOI>.svg)](https://doi.org/10.5281/zenodo.<YOUR_DOI>)
87+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.15249477.svg)](https://doi.org/10.5281/zenodo.15249477)
7688
[![Maintained](https://img.shields.io/badge/maintained-yes-brightgreen?label=2025)]()
7789

7890
---

0 commit comments

Comments
 (0)