Skip to content

Commit

Permalink
Update badges, monogram, and grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones committed Jan 11, 2024
1 parent 5690e7e commit 64a03e5
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
<p align='left'>
<a href='https://carbonplan.org/#gh-light-mode-only'>
<img
src='https://carbonplan-assets.s3.amazonaws.com/monogram/dark-small.png'
height='48px'
/>
</a>
<a href='https://carbonplan.org/#gh-dark-mode-only'>
<img
src='https://carbonplan-assets.s3.amazonaws.com/monogram/light-small.png'
height='48px'
/>
</a>
<p align="left" >
<a href='https://carbonplan.org'>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://carbonplan-assets.s3.amazonaws.com/monogram/light-small.png">
<img alt="CarbonPlan monogram." height="48" src="https://carbonplan-assets.s3.amazonaws.com/monogram/dark-small.png">
</picture>
</a>
</p>

# carbonplan / benchmark-maps

[![CI](https://github.com/carbonplan/benchmark-maps/actions/workflows/main.yml/badge.svg)](https://github.com/carbonplan/benchmark-maps/actions/workflows/main.yml)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

## Running the benchmarks

The repository contains a set of benchmarks that can be run locally or remotely using `coiled`. The benchmarks are run using the `carbonplan_benchmarks` CLI. The CLI takes the following arguments:
Expand Down Expand Up @@ -69,8 +66,8 @@ coiled run --gpu --container quay.io/carbonplan/benchmark-maps bash main.sh

## license

All the code in this repository is [Apache-2.0](https://choosealicense.com/licenses/apache-2.0/) licensed. When possible, the data used by this project is licensed using the [CC-BY-4.0](https://choosealicense.com/licenses/cc-by-4.0/) license. We include attribution and additional license information for third party datasets, and we request that you also maintain that attribution if using this data.
All the code in this repository is [Apache-2.0](https://choosealicense.com/licenses/apache-2.0/)-licensed. When possible, the data used by this project is licensed using the [CC-BY-4.0](https://choosealicense.com/licenses/cc-by-4.0/) license. We include attribution and additional license information for third party datasets, and we request that you also maintain that attribution if using this data.

## about us

CarbonPlan is a non-profit organization that uses data and science for climate action. We aim to improve the transparency and scientific integrity of carbon removal and climate solutions through open data and tools. Find out more at [carbonplan.org](https://carbonplan.org/) or get in touch by [opening an issue](https://github.com/carbonplan/offsets-db/issues/new) or [sending us an email](mailto:[email protected]).
CarbonPlan is a nonprofit organization that uses data and science for climate action. We aim to improve the transparency and scientific integrity of carbon removal and climate solutions through open data and tools. Find out more at [carbonplan.org](https://carbonplan.org/) or get in touch by [opening an issue](https://github.com/carbonplan/offsets-db/issues/new) or [sending us an email](mailto:[email protected]).

0 comments on commit 64a03e5

Please sign in to comment.