Skip to content

Commit

Permalink
adding embodied terms
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrees committed Feb 5, 2024
1 parent f7cd1e8 commit f7f10b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/_includes/carbonStandard.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2 class="pl-2 mb-0 text-white">Upstream Emissions</h1>
<div class="hidden lg:block w-0 h-0 z-10 border-t-[2rem] border-l-[2rem] border-b-[2rem] border-transparent border-l-blue dark:border-l-blue-700"></div>
</div>
<div class="h-full lg:mr-[2rem] px-4 pt-4 pb-2 bg-blue-200 dark:bg-blue-600">
<p>Upstream carbon relating to the emissions in producing hardware or software.</p>
<p>Upstream emissions relating to the embodied carbon of hardware and the development of software.</p>

<h3 class="mt-4">Commercial Software</h3>
{% include categoryItem.html bgColor="bg-blue dark:bg-blue-700" icon="./assets/images/icons.svg#web" description="Commercial Off The Shelf (COTS) Software" %}
Expand Down
10 changes: 6 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,19 @@

<h1>Technology Carbon Standard <small>(Proposed)</small></h1>

<div class="py-8">
<div>
<p>A proposed Technology Carbon Standard that aims to provide a unified standard for understanding, quantifying, and reducing carbon emissions from an organisation's technology landscape. Outlining a standardised methodology for attributing emissions to different aspects of the tech estate enables organisations to identify priority areas and opportunities to mitigate emissions effectively.</p>
</div>

<!-- CARBON STANDARD -->
{% include carbonStandard.html %}
<div class="py-8">
<!-- CARBON STANDARD -->
{% include carbonStandard.html %}
</div>

<div>
<p>The standard categorises emissions into three key areas:</p>
<ul>
<li><strong>Upstream Emissions</strong>: Emissions relating to the production of hardware and the installed software used by the organisation.</li>
<li><strong>Upstream Emissions</strong>: Emissions relating to the embodied carbon of hardware and the carbon emissions of the development and distribution of installed software used by the organisation.</li>

<li><strong>Operational Emissions</strong>: Emissions from the day-to-day running of the organisation's IT infrastructure and services. This encompasses emissions from powering devices, data centers, servers, and cloud services.</li>

Expand Down

0 comments on commit f7f10b7

Please sign in to comment.