Skip to content

Commit 60bcd05

Browse files
committed
DOC: Change bibtex handle for CLIBD to be uppercase
1 parent 276e746 commit 60bcd05

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ If you use the CLIBD partitioning scheme for BIOSCAN-1M, please also consider ci
415415

416416
.. code-block:: bibtex
417417
418-
@inproceedings{clibd,
418+
@inproceedings{CLIBD,
419419
title={{CLIBD}: Bridging Vision and Genomics for Biodiversity Monitoring at Scale},
420420
author={ZeMing Gong and Austin Wang and Xiaoliang Huo and Joakim Bruslund Haurum
421421
and Scott C. Lowe and Graham W. Taylor and Angel X Chang

docs/source/api.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
API Reference
22
=============
33

4-
We provide :class:`~bioscan_dataset.BIOSCAN1M` , :class:`~bioscan_dataset.BIOSCAN5M` and :class:`~bioscan_dataset.CanadianInvertebrates` classes to load the respective `BIOSCAN-1M <BIOSCAN-1M paper_>`_ , `BIOSCAN-5M <BIOSCAN-5M paper_>`_ and `Canadian Invertebrates 1.5M <Canadian Invertebrates 1.5M paper_>`_ datasets for use within PyTorch.
4+
We provide :class:`~bioscan_dataset.BIOSCAN1M` , :class:`~bioscan_dataset.BIOSCAN5M` and :class:`~bioscan_dataset.CanadianInvertebrates` classes to load the respective `BIOSCAN-1M <BIOSCAN-1M paper_>`_ , `BIOSCAN-5M <BIOSCAN-5M paper_>`_ and `Canadian Invertebrates <Canadian Invertebrates paper_>`_ datasets for use within PyTorch.
55
These classes are subclasses of :class:`torch.utils.data.Dataset` and are designed to be used with PyTorch's :class:`~torch.utils.data.DataLoader` for batching and model training.
66

77
General usage instructions for :class:`~bioscan_dataset.BIOSCAN1M` , :class:`~bioscan_dataset.BIOSCAN5M` and :class:`~bioscan_dataset.CanadianInvertebrates` are provided in our :doc:`usage <index>` guide.
@@ -17,7 +17,7 @@ These functions do not need to be manually called when you are using :class:`~bi
1717

1818
.. _BIOSCAN-1M paper: https://papers.nips.cc/paper_files/paper/2023/hash/87dbbdc3a685a97ad28489a1d57c45c1-Abstract-Datasets_and_Benchmarks.html
1919
.. _BIOSCAN-5M paper: https://arxiv.org/abs/2406.12723
20-
.. _Canadian Invertebrates 1.5M paper: https://doi.org/10.1038/s41597-019-0320-2
20+
.. _Canadian Invertebrates paper: https://doi.org/10.1038/s41597-019-0320-2
2121

2222

2323
BIOSCAN-1M Dataset
@@ -40,8 +40,8 @@ BIOSCAN-5M Dataset
4040

4141
.. autofunction:: bioscan_dataset.load_bioscan5m_metadata
4242

43-
Canadian Invertebrates 1.5M Dataset
44-
-----------------------------------
43+
Canadian Invertebrates Dataset
44+
------------------------------
4545

4646
.. autoclass:: bioscan_dataset.CanadianInvertebrates
4747
:members:

0 commit comments

Comments
 (0)