Skip to content

Commit

Permalink
Add badges to README (#296)
Browse files Browse the repository at this point in the history
* add initial badges

* add conda and zenodo badge
  • Loading branch information
leewujung authored Nov 9, 2024
1 parent 0420d27 commit cd78821
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
<div>
<a href="https://doi.org/10.5281/zenodo.11454148">
<img src="https://zenodo.org/badge/DOI/10.5281/zenodo.11454148.svg" alt="DOI">
</a>
<a href="https://raw.githubusercontent.com/OSOceanAcoustics/echopop/master/LICENSE">
<img alt="GitHub License" src="https://img.shields.io/github/license/OSOceanAcoustics/echopop">
</a>
</div>

<div>
<a href="https://echopop.readthedocs.io/en/latest/?badge=latest">
<img src="https://readthedocs.org/projects/echopop/badge/?version=latest"/>
</a>
</div>

<div>
<a href="https://pypi.org/project/echopop/">
<img src="https://img.shields.io/pypi/v/echopop.svg"/>
</a>
<a href="https://anaconda.org/conda-forge/echopop">
<img src="https://img.shields.io/conda/vn/conda-forge/echopop.svg"/>
</a>
</div>


# Echopop

Echopop combines acoustic data collected by echosounders with biological "ground truth" information from trawls to produce biological estimates, such as biomass and abundance. Here, "pop" stands for the animal "population."
Expand All @@ -12,7 +37,7 @@ Learn more about Echopop in the documentation at https://echopop.readthedocs.io.

## Contributors

Echopop development is currently co-led by Wu-Jung Lee (@leewujung) and Brandyn Lucca (@brandynluca). Brandon Reyes (@b-reyes) and Emilio Mayorga (@emiliom) contributed significantly to a previous version of Echopop.
Echopop development is currently co-led by Wu-Jung Lee (@leewujung) and Brandyn Lucca (@brandynlucca). Brandon Reyes (@b-reyes) and Emilio Mayorga (@emiliom) contributed to a previous version of Echopop.



Expand Down

0 comments on commit cd78821

Please sign in to comment.