Skip to content

Commit 568f431

Browse files
authored
Merge pull request #15 from dominrios/demo
Updated pull request
2 parents 078333e + 5d6eaa8 commit 568f431

File tree

19 files changed

+140
-135
lines changed

19 files changed

+140
-135
lines changed

assets/js/main.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
showSlides();
9191

9292
function showSlides() {
93+
let delay = 8000
9394
let i;
9495
let slides = document.getElementsByClassName("mySlides");
9596
let dots = document.getElementsByClassName("dot");
@@ -103,7 +104,14 @@
103104
}
104105
slides[slideIndex-1].style.display = "block";
105106
dots[slideIndex-1].className += " active";
106-
setTimeout(showSlides, 8000); // Change image every 2 seconds
107+
108+
if (slideIndex == 1){
109+
delay = 8000
110+
} else{
111+
delay = 13000
112+
}
113+
114+
setTimeout(showSlides, delay); // Change image every 8 seconds on the first slide, 13 on every other
107115
}
108116

109117

assets/sass/custom.scss

Lines changed: 45 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ img {vertical-align: middle;}
4545
.text {
4646
color:white;
4747
font-size: 30px;
48-
padding: 50px 250px;
48+
padding: 50px 0px;
4949
position: absolute;
5050
top: 20%;
5151
left: 10%;
@@ -84,7 +84,9 @@ img {vertical-align: middle;}
8484

8585
/* On smaller screens, decrease text size */
8686
@media only screen and (max-width: 300px) {
87-
.text {font-size: 3px}
87+
.text {
88+
font-size: 5px;
89+
}
8890
}
8991

9092
/*Publications */
@@ -98,27 +100,19 @@ img {vertical-align: middle;}
98100
margin-top: -15px;
99101
line-height: 100%;
100102
}
101-
102-
103103
}
104104

105105
.figConfigpdf h4 {
106106
line-height: 100%;
107+
font-size: 1vw;
108+
font-size: 1vw;
109+
line-height: 1.3vw;
110+
margin-bottom: 1.2vw;
111+
text-align:left;
112+
max-width: 100%;
113+
color:black;
107114
}
108-
h4 {
109-
font-size: 1vw;
110-
font-size: 1vw;
111-
line-height: 1.3vw;
112-
margin-bottom: 0.5vw;
113-
text-align:left;
114-
max-width: 100%;
115-
color:black;
116-
117-
118-
}
119115

120-
121-
122116
.figConfigpdf figcaption{
123117
position:relative;
124118
p {
@@ -167,20 +161,33 @@ img {vertical-align: middle;}
167161

168162
}
169163

164+
.SidebarFig img {
165+
max-width: 150%;
166+
height: auto;
167+
display: block;
168+
margin-left: auto;
169+
margin-right: auto;
170+
171+
@media (max-width: 1440px) {
172+
max-width: 130%;
173+
}
174+
175+
@media (max-width: 1024px) {
176+
max-width: 100%
177+
}
178+
}
179+
180+
181+
170182
.SidebarFig h4{
171183
font-size: 1vw;
172184
}
173185

174186
.SidebarVideo{
175187
width:30vw;
176188
height:10vw;
177-
178-
179189
}
180190

181-
182-
183-
184191
#cta {
185192
text-align: center;
186193
padding: 3.5em 0;
@@ -197,16 +204,31 @@ img {vertical-align: middle;}
197204
margin-top: -8%;
198205
max-width:100%;
199206
font-size: 1.5vw;
207+
208+
@media (max-width: 480px) {
209+
margin-right: 20%;
210+
}
211+
212+
@media (min-width: 576px) {
213+
font-size: 2vw;
214+
}
215+
@media (min-width: 768px) {
216+
font-size: 2vw;
217+
}
218+
@media (min-width: 992px) {
219+
font-size: 1.5vw;
220+
}
200221
}
222+
201223
.button {
202-
203224
vertical-align: left;
204225
margin-left: 1em;
205226
}
206227

207228

