Skip to content
Merged
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
8 changes: 2 additions & 6 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -19,9 +19,5 @@
}
],
"upload_type": "software",
"keywords": [
"california",
"cap and trade",
"offsets"
]
"keywords": ["california", "cap and trade", "offsets"]
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion components/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const description = (
<Link href='https://carbonplan.org/blog/compliance-users-release'>
blog post
</Link>{' '}
or checkout the{' '}
or check out the{' '}
<Link href='https://github.com/carbonplan/compliance-users'>
GitHub repository
</Link>
Expand Down