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
12 changes: 6 additions & 6 deletions src/app/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</section>
<section fxFlex="25" fxLayout="column" fxLayoutAlign="center">
<div>
<img class="square" src="assets/images/nlr.webp" alt="NLR logo">
<img class="square" src="assets/images/nlr-logo-horizontal.svg" alt="NLR logo">
</div>
</section>
<section fxFlex="25" fxLayout="column" fxLayoutAlign="center">
Expand All @@ -32,11 +32,11 @@
</footer2>

<footer2 fxLayout="column" fxHide.gt-xs>
<strong>Driving Building Energy Performance with Data was developed to showcase tools and methods developed by Lawrence Berkeley National Laboratory, National Renewable Energy Laboratory, and Pacific Northwest National Laboratory with support from the U.S. Department of Energy's Building Technologies Office.</strong>
<strong>Driving Building Energy Performance with Data was developed to showcase tools and methods developed by Lawrence Berkeley National Laboratory, National Laboratory of the Rockies, and Pacific Northwest National Laboratory with support from the U.S. Department of Energy's Building Technologies Office.</strong>
<section>
<div>
<div fxFlex="20%" class="small-footer-img"><img src="assets/images/doe_eere_logo_footer.svg" alt="DOE EERE logo"></div>
<div>U.S. Department of Energy's Office of Energy Efficiency and Renewable Energy</div>
<div fxFlex="20%" class="small-footer-img"><img src="assets/images/cmei.svg" alt="DOE CMEI logo"></div>
<div>U.S. Department of Energy's Office of Critical Minerals and Energy Innovation</div>
</div>
</section>
<section>
Expand All @@ -47,7 +47,7 @@
</section>
<section>
<div>
<div fxFlex="20%" class="small-footer-img"><img src="assets/images/nlr.webp" alt="NLR logo"></div>
<div fxFlex="20%" class="small-footer-img"><img src="assets/images/nlr-logo-horizontal.svg" alt="NLR logo"></div>
<div>The National Laboratory of the Rockies (NLR) is a national laboratory of the U.S. Department of Energy, Office of Critical Minerals and Energy Innovation, operated by the Alliance for Energy Innovation, LLC.</div>
</div>
</section>
Expand Down Expand Up @@ -106,7 +106,7 @@
</nav>
</div>
</div>

<div class="footer-bottom tools-footer-bottom">
<div class="container">
<nav aria-label="Utility Links">
Expand Down
2 changes: 1 addition & 1 deletion src/app/home/graphic/graphic.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h2 class="header">ANALYSIS & EVALUATION</h2>
<mat-card-content [hidden]="!cardStatus.as">
<mat-card-subtitle>Get Cost Effective Upgrade Recommendations</mat-card-subtitle>
<p class="card-text">The <strong>Asset Score</strong> tool assesses the energy efficiency of a building's physical systems and produces an Energy Asset Score Report.</p>
<p class="card-text">Use Asset Score to identify cost-effective energy efficiency measures to help buildings meet EUI and GHGe goals for compliance with your jurisdiction's BPS policy.</p>
<p class="card-text">Use Asset Score to identify cost-effective energy efficiency measures to help buildings meet energy savings goals for your jurisdiction's program.</p>
<div fxLayoutAlign="center center">
<a routerLink="/asset-score" mat-raised-button role="button" class="btn btn-type-3" (click)="$event.stopPropagation()">Learn more</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/app/home/home.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="bpt">
<div class="home-intro-text2 my-2">
<div fxLayout="row" fxLayoutAlign="space-around" class="top-side" fxFlex="90%" fxFlexOffset="5%">
<p>The U.S. Department of Energy developed a comprehensive suite of tools for accessing, managing, analyzing and sharing building energy data. This website describes how they can be used to support <a href="https://www.epa.gov/statelocalenergy/benchmarking-and-building-performance-standards-policy-toolkit">building performance standards (BPS) policies</a>, one of many possible use cases.</p>
<p>The U.S. Department of Energy developed a comprehensive suite of tools for accessing, managing, analyzing and sharing building energy data. This website describes how they can be used to support energy savings programs.</p>
</div>
</div>

