egrace479 commited on
Commit
64fc094
1 Parent(s): 8989ead

Add citation and grant acknowledgement to readme

Browse files
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -65,4 +65,29 @@ model.train(data=YAML,
65
 
66
  ## How to Get Started with the Model
67
 
68
- To view applications of how to load in the model file and predict masks on images, please refer to [this github repository](https://github.com/Imageomics/wing-segmentation)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
 
66
  ## How to Get Started with the Model
67
 
68
+ To view applications of how to load in the model file and predict masks on images, please refer to [this github repository](https://github.com/Imageomics/wing-segmentation)
69
+
70
+ ## Citation
71
+
72
+ **BibTeX:**
73
+
74
+ ```
75
+ @software{Ramirez_Lepidoptera_Wing_Segmentation_2024,
76
+ author = {Ramirez, Michelle},
77
+ doi = {10.5281/zenodo.10869579},
78
+ month = mar,
79
+ title = {{Lepidoptera Wing Segmentation}},
80
+ url = {https://github.com/Imageomics/wing-segmentation},
81
+ version = {1.0.0},
82
+ year = {2024}
83
+ }
84
+ ```
85
+
86
+ **APA:**
87
+
88
+ Ramirez, M. (2024). Lepidoptera Wing Segmentation (Version 1.0.0) [Computer software]. https://doi.org/10.5281/zenodo.10869579
89
+
90
+ ## Acknowledgements
91
+
92
+ The [Imageomics Institute](https://imageomics.org) is funded by the US National Science Foundation's Harnessing the Data Revolution (HDR) program under [Award #2118240](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2118240) (Imageomics: A New Frontier of Biological Information Powered by Knowledge-Guided Machine Learning). Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.
93
+