Skip to content

Commit 6395cb1

Browse files
Merge pull request #82 from Green-Software-Foundation/claude/see-software-energy-intensity-y9ngl6
Rename SEE standard to Software Energy Intensity (SEI)
2 parents b2997fe + d1c4580 commit 6395cb1

2 files changed

Lines changed: 25 additions & 25 deletions

File tree

src/lib/nav-items.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ export const navItems = [
5757
},
5858
{
5959
href: "/standards/see/",
60-
label: "SEE",
60+
label: "SEI",
6161
description:
62-
"Software Energy Efficiency" /* iconSrc: pi("see"), icon: "zap" */,
62+
"Software Energy Intensity" /* iconSrc: pi("see"), icon: "zap" */,
6363
},
6464
{
6565
href: "/standards/swi/",

src/pages/standards/see/index.astro

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const carouselArticles = (await getCollection("articles", (a) => a.data.publishe
3434
---
3535

3636
<Layout
37-
title="SEE — Software Energy Efficiency | Green Software Foundation"
37+
title="SEI — Software Energy Intensity | Green Software Foundation"
3838
description="A methodology for calculating the energy consumption rate of software systems. Lower numbers are better — and reaching zero is impossible."
3939
>
4040
<Navbar
@@ -49,7 +49,7 @@ const carouselArticles = (await getCollection("articles", (a) => a.data.publishe
4949
<Breadcrumb items={[
5050
{ label: "Home", href: "/" },
5151
{ label: "Standards", href: "/standards/" },
52-
{ label: "SEE" },
52+
{ label: "SEI" },
5353
]} />
5454

5555
<!-- Hero -->
@@ -58,55 +58,55 @@ const carouselArticles = (await getCollection("articles", (a) => a.data.publishe
5858
...(parentWg ? [{ text: `A ${parentWg.name} Project` }] : []),
5959
...(seeProject?.lifecycle ? [{ text: seeProject.lifecycle, variant: "dark" as const }] : []),
6060
]}
61-
heading="Measure the Energy Efficiency of"
61+
heading="Measure the Energy Intensity of"
6262
headingAccent="Your Software"
63-
body="Every software system consumes energy through the hardware it runs on. The Software Energy Efficiency (SEE) specification provides a methodology for calculating the energy consumption rate of a software system — a score where lower is better and reaching zero is impossible."
63+
body="Every software system consumes energy through the hardware it runs on. The Software Energy Intensity (SEI) specification provides a methodology for calculating the energy consumption rate of a software system — a score where lower is better and reaching zero is impossible."
6464
ctas={[
6565
{ text: "View the Project", variant: "primary", href: "https://directory.greensoftware.foundation/projects/see/" },
6666
{ text: "Get Involved", variant: "outline", href: "https://directory.greensoftware.foundation/projects/see/" },
6767
]}
6868
imageSrc="/assets/SEE-hero.svg"
69-
imageAlt="SEE illustration"
69+
imageAlt="SEI illustration"
7070
bgClass="bg-accent-lightest-2"
7171
id="overview"
7272
/>
7373

74-
<!-- What is SEE? -->
74+
<!-- What is SEI? -->
7575
<CTACard
76-
heading="What is SEE?"
77-
body="SEE is a rate — energy consumption (kWh) per one functional unit of work. It gives developers and organisations a clear, comparable number that captures how efficiently their software uses energy. Reducing an SEE score is only possible through actions that genuinely reduce energy consumption: modifying software to use less hardware, use hardware more efficiently, or shift computation to more energy-efficient infrastructure."
76+
heading="What is SEI?"
77+
body="SEI is a rate — energy consumption (kWh) per one functional unit of work. It gives developers and organisations a clear, comparable number that captures how efficiently their software uses energy. Reducing an SEI score is only possible through actions that genuinely reduce energy consumption: modifying software to use less hardware, use hardware more efficiently, or shift computation to more energy-efficient infrastructure."
7878
imageSrc="/assets/SEE-what.svg"
79-
imageAlt="What is SEE illustration"
79+
imageAlt="What is SEI illustration"
8080
/>
8181

82-
<!-- Why SEE Matters -->
82+
<!-- Why SEI Matters -->
8383
<section class="py-8 md:py-10 bg-accent-lightest-2">
8484
<div class="container">
8585
<div class="mx-auto max-w-5xl text-center">
8686
<h2 class="text-2xl font-semibold md:text-3xl lg:text-4xl">
87-
Why <span class="font-bold text-primary">Energy Efficiency</span> Matters
87+
Why <span class="font-bold text-primary">Energy Intensity</span> Matters
8888
</h2>
8989
<p class="mt-6 text-lg leading-relaxed md:text-xl">
90-
The <a href="/standards/sci/" class="text-primary underline hover:no-underline">SCI specification</a> measures carbon intensity — combining energy, grid carbon intensity, and embodied emissions. By focusing solely on energy, SEE isolates the signal to just energy consumption without the variability of grid carbon intensity in the mix. This is what's needed to truly focus on energy efficiency rather than carbon efficiency — giving teams a clear, undiluted measure of how much electricity their software consumes.
90+
The <a href="/standards/sci/" class="text-primary underline hover:no-underline">SCI specification</a> measures carbon intensity — combining energy, grid carbon intensity, and embodied emissions. By focusing solely on energy, SEI isolates the signal to just energy consumption without the variability of grid carbon intensity in the mix. This is what's needed to truly focus on energy efficiency rather than carbon efficiency — giving teams a clear, undiluted measure of how much electricity their software consumes.
9191
</p>
9292
</div>
9393
</div>
9494
</section>
9595

96-
<!-- The SEE Formula -->
96+
<!-- The SEI Formula -->
9797
<section class="py-12 md:py-16 lg:py-20 bg-accent-lighter/30">
9898
<div class="container">
9999
<div class="mx-auto max-w-4xl text-center">
100100
<h2 class="mb-6 text-2xl font-semibold md:text-3xl lg:text-4xl">
101-
The SEE Formula
101+
The SEI Formula
102102
</h2>
103103
<p class="text-lg md:text-xl">
104-
SEE calculates energy consumption per functional unit. The formula accounts for facility overhead through PUE (Power Usage Effectiveness), ensuring that cooling, power conversion, and other infrastructure costs are captured.
104+
SEI calculates energy consumption per functional unit. The formula accounts for facility overhead through PUE (Power Usage Effectiveness), ensuring that cooling, power conversion, and other infrastructure costs are captured.
105105
</p>
106106

107107
<div class="my-10 rounded-xl bg-white p-8 shadow-sm md:my-12">
108108
<p class="text-3xl font-bold text-primary md:text-4xl lg:text-5xl font-mono">
109-
SEE = E per R
109+
SEI = E per R
110110
</p>
111111
</div>
112112

@@ -127,7 +127,7 @@ const carouselArticles = (await getCollection("articles", (a) => a.data.publishe
127127
<!-- Software Boundary -->
128128
<FeatureGrid
129129
heading="The Software *Boundary*"
130-
body="The first step in generating an SEE score is deciding what to include in the measurement. The boundary should include all components that significantly contribute to the software's energy consumption."
130+
body="The first step in generating an SEI score is deciding what to include in the measurement. The boundary should include all components that significantly contribute to the software's energy consumption."
131131
columns={3}
132132
variant="bordered"
133133
features={[
@@ -155,7 +155,7 @@ const carouselArticles = (await getCollection("articles", (a) => a.data.publishe
155155
heading="Software Sustainability"
156156
headingAccent="Actions"
157157
headingStyle="light"
158-
body="All actions that reduce an SEE score fit into two categories: energy efficiency (making software use less electricity for the same function) and hardware efficiency (making software use fewer physical resources for the same function). The specification is designed to encourage more of these actions during the design, development, and maintenance of software."
158+
body="All actions that reduce an SEI score fit into two categories: energy efficiency (making software use less electricity for the same function) and hardware efficiency (making software use fewer physical resources for the same function). The specification is designed to encourage more of these actions during the design, development, and maintenance of software."
159159
imageSrc="/assets/SEE-actions.svg"
160160
imageAlt="Sustainability actions illustration"
161161
reversed
@@ -182,7 +182,7 @@ const carouselArticles = (await getCollection("articles", (a) => a.data.publishe
182182
{
183183
icon: "/assets/standards/sci/grid-icon.svg",
184184
title: "Coefficients",
185-
description: "Published energy values such as cloud provider data per instance type, industry-standard coefficients for hardware, or third-party SEE scores for subcomponents.",
185+
description: "Published energy values such as cloud provider data per instance type, industry-standard coefficients for hardware, or third-party SEI scores for subcomponents.",
186186
},
187187
]}
188188
bgClass="bg-accent-lightest-2"
@@ -197,7 +197,7 @@ const carouselArticles = (await getCollection("articles", (a) => a.data.publishe
197197
</div>
198198
<div class="text-center">
199199
<p class="text-lg font-medium text-primary-dark italic md:text-xl">
200-
Reducing an SEE score is only possible through actions that reduce energy consumption. This can be achieved by modifying a software system to use less physical hardware, use hardware more efficiently, or shift computation to more energy-efficient infrastructure.
200+
Reducing an SEI score is only possible through actions that reduce energy consumption. This can be achieved by modifying a software system to use less physical hardware, use hardware more efficiently, or shift computation to more energy-efficient infrastructure.
201201
</p>
202202
</div>
203203
<div class="absolute -bottom-6 left-1/2 -translate-x-1/2 transform rounded-full bg-accent-lightest-2">
@@ -223,13 +223,13 @@ const carouselArticles = (await getCollection("articles", (a) => a.data.publishe
223223
<!-- Get Involved -->
224224
<CardGrid
225225
heading="Get Involved"
226-
body="Help Shape Software Energy Efficiency"
226+
body="Help Shape Software Energy Intensity"
227227
columns={3}
228228
cards={[
229229
{
230230
icon: "/assets/standards/sci/resource-spec-icon.svg",
231231
title: "View the Project",
232-
description: "Learn about the SEE specification and connect with the project team",
232+
description: "Learn about the SEI specification and connect with the project team",
233233
ctaText: "Visit Directory",
234234
ctaHref: "https://directory.greensoftware.foundation/projects/see/",
235235
featured: true,
@@ -255,7 +255,7 @@ const carouselArticles = (await getCollection("articles", (a) => a.data.publishe
255255
{carouselArticles.length >= 3 && (
256256
<ArticleCarousel
257257
heading="Related Articles"
258-
body="News, insights, and updates about the Software Energy Efficiency standard."
258+
body="News, insights, and updates about the Software Energy Intensity standard."
259259
articles={carouselArticles}
260260
ctaText="View all articles →"
261261
ctaHref="/articles/"

0 commit comments

Comments
 (0)