Expand Down
1 change: 0 additions & 1 deletion src/app/tool/bedes/resources/resources.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ <h2 class="mat-h2 mb-4">Resources</h2>
<li><a href="https://bedes-manager.lbl.gov">BEDES Mapping Manager</a></li>
<li><a href="https://docs.google.com/document/d/1a021yCc8Op_NyYGnoyLgWdBteHEf0P6soYs5k3jXyY8">BEDES-Compliant Applications</a></li>
<li><a href="https://docs.google.com/document/d/1wvkugBc5UZ4v6mhjFCDoaqOmZreJ3hrcJDcp36tClmQ">BEDES Mapping Procedure</a></li>
<li><a href="https://www.aceee.org/files/proceedings/2014/data/papers/6-650.pdf">ACEEE Paper: Enabling Interoperability though a Common Language for Building Performance</a></li>
</ul>
2 changes: 1 addition & 1 deletion src/app/tool/better/news/news.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1 class="mat-h2 mb-4">News</h1>
<span class="bold-text">BETTER Adds Net Zero Energy Analysis Capability</span><span class="news-date"> April 19, 2023
</span>
<p class="news-p">
Thanks to a new application programming interface (API) connection with National Renewable Energy Laboratory’s PVWatts® Calculator, BETTER now assesses both energy savings through energy efficiency upgrades and the electricity generation potential from installation of rooftop solar photovoltaic panels to quickly and easily target buildings for net zero energy retrofits. This work is supported by USAID/Mexico through the <a href="https://ee4d.org/about/" target="_blank">EE4D program</a>.
Thanks to a new application programming interface (API) connection with National Laboratory of the Rockies's PVWatts® Calculator, BETTER now assesses both energy savings through energy efficiency upgrades and the electricity generation potential from installation of rooftop solar photovoltaic panels to quickly and easily target buildings for net zero energy retrofits. This work is supported by USAID/Mexico through the <a href="https://ee4d.org/about/" target="_blank">EE4D program</a>.

</p>
</li>
Expand Down
10 changes: 7 additions & 3 deletions src/app/tool/bpd/resources/resources.component.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
<h1 class="mat-h2 mb-4">Resources</h1>

<ul>
<li><a href="https://buildings.lbl.gov/sites/default/files/bpd-overview.pdf">BPD Overview</a></li>
<li><a href="https://bpd-info.lbl.gov">BPD Project Website</a></li>

<li><a href="https://bpd.lbl.gov">BPD User Interface</a></li>

<!--<li><a href="https://buildings.lbl.gov/sites/default/files/bpd-overview.pdf">BPD Overview</a></li>-->

<!--<li><a href="https://buildings.lbl.gov/sites/default/files/big-data-for-building-energy-performance.pdf">Big data for building energy performance</a></li>-->

<li><a href="https://buildings.lbl.gov/sites/default/files/big-data-analytics-in-the-building-industry.pdf">Big data analytics in the building industry</a></li>
<!--<li><a href="https://buildings.lbl.gov/sites/default/files/big-data-analytics-in-the-building-industry.pdf">Big data analytics in the building industry</a></li>-->

<li><a href="https://buildings.lbl.gov/sites/default/files/getting-real-with-energy-data.pdf">Getting real with energy data</a></li>
<!--<li><a href="https://buildings.lbl.gov/sites/default/files/getting-real-with-energy-data.pdf">Getting real with energy data</a></li>-->

<li><a href="https://buildings.lbl.gov/sites/default/files/is-the-bpd-nationally-representative.pdf">Is the BPD nationally representative?</a></li>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h1 class="mat-h2 mb-4">Collaborators & Adopters</h1>
<ul>
<li>Federal Emergency Management Program (FEMP)</li>
<li>Lawrence Berkeley National Laboratory (LBNL)</li>
<li>National Renewable Energy Laboratory (NREL)</li>
<li>National Laboratory of the Rockies (NLR)</li>
<li>New York City</li>
<li>Pacific Northwest National Laboratory (PNNL)</li>
<li>San Francisco Department of the Environment</li>
Expand Down
4 changes: 2 additions & 2 deletions src/app/tool/building-sync/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1 class="mat-h2 mb-4">BuildingSync</h1>
<li>Generate an <a routerLink="/asset-score">Asset Score</a> report with upgrade recommendations and a 1-10 efficiency rating.</li>
<li>Integrate audit information into property management tools.</li>
<li>Incorporate BuildingSync functionality into your own products, services or applications.</li>
<li>Leverage expert support from DOE and the National Renewable Energy Laboratory.</li>
<li>Leverage expert support from DOE and the National Laboratory of the Rockies.</li>
</ul>
</div>
<!-- <div fxFlex="40" fxLayoutGap="20px" fxLayoutAlign="center center">
Expand All @@ -39,7 +39,7 @@ <h1 class="mat-h2 mb-4">BuildingSync</h1>
<p fxLayoutAlign="space-around">BuildingSync&reg; was developed to address the lack of an industry-standard collection format for energy audit data. Standardizing energy audit data can help energy auditors, software providers, building owners, utilities, and other entities by maximizing the value that can be obtained from each set of data – value obtained through collaboration, comparison, and reuse.</p>
</div>
<div fxFlex="50">
<p>The schema was developed by a National Renewable Energy Laboratory (NREL) led working group. Working group participants included industry collaborators, national laboratories, and government agencies.</p>
<p>The schema was developed by a National Laboratory of the Rockies (NLR) led working group. Working group participants included industry collaborators, national laboratories, and government agencies.</p>

