Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ authors:
cff-version: 1.2.0
date-released: "2025-12-18"
identifiers:
- description: ""
- description: "The GitHub release URL of tag v1.0.0."
type: url
value: ""
- description: ""
value: "https://github.com/Imageomics/invasives-project/releases/tag/v1.0.0"
- description: "The GitHub URL of the commit tagged with v1.0.0."
type: url
value: ""
value: "https://github.com/Imageomics/invasives-project/tree/6e6544b387c0690542db0306204d695718b8de47"
keywords:
- imageomics
- invasive
Expand All @@ -38,5 +38,5 @@ message: "If you find this software helpful in your research, please cite both t
repository-code: "https://github.com/Imageomics/invasives-project"
title: "Invasive Species Biocontrol Quantification"
version: 1.0.0
doi: <DOI from Zenodo> # version agnostic DOI
doi: "10.5281/zenodo.17981675"
type: software
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Invasives Species Biocontrol Quantification
# Invasives Species Biocontrol Quantification [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17981675.svg)](https://doi.org/10.5281/zenodo.17981675)
Repository for the invasive species biocontrol quantification project as part of the AI &amp; Ecology Course field component in HI. The data associated with this project is available on Hugging Face: [Imageomics/invasive_plants_hawaii](https://huggingface.co/datasets/imageomics/invasive_plants_hawaii).

## Abstract
Expand Down Expand Up @@ -57,6 +57,7 @@ Our code (this repository):
```
@software{invasive_species_code,
author = {David Carlyn and Catherine Villeneuve and Kazi Sajeed Mehrab and Leonardo Viotti},
doi = {10.5281/zenodo.17981675},
title = {Invasives Species Biocontrol Quantification},
version = {v1.0.0},
year = {2025}
Expand Down