docs: add bibliographicCitation column to provenance docs and fix broken link
Browse files
README.md
CHANGED
|
@@ -159,7 +159,8 @@ Each image in this dataset is matched to the [7-rank Linnean taxonomy](https://w
|
|
| 159 |
- `license_name`: name of license attached to the image (eg., `cc-by`).
|
| 160 |
- `copyright_owner`: copyright holder for the image, filled with `not provided` if no copyright owner was provided.
|
| 161 |
- `license_link`: URL to the listed license, left null in the case that `license_name` is `No known copyright restrictions`.
|
| 162 |
-
- `title`: title provided for the image, filled with `not provided` if no title was
|
|
|
|
| 163 |
|
| 164 |
**Darwin-finches.csv:** File for Darwin's finches embedding space evaluation completed in [paper](https://doi.org/10.48550/arXiv.2505.23883). Images are a represenative subset of the 18 species known as "Darwin's Finches" sampled from TreeOfLice-200M for this evaluation. Common names are from [Avibase](https://avibase.bsc-eoc.org/avibase.jsp).
|
| 165 |
- `uuid`: unique identifier for the image in this dataset, links to other TreeOfLife-200M metadata.
|
|
@@ -372,7 +373,7 @@ FathomNet: All FathomNet images and annotations are shared under Creative Common
|
|
| 372 |
|
| 373 |
EOL and GBIF images contain a variety of licenses ranging from [CC0](https://creativecommons.org/publicdomain/zero/1.0/) to [CC BY-NC-SA](https://creativecommons.org/licenses/by-nc-sa/4.0/). The [GBIF occurrence snapshot](https://doi.org/10.15468/dl.bfv433) is licensed under [Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC)](https://creativecommons.org/licenses/by-nc/4.0/)
|
| 374 |
|
| 375 |
-
For license and citation information by image, see our [provenance file](https://huggingface.co/datasets/imageomics/TreeOfLife-200M/blob/main/metadata/provenance.parquet).
|
| 376 |
|
| 377 |
This dataset (the compilation) has been marked as dedicated to the public domain by applying the [CC0 Public Domain Waiver](https://creativecommons.org/publicdomain/zero/1.0/). However, images are often licensed under different terms (as noted above).
|
| 378 |
|
|
|
|
| 159 |
- `license_name`: name of license attached to the image (eg., `cc-by`).
|
| 160 |
- `copyright_owner`: copyright holder for the image, filled with `not provided` if no copyright owner was provided.
|
| 161 |
- `license_link`: URL to the listed license, left null in the case that `license_name` is `No known copyright restrictions`.
|
| 162 |
+
- `title`: title provided for the image, filled with `not provided` if no title was provided.
|
| 163 |
+
- `bibliographicCitation`: bibliographic citation for the occurrence record as provided by GBIF publishers. Only available for GBIF records where the publisher supplied a citation (~2.5% of records). Non-GBIF records (EOL, BIOSCAN, FathomNet) have null values.
|
| 164 |
|
| 165 |
**Darwin-finches.csv:** File for Darwin's finches embedding space evaluation completed in [paper](https://doi.org/10.48550/arXiv.2505.23883). Images are a represenative subset of the 18 species known as "Darwin's Finches" sampled from TreeOfLice-200M for this evaluation. Common names are from [Avibase](https://avibase.bsc-eoc.org/avibase.jsp).
|
| 166 |
- `uuid`: unique identifier for the image in this dataset, links to other TreeOfLife-200M metadata.
|
|
|
|
| 373 |
|
| 374 |
EOL and GBIF images contain a variety of licenses ranging from [CC0](https://creativecommons.org/publicdomain/zero/1.0/) to [CC BY-NC-SA](https://creativecommons.org/licenses/by-nc-sa/4.0/). The [GBIF occurrence snapshot](https://doi.org/10.15468/dl.bfv433) is licensed under [Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC)](https://creativecommons.org/licenses/by-nc/4.0/)
|
| 375 |
|
| 376 |
+
For license and citation information by image, see our [provenance file](https://huggingface.co/datasets/imageomics/TreeOfLife-200M/blob/main/dataset/metadata/provenance.parquet).
|
| 377 |
|
| 378 |
This dataset (the compilation) has been marked as dedicated to the public domain by applying the [CC0 Public Domain Waiver](https://creativecommons.org/publicdomain/zero/1.0/). However, images are often licensed under different terms (as noted above).
|
| 379 |
|