xhagrg commited on
Commit
a4cb802
1 Parent(s): c86b65d

Update README to include bibtex.

Browse files

Add bibtex, DOI and author list needs to be updated.

Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -41,5 +41,18 @@ The experiment by running the mmseg stack for 50 epochs using the above config l
41
  ### Inference and demo
42
  The github repo includes an inference script that allows to run the burn scar model for inference on HLS images. These input have to be geotiff format, including the channels described above (Blue, Green, Red, Narrow NIR, SWIR, SWIR 2) in reflectance units [0-1]. There is also a **demo** that leverages the same code **[here](https://huggingface.co/spaces/ibm-nasa-geospatial/Prithvi-100M-Burn-scars-demo)**.
43
 
44
-
45
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  ### Inference and demo
42
  The github repo includes an inference script that allows to run the burn scar model for inference on HLS images. These input have to be geotiff format, including the channels described above (Blue, Green, Red, Narrow NIR, SWIR, SWIR 2) in reflectance units [0-1]. There is also a **demo** that leverages the same code **[here](https://huggingface.co/spaces/ibm-nasa-geospatial/Prithvi-100M-Burn-scars-demo)**.
43
 
44
+ ### Citation
45
+ ## Citation
46
+
47
+ If this model helped your research, please cite `Prithvi-100M-burn-scar` in your publications. Here is an example BibTeX entry:
48
+
49
+ ```
50
+ @misc{Prithvi-100M-burn-scar,
51
+ author = {Roy, Sujit and Phillips, Christopher and Ramachandran, Rahul},
52
+ doi = {https://huggingface.co/ibm-nasa-geospatial/Prithvi-100M-burn-scar},
53
+ month = aug,
54
+ title = {{Prithvi 100M burn scar}},
55
+ url = {https://huggingface.co/ibm-nasa-geospatial/Prithvi-100M-burn-scar},
56
+ year = {2023}
57
+ }
58
+ ```