Update README.md
Browse files
README.md
CHANGED
|
@@ -72,14 +72,22 @@ rankings = generate_priority_ranking(verbose=True)
|
|
| 72 |
## Citation
|
| 73 |
|
| 74 |
```bibtex
|
| 75 |
-
@
|
| 76 |
-
author
|
| 77 |
-
title
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
|
|
|
| 81 |
}
|
| 82 |
```
|
| 83 |
|
| 84 |
-
Also cite
|
| 85 |
-
`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
## Citation
|
| 73 |
|
| 74 |
```bibtex
|
| 75 |
+
@dataset{fairhealth_pdna_2026,
|
| 76 |
+
author = {Yesmin, Farjana and Akter, Romana},
|
| 77 |
+
title = {Bangladesh Flood PDNA 2022 Research Dataset},
|
| 78 |
+
year = {2026},
|
| 79 |
+
publisher = {Hugging Face},
|
| 80 |
+
doi = {10.57967/hf/8799},
|
| 81 |
+
url = {https://huggingface.co/datasets/fairhealth/bangladesh-flood-pdna-2022}
|
| 82 |
}
|
| 83 |
```
|
| 84 |
|
| 85 |
+
Also cite:
|
| 86 |
+
```bibtex
|
| 87 |
+
@inproceedings{yesmin2026ccai,
|
| 88 |
+
author = {Yesmin, Farjana and Akter, Romana},
|
| 89 |
+
title = {Toward Equitable Recovery: A Fairness-Aware AI Framework},
|
| 90 |
+
note = {CCAI 2026, IEEE, Nanjing. Oral. arXiv:2512.22210},
|
| 91 |
+
year = {2026}
|
| 92 |
+
}
|
| 93 |
+
```
|