whbrewer commited on
Commit
07dcce2
·
verified ·
1 Parent(s): 04b3e8e

Update bibtex citation

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -85,12 +85,14 @@ Features have been normalized using z-score normalization.
85
  If you use this dataset, please cite:
86
 
87
  ```bibtex
88
- @misc{setgo_dataset,
89
- title={Daily 10km Smoke PM2.5 Predictions},
90
- author={Marissa Childs and Jessica Li},
91
- doi={10.7910/DVN/DJVMTV},
92
- year={2025},
93
- publisher={Hugging Face},
94
- howpublished={\url{https://huggingface.co/datasets/whbrewer/smoke-pm}}
 
 
95
  }
96
  ```
 
85
  If you use this dataset, please cite:
86
 
87
  ```bibtex
88
+ @dataset{childs2024wildfirepm25,
89
+ author = {Childs, Marissa and Li, Jessica and Wen, Jeffrey and Heft-Neal, Sam and Driscoll, Anne and Wang, Sherrie and Gould, Carlos and Qiu, Minghao and Burney, Jennifer and Burke, Marshall},
90
+ title = {Daily local-level estimates of ambient wildfire smoke PM2.5 for the contiguous US},
91
+ year = {2024},
92
+ version = {V1},
93
+ publisher = {Harvard Dataverse},
94
+ doi = {10.7910/DVN/DJVMTV},
95
+ url = {https://doi.org/10.7910/DVN/DJVMTV},
96
+ note = {UNF:6:F8qjyHrmAWW3JxnlUNRSxQ==}
97
  }
98
  ```