Added a bracket
Browse files
README.md
CHANGED
@@ -15,10 +15,14 @@ The pretrained models can be used for both taxonomic classification on seen spec
|
|
15 |
# Citation
|
16 |
|
17 |
If you find BarcodeMamba useful, please consider citing:
|
|
|
18 |
```
|
19 |
@inproceedings{
|
20 |
gao2024barcodemamba,
|
21 |
title={BarcodeMamba: State Space Models for Biodiversity Analysis},
|
22 |
author={Tiancheng Gao and Graham W.~Taylor},
|
23 |
booktitle={{NeurIPS} 2024 Workshop on Foundation Models for Science: Progress, Opportunities, and Challenges},
|
24 |
-
year={2024},
|
|
|
|
|
|
|
|
15 |
# Citation
|
16 |
|
17 |
If you find BarcodeMamba useful, please consider citing:
|
18 |
+
|
19 |
```
|
20 |
@inproceedings{
|
21 |
gao2024barcodemamba,
|
22 |
title={BarcodeMamba: State Space Models for Biodiversity Analysis},
|
23 |
author={Tiancheng Gao and Graham W.~Taylor},
|
24 |
booktitle={{NeurIPS} 2024 Workshop on Foundation Models for Science: Progress, Opportunities, and Challenges},
|
25 |
+
year={2024},
|
26 |
+
url={https://openreview.net/forum?id=6ohFEFTr10}
|
27 |
+
}
|
28 |
+
```
|