taufiktrf commited on
Commit
5ccc9d6
·
verified ·
1 Parent(s): 76f9c65

Revise citation for AQUA20 benchmark dataset

Browse files
Files changed (1) hide show
  1. README.md +13 -8
README.md CHANGED
@@ -97,13 +97,18 @@ print(f"Example label: {label} (Class Name: {train_dataset.features['label'].nam
97
  ## Citation
98
 
99
  ```bibtex
100
- @misc{fuad2025aqua20benchmarkdatasetunderwater,
101
- title={AQUA20: A Benchmark Dataset for Underwater Species Classification under Challenging Conditions},
102
- author={Taufikur Rahman Fuad and Sabbir Ahmed and Shahriar Ivan},
103
- year={2025},
104
- eprint={2506.17455},
105
- archivePrefix={arXiv},
106
- primaryClass={cs.CV},
107
- url={https://arxiv.org/abs/2506.17455},
 
 
 
 
 
108
  }
109
  ```
 
97
  ## Citation
98
 
99
  ```bibtex
100
+ @article{fuadAQUA20BenchmarkDataset2026,
101
+ title = {{AQUA20}: {A} {Benchmark} {Dataset} for {Underwater} {Species} {Classification} under {Challenging} {Conditions}},
102
+ issn = {2191-4281},
103
+ shorttitle = {{AQUA20}},
104
+ url = {https://doi.org/10.1007/s13369-026-11231-z},
105
+ doi = {10.1007/s13369-026-11231-z},
106
+ language = {en},
107
+ urldate = {2026-03-27},
108
+ journal = {Arabian Journal for Science and Engineering},
109
+ author = {Fuad, Taufikur Rahman and Ahmed, Sabbir and Ivan, Shahriar},
110
+ month = mar,
111
+ year = {2026},
112
+ keywords = {AQUA20, Environmental challenges, Explainable deep learning, Marine species classification, Underwater visual recognition, Vision transformers and lightweight CNNs},
113
  }
114
  ```