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

update CAMD to Clean Air and Power Division CAPD #214

Merged
merged 3 commits into from
May 14, 2024
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Clean Air Markets API Portal

The Clean Air Markets (CAM) API Portal is the documentation site for a suite of API's that EPA's Clean Air Markets Division (CAMD) provides to access the data collected to run programs designed to reduce air pollution from power plants. These APIs will also used by the Clean Air Markets Programd Data (CAMPD) site and the new version of the Emission Collection and Monitoring Plan System (ECMPS).
The Clean Air Markets (CAM) API Portal is the documentation site for a suite of API's that EPA's Clean Air and Power Division (CAPD) provides to access the data collected to run programs designed to reduce air pollution from power plants. These APIs are also used by the Clean Air Markets Programd Data (CAMPD) site and the new version of the Emission Collection and Monitoring Plan System (ECMPS).

## npm login

Expand Down
2 changes: 1 addition & 1 deletion src/components/APIDocs/APIDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const APIDocs = () => {
data that are apportioned for units with complex configurations,
whereas the emissions data found in ECMPS are raw reported data
without apportionment. For more detailed information about the
data CAMD collects and the specific difference between ECMPS and
data CAPD collects and the specific difference between ECMPS and
CAMPD visit the "
<a
href="https://www.epa.gov/airmarkets/power-sector-emissions-data"
Expand Down
8 changes: 4 additions & 4 deletions src/components/About/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ export const About = () => {
<p>
These Representational State Transfer (REST) Application Programming
Interfaces (API) provide access to a variety of data the Clean Air
Markets Division (CAMD) collects to run programs designed to reduce
air pollution from power plants.&nbsp; Developers can use these APIs
to build applications or create analyses using a variety of
platforms.
and Power Division (CAPD) collects to run programs designed to
reduce air pollution from power plants.&nbsp; Developers can use
these APIs to build applications or create analyses using a variety
of platforms.
</p>
<RouterLink to="/api-key-signup" rel="noopener noreferrer">
<Button className="usa-button" type="button">
Expand Down
12 changes: 6 additions & 6 deletions src/components/HelpResources/HelpResources.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ export const HelpResources = () => {
Help & Resources
</h1>
<p>
The Clean Air Markets APIs provide a large amount of detailed power
sector emissions data. Below are resources that can be used to help
understand these data as well as using the API endpoints to obtain
them.
The Clean Air and Power APIs provide a large amount of detailed
power sector emissions data. Below are resources that can be used to
help understand these data as well as using the API endpoints to
obtain them.
</p>
</Grid>
<Grid row className="padding-2">
Expand All @@ -46,7 +46,7 @@ export const HelpResources = () => {
</CardHeader>

<CardBody>
<p>View resources related to CAMD data</p>
<p>View resources related to CAPD data</p>
</CardBody>

<CardFooter>
Expand Down Expand Up @@ -122,7 +122,7 @@ export const HelpResources = () => {
</CardHeader>

<CardBody>
<p>Reach out to CAMD with further questions and feedback</p>
<p>Reach out to CAPD with further questions and feedback</p>
</CardBody>

<CardFooter>
Expand Down
6 changes: 3 additions & 3 deletions src/components/RelatedResources/RelatedResources.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const RelatedResources = () => {
<CardGroup>
<Card gridLayout={{ tablet: { col: 6 } }}>
<CardHeader align="center">
<h2>Clean Air Markets Data Resources</h2>
<h2>Clean Air and Power Data Resources</h2>
<IconAssessment
size={4}
title="Icon for other card"
Expand All @@ -58,7 +58,7 @@ export const RelatedResources = () => {
rel="noreferrer noopener"
>
{" "}
CAMD Data Resources
CAPD Data Resources
</a>{" "}
</p>
</li>
Expand Down Expand Up @@ -97,7 +97,7 @@ export const RelatedResources = () => {
rel="noreferrer noopener"
>
{" "}
Frequent questions about the CAMD re-engineering
Frequent questions about the CAPD re-engineering
effort
</a>{" "}
</p>
Expand Down
Loading