208229
}
209230
}
231+
210232
a.imageLink{
211233
position:relative;
212234
right: 35vw;

config/_default/config.toml

Lines changed: 0 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -28,79 +28,7 @@ defaultContentLanguage = "en"
2828

2929
show_post_dates = false
3030

31-
[[params.social]]
32-
title = "Twitter"
33-
icon = "fa-twitter"
34-
url = "#"
35-
[[params.social]]
36-
title = "Facebook"
37-
icon = "fa-facebook-f"
38-
url = "#"
3931
[[params.social]]
4032
title = "GitHub"
4133
icon = "fa-github"
4234
url = "#"
43-
[[params.social]]
44-
title = "LinkedIn"
45-
icon = "fa-linkedin-in"
46-
url = "https://www.linkedin.com/company/pacific-northwest-national-laboratory"
47-
[[params.social]]
48-
title = "Creative Commons"
49-
icon = "fa-creative-commons"
50-
url = "https://creativecommons.org/"
51-
52-
53-
[params.footer]
54-
backgroundImage = 'images/mainPhoto.jpg'
55-
[[params.footer.links]]
56-
header = "Links to Stuff"
57-
[[params.footer.links.links]]
58-
title = "Mattis et quis rutrum"
59-
url = "#"
60-
[[params.footer.links.links]]
61-
title = "Suspendisse amet varius"
62-
url = "#"
63-
[[params.footer.links.links]]
64-
title = "Sed et dapibus quis"
65-
url = "#"
66-
[[params.footer.links.links]]
67-
title = "Rutrum accumsan dolor"
68-
url = "#"
69-
[[params.footer.links.links]]
70-
title = "Mattis rutrum accumsan"
71-
url = "#"
72-
[[params.footer.links.links]]
73-
title = "Suspendisse varius nibh"
74-
url = "#"
75-
[[params.footer.links.links]]
76-
title = "Sed et dapibus mattis"
77-
url = "#"
78-
79-
[[params.footer.links]]
80-
header = "More Links to Stuff"
81-
[[params.footer.links.links]]
82-
title = "Duis neque nisi dapibus"
83-
url = "#"
84-
[[params.footer.links.links]]
85-
title = "Sed et dapibus quis"
86-
url = "#"
87-
[[params.footer.links.links]]
88-
title = "Rutrum accumsan sed"
89-
url = "#"
90-
[[params.footer.links.links]]
91-
title = "Mattis et sed accumsan"
92-
url = "#"
93-
[[params.footer.links.links]]
94-
title = "Duis neque nisi sed"
95-
url = "#"
96-
[[params.footer.links.links]]
97-
title = "Sed et dapibus quis"
98-
url = "#"
99-
[[params.footer.links.links]]
100-
title = "Rutrum amet varius"
101-
url = "#"
102-
103-
[params.footer.contact_form]
104-
enabled = true
105-
header = "Get In Touch"
106-
action = ""

content/ABOUT/About.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ sidebar_left: AboutSidebar
1010

1111

1212
---
13-
Inexpensive, small-scale computers—such as the Raspberry Pi—can have Eclipse VOLTTRON installed as a controller.
1413

1514
### About Eclipse VOLTTRON
15+
1616
Eclipse VOLTTRON, developed at Pacific Northwest National Laboratory and now part of the Eclipse Foundation, is available as an open-source tool. This technology provides an environment where data and devices connect seamlessly and securely to make decisions based on user needs and preferences.
1717

18-
Business, research, and academic communities agree that Eclipse VOLTTRON is an important and versatile resource for improving system performance in buildings and creating a more flexible and reliable power grid. The technology, which was built with security as an integral priority, is used for multiple purposes, including:
18+
Industry, research, and academic communities agree that Eclipse VOLTTRON is an important and versatile resource for improving system performance in buildings and creating a more flexible and reliable power grid. The technology, which was built with security as an integral priority, is used for multiple purposes, including:
1919

2020
- Collection, aggregation, and visualization of data from building operations and other functions
2121
- Rapid adjustment of commercial building energy loads in response to power grid needs, a key step toward transactive control
2222
- Energy management in buildings that lack building automation systems
2323
- Deployment of fault detection and diagnostics applications in buildings to achieve increased operational efficiency.
2424

25-
But the technology’s adaptability has significantly expanded its promise; users are applying the platform in novel ways not originally envisioned.
25+
The technology’s adaptability has significantly expanded its promise. Users are applying the platform in novel ways not originally envisioned.
2626

2727
Eclipse VOLTTRON is open source and publicly available from GitHub, and its ongoing development benefits from a highly collaborative approach among advocates, including PNNL, the U.S. Department of Energy, the Eclipse Foundation, and an active and passionate nationwide community of users.
2828

content/ARCHIVES/accomplishments.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,47 @@
22
title: "ACCOMPLISHMENTS"
33
menu: archives
44
weight: 41
5-
5+
sidebar_right: AccomplishmentsRight
66
---
77

8-
### [Giving Control to SMBs](#giving-control-to-smbs)
8+
### Giving Control to SMBs
99

1010
Pacific Northwest National Laboratory has been developing a low-cost central control system for SMBs to more effectively manage heating and cooling, hot water, connected lighting, and potentially other building functions. The system will be interoperable, user-centric, and retrofittable.
1111

1212
**Impact**: Researchers estimate that not only will SMB owners and managers save money and equipment life, but broad deployment of the control system potentially could deliver source energy reductions between 2,000 and 2,500 trillion Btus yearly with commensurate emissions reductions.
1313

14-
### [Getting Intelligent with the Grid](#getting-intelligent-with-the-grid)
14+
### Getting Intelligent with the Grid
1515

1616
[ILC](https://www.pnnl.gov/intelligent-load-control) was created as part of the PNNL-led [Clean Energy and Transactive Campus](https://www.pnnl.gov/projects/clean-energy-and-transactive-campus) project, an effort initially funded by the Department of Energy (DOE) and Washington State. ILC offers three primary buildings-grid capabilities: capacity bidding, which incentivizes targeted consumption reductions; transactive energy methods for enabling a rapid negotiation process between buildings and the grid; and peak power load management.
1717

1818
**Impact**: The technology’s peak power load management capability has rapidly dropped electricity demand in buildings by 10 to 20 percent, reducing grid stress while maintaining occupant comfort within an acceptable range. ILC has been successfully deployed in multiple buildings at PNNL, at the University of Toledo, in two Washington, D.C. commercial buildings, and will be central to two DOE [Connected Communities projects](https://www.pnnl.gov/news-media/pnnl-helps-build-connected-communities) in 2024. Next: PNNL will make ILC operational in its campus buildings to coordinate with the City of Richland’s utility in mitigating peak load constraints.
1919

20-
### [Supporting Connected Communities](#supporting-connected-communities)
20+
### Supporting Connected Communities
2121

2222
PNNL is introducing technologies, including Eclipse VOLTTRON, Intelligent Load Control, Automated Fault Detection and Diagnostics (AFDD), and Automated Identification of Re-tuning or Retro-commissioning (AIRCx) to [Connected Communities](https://www.pnnl.gov/news-media/pnnl-helps-build-connected-communities) projects in Spokane, WA and Salt Lake City, UT.
2323

2424
**Impact**: The projects, which serve as models for future efforts, seek to transform thousands of homes and workplaces into state-of-the-art, energy-efficient buildings that interact with the grid to coordinate their energy consumption. The coordination can save energy, reduce costs and carbon emissions, improve grid reliability, and increase use of clean energy sources.
2525

26-
### [Enabling Efficiency in D.C.](#enabling-efficiency-in-dc)
26+
### Enabling Efficiency in D.C
2727

2828
In addition to fault detection and diagnostic technologies that improve efficiency, PNNL also installed and tested its Intelligent Load Control (ILC) in both buildings. ILC quickly and automatically adjusts building electricity needs in response to power grid supply and demand fluctuations.
2929

3030
**Impact**: Most commercial buildings could benefit from operational improvements and the ability to communicate directly with the power grid to save energy and costs. The application deployments identified some significant energy-saving opportunities for both buildings, as well as infrastructure issues that may hinder effective use. Further, the lessons learned from the testing will help potential future users of ILC and efficiency applications reduce the effort needed to apply the technologies in buildings.
3131

32-
### [Dispatching Optimization and Savings](#dispatching-optimization-and-savings)
32+
### Creating a Buildings Living Laboratory
33+
34+
In 2016, the Department of Energy, PNNL, the State of Washington, and university partners launched the Clean Energy and Transactive Campus (CETC) project to develop and test transactive control methodologies. As part of the project, researchers utilized Eclipse VOLTTRON to create a network that linked more than a dozen PNNL campus buildings.
35+
36+
**Impact**: The project effectively established a new research resource, the Buildings Living Laboratory (BLL), at PNNL, that can be used for a wide range of technology development and deployment purposes. Through CETC, the BLL helped facilitate the development of transactive energy management technologies. These include Intelligent Load Control (ILC), which has been deployed at various locations across the nation, and Transactive Coordination and Control. As a next step, PNNL will make ILC operational in its campus buildings in Richland, WA, to mitigate peak load constraints within Richland’s city-owned electric system.
37+
38+
### Dispatching Optimization and Savings
3339

3440
Economic dispatch effectively optimizes the operation of combined heating, cooling, and power system (CHP) units. This advance could be key in bringing more clean, renewable energy onto the power grid.
3541
[PNNL’s method](https://www.pnnl.gov/news-media/dispatch-delivers-good-energy-news), which also could save energy and enhance grid reliability, successfully enabled economic dispatch during the New York field test at an energy provider’s plant. Results strongly suggest the system can be deployed in the field and customized at lower cost than existing options.
3642

3743
**Impact**: The technology represents a cost and performance breakthrough, and a step forward in establishing next-generation integrated energy systems. A benchmarking analysis, which examined operations during the field test and compared the economic dispatch system to the previous CHP control method, demonstrated savings on the order of $50 per day. This equates to $20,000 per year in additional profit from a CHP.
3844

39-
### ["Connecting" Home Appliances](#connecting-home-appliances)
45+
### <a name='connecting-home-appliances'></a>"Connected" Home Appliances
4046

4147
The [Pacific Northwest National Laboratory](https://www.pnnl.gov/news-media/electric-connection-homes-helping-grid)-developed technology enables the heating and cooling units and hot water heaters to manage their electricity use in ways that help the grid coordinate supply and demand, while also enabling occupant cost and comfort preferences.
4248

0 commit comments

Comments
 (0)