<p>BuildingSync standardizes the format of the energy audit data itself. It is not intended to standardize the calculations performed on these data by engineers, analysts, software packages, or other audit tools.</p>

Expand Down
4 changes: 2 additions & 2 deletions src/app/tool/comstock-resstock/dev/dev.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h1 class="mat-h2 mb-4">Links for Developers</h1>
ResStock
</mat-panel-title>
</mat-expansion-panel-header>
<p>Use the free and open-source software yourself (or partner with the National Renewable Energy Laboratory or a third-party consultant). Analyze the scenarios of interest to you, whether you wish to evaluate the potential of a specific technology, define your own cost-effectiveness equations, or plug in hyperlocal data to get a high-granularity picture of the potential in a city or utility service area. Analysis results can be privately uploaded to the ResStock website for visualization.</p>
<p>Use the free and open-source software yourself (or partner with the National Laboratory of the Rockies or a third-party consultant). Analyze the scenarios of interest to you, whether you wish to evaluate the potential of a specific technology, define your own cost-effectiveness equations, or plug in hyperlocal data to get a high-granularity picture of the potential in a city or utility service area. Analysis results can be privately uploaded to the ResStock website for visualization.</p>
</mat-expansion-panel>

<mat-expansion-panel class="mb-1">
Expand All @@ -15,5 +15,5 @@ <h1 class="mat-h2 mb-4">Links for Developers</h1>
ComStock
</mat-panel-title>
</mat-expansion-panel-header>
<p>Gain insights on the methodology and review the code and resource files used to generate the national scale analysis from the public <a href="https://github.com/nrel/comstock">ComStock GitHub</a> repository.</p>
<p>Gain insights on the methodology and review the code and resource files used to generate the national scale analysis from the public <a href="https://github.com/NatLabRockies/comstock">ComStock GitHub</a> repository.</p>
</mat-expansion-panel>
6 changes: 3 additions & 3 deletions src/app/tool/comstock-resstock/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ <h1 class="mat-h2 mb-4">ComStock & ResStock</h1>
<img src="assets/md/audit-template/img/at-ondemand.svg" alt="cloud and arrows coming out of it">
</div>-->
</div>
<p>Get started by signing up for a free <a href="https://resstock.nrel.gov/">ResStock</a> or <a href="https://comstock.nrel.gov/">ComStock</a> account.</p>
<p>Get started by signing up for a free <a href="https://resstock.nlr.gov/">ResStock</a> or <a href="https://comstock.nlr.gov/">ComStock</a> account.</p>
<p>To learn more, view the additional resources on this page or contact BTODataTools@ee.doe.gov.</p>

<!--<div fxLayout="row" fxLayoutAlign="space-around">
<div fxFlex="50" fxLayoutGap="20px">
<p>The ResStock and ComStock analysis tools are helping states, municipalities, utilities, and manufacturers identify which building stock improvements save the most energy and money. By taking a new approach to large-scale residential and commercial energy analysis combining large public and private data sources, statistical sampling, detailed sub-hourly building simulations, and high-performance computing, these two tools achieved unprecedented granularity and accuracy in modeling the U.S. building stock.</p>
<p class="pr-4">With National Renewable Energy Laboratory (NREL) supercomputing, the ComStock and ResStock teams have run tens of millions of simulations using a statistical model of building stock characteristics to generate detailed information on the technical and economic potential of energy efficiency improvements and packages for particular states or regions. Policymakers, program designers, and manufacturers can use these results to identify improvements with the highest potential for cost-effective savings, as well as help identify customer segments for targeted marketing and deployment.</p>
<p class="pr-4">With National Laboratory of the Rockies (NLR) supercomputing, the ComStock and ResStock teams have run tens of millions of simulations using a statistical model of building stock characteristics to generate detailed information on the technical and economic potential of energy efficiency improvements and packages for particular states or regions. Policymakers, program designers, and manufacturers can use these results to identify improvements with the highest potential for cost-effective savings, as well as help identify customer segments for targeted marketing and deployment.</p>
</div>
<div fxFlex="50">
<p>ResStock and ComStock software will be offered at no cost, leveraging DOE's open-source building energy modeling ecosystem and able to be run on the cloud (no supercomputer required).</p>

<h3 class="mat-h3">Getting Started</h3>
<p>Visit <a href="https://resstock.nrel.gov/">resstock.nrel.gov</a> and <a href="https://comstock.nrel.gov/">comstock.nrel.gov</a> to view residential and commercial building stock data.</p>
<p>Visit <a href="https://resstock.nlr.gov/">resstock.nlr.gov</a> and <a href="https://comstock.nlr.gov/">comstock.nlr.gov</a> to view residential and commercial building stock data.</p>
</div>
</div>-->
Loading
Loading