Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Downloads badges on README.md #3652

Merged
merged 5 commits into from
Aug 6, 2024
Merged
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
32 changes: 25 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,19 @@
</a>
</p>

<!-- Downloads -->
<!-- counts downloads from individual IPs excluding bots (eg, CI) -->
<!-- see https://discourse.julialang.org/t/announcing-package-download-stats/69073 -->

<p align="center">
<a href="https://juliapkgstats.com/pkg/Oceananigans">
<img alt="Downloads per month" src="https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Fmonthly_downloads%2FOceananigans&query=total_requests&suffix=%2Fmonth&label=Downloads&style=flat-square">
</a>
<a href="https://juliapkgstats.com/pkg/Oceananigans">
<img alt="Downloads per month" src="https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Ftotal_downloads%2FOceananigans&query=total_requests&&label=Total%20Downloads&style=flat-square">
</a>
</p>

<!-- CI/CD badges -->
<p align="center">
<a href="https://buildkite.com/clima/oceananigans">
Expand All @@ -59,13 +72,18 @@ Oceananigans.jl is developed by the [Climate Modeling Alliance](https://clima.ca

## Contents

* [Installation instructions](#installation-instructions)
* [Running your first model](#running-your-first-model)
* [The Oceananigans knowledge base](#the-oceananigans-knowledge-base)
* [Citing](#citing)
* [Contributing](#contributing)
* [Movies](#movies)
* [Performance benchmarks](#performance-benchmarks)
- [Contents](#contents)
- [Installation instructions](#installation-instructions)
- [Running your first model](#running-your-first-model)
- [The Oceananigans knowledge base](#the-oceananigans-knowledge-base)
- [Citing](#citing)
- [Contributing](#contributing)
- [Movies](#movies)
- [Deep convection](#deep-convection)
- [Free convection](#free-convection)
- [Winds blowing over the ocean](#winds-blowing-over-the-ocean)
- [Free convection with wind stress](#free-convection-with-wind-stress)
- [Performance benchmarks](#performance-benchmarks)

## Installation instructions

Expand Down