diff --git a/.zenodo.json b/.zenodo.json index a26ba86..09c2c80 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,6 +1,6 @@ { "title": "Compliance Users", - "description": "In the California cap-and-trade program, polluting entities use carbon offsets for compliance. Who are they? This tool lets you search for an offset project, user, or facility, and see the linked results. Read more in our original blog post or checkout the GitHub repository. This tool was updated as of December 2024. ", + "description": "In the California cap-and-trade program, polluting entities use carbon offsets for compliance. Who are they? This tool lets you search for an offset project, user, or facility, and see the linked results. Read more in our original blog post or check out the GitHub repository. This tool was updated as of December 2024. ", "creators": [ { "name": "Freya Chay", @@ -19,9 +19,5 @@ } ], "upload_type": "software", - "keywords": [ - "california", - "cap and trade", - "offsets" - ] + "keywords": ["california", "cap and trade", "offsets"] } diff --git a/README.md b/README.md index eb941be..da0cf8e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Working repo to make a simple tool for querying CA compliance data. ![Checks status](https://github.com/carbonplan/compliance-users/actions/workflows/main.yml/badge.svg) ![GitHub deployments](https://img.shields.io/github/deployments/carbonplan/compliance-users/production?label=vercel&style=flat) [![License](https://img.shields.io/github/license/carbonplan/compliance-users?style=flat)](https://github.com/carbonplan/compliance-users/blob/main/LICENSE) -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5819475.svg)](https://doi.org/10.5281/zenodo.5819475) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17956162.svg)](https://doi.org/10.5281/zenodo.17956162) This repository is being used to develop a simple tool to query California Cap & Trade compliance data. Specifically, the tool allows a user to ask which regulated entities in California – whom we call users throughout the repo – have turned in credits from a particular offset project (project-->users) or which offset projects a particular user has used credits from (user-->projects). @@ -90,7 +90,7 @@ Update to reflect compliance data released in December 2023. Update to reflect compliance data released in December 2024. -### 5.0.0 (Dec 15, 2025) +### 5.0.0 (Dec 16, 2025) Update to reflect compliance data released in December 2025. diff --git a/components/layout.js b/components/layout.js index c45f4b6..33d8471 100644 --- a/components/layout.js +++ b/components/layout.js @@ -29,7 +29,7 @@ const description = ( blog post {' '} - or checkout the{' '} + or check out the{' '} GitHub repository