Skip to content

Commit

Permalink
update CAMD to Clean Air and Power Division CAPD (#214)
Browse files Browse the repository at this point in the history
update file contents from Clean Air Markets Division (CAMD) to Clean Air
and Power Division (CAPD)

---------

Co-authored-by: Mike Heese <heese.michael@epa.gov>
  • Loading branch information
NickNguyenEPA and maheese committed May 14, 2024
1 parent 33fbf75 commit 7c88e54
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
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

0 comments on commit 7c88e54

Please sign in to comment.