From 868309a1d04c45c2a79351e39e519cec0fe1b7b3 Mon Sep 17 00:00:00 2001
From: Claire
Date: Fri, 19 Jul 2024 11:49:08 -0700
Subject: [PATCH 1/5] dynamic adjustments
---
assets/js/main.js | 2 +-
assets/sass/custom.scss | 240 +++++++++++++++---
content/ARCHIVES/Publications.md | 7 +-
content/Download.md | 11 -
content/tags/1.md | 4 -
layouts/partials/header.html | 2 +-
layouts/partials/homepage/banner.html | 30 ++-
layouts/partials/homepage/blocks/cta.html | 11 +-
layouts/partials/sidebar/AboutSidebar.html | 46 ++--
layouts/partials/sidebar/AboutSidebar2.html | 16 +-
.../sidebar/BuildingsOperationsLeft.html | 30 +--
layouts/partials/sidebar/ConnectedHome.html | 6 +-
layouts/partials/sidebar/DERSide.html | 21 +-
layouts/partials/sidebar/DMLeft.html | 4 +-
layouts/partials/sidebar/DevelopersLeft.html | 73 +++---
layouts/partials/sidebar/MarketSlnLeft.html | 30 +--
layouts/partials/sidebar/OpensourceSide.html | 14 +-
layouts/partials/sidebar/PotentialSide.html | 24 +-
layouts/partials/sidebar/ScalableSide.html | 6 +-
layouts/partials/sidebar/SecureSide.html | 6 +-
layouts/partials/sidebar/developerSide.html | 13 +-
layouts/partials/sidebar/interopSide.html | 22 +-
public/about/about/index.html | 66 ++---
public/about/index.html | 4 +-
public/archives/index.html | 4 +-
public/archives/publications/index.html | 28 +-
public/de/index.html | 43 ++--
public/de/posts/fifth/index.html | 2 +-
public/de/posts/first/index.html | 2 +-
public/de/posts/fourth/index.html | 2 +-
public/de/posts/index.html | 2 +-
public/de/posts/second/index.html | 2 +-
public/de/posts/sixth/index.html | 2 +-
public/de/posts/third/index.html | 2 +-
public/de/tags/beispiel/index.html | 2 +-
public/de/tags/duis-neque/index.html | 2 +-
public/de/tags/index.html | 2 +-
public/de/tags/lorem-ipsum/index.html | 2 +-
public/developers/index.html | 77 +++---
public/download/index.html | 2 +-
public/en/sitemap.xml | 2 -
public/es/index.html | 43 ++--
public/es/posts/fifth/index.html | 2 +-
public/es/posts/first/index.html | 2 +-
public/es/posts/fourth/index.html | 2 +-
public/es/posts/index.html | 2 +-
public/es/posts/second/index.html | 2 +-
public/es/posts/sixth/index.html | 2 +-
public/es/posts/third/index.html | 2 +-
public/es/tags/duis-neque/index.html | 2 +-
public/es/tags/ejemplo/index.html | 2 +-
public/es/tags/index.html | 2 +-
public/es/tags/lorem-ipsum/index.html | 2 +-
public/highlights/addsvalue/index.html | 17 +-
public/highlights/costeffective/index.html | 17 +-
.../highlights/developerfriendly/index.html | 17 +-
public/highlights/index.html | 4 +-
public/highlights/interoperable/index.html | 26 +-
public/highlights/opensource/index.html | 18 +-
public/highlights/potential/index.html | 28 +-
public/highlights/scalable/index.html | 10 +-
public/highlights/secure/index.html | 10 +-
public/index.html | 45 ++--
public/index.xml | 7 -
public/js/main.js | 2 +-
public/posts/buildingsoperations/index.html | 34 ++-
public/posts/connectedhomes/index.html | 10 +-
public/posts/datamanagement/index.html | 8 +-
public/posts/distenergyresources/index.html | 25 +-
public/posts/index.html | 4 +-
public/posts/marketsolns/index.html | 34 ++-
public/style.css | 2 +-
public/tags/1/index.html | 16 +-
public/tags/10/index.html | 4 +-
public/tags/11/index.html | 4 +-
public/tags/12/index.html | 4 +-
public/tags/13/index.html | 4 +-
public/tags/14/index.html | 4 +-
public/tags/2/index.html | 4 +-
public/tags/3/index.html | 4 +-
public/tags/4/index.html | 4 +-
public/tags/5/index.html | 4 +-
public/tags/6/index.html | 4 +-
public/tags/7/index.html | 4 +-
public/tags/8/index.html | 4 +-
public/tags/9/index.html | 4 +-
public/tags/index.html | 4 +-
public/tags/office-hours/index.html | 4 +-
...s_e69affafe8a885c5eaec6318670bba44.content | 2 +-
89 files changed, 731 insertions(+), 596 deletions(-)
delete mode 100644 content/Download.md
diff --git a/assets/js/main.js b/assets/js/main.js
index f481129..7779ddd 100644
--- a/assets/js/main.js
+++ b/assets/js/main.js
@@ -103,7 +103,7 @@
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
- setTimeout(showSlides, 8000); // Change image every 2 seconds
+ setTimeout(showSlides, 20000); // Change image every 10 seconds
}
diff --git a/assets/sass/custom.scss b/assets/sass/custom.scss
index cf78eb3..9ec8b7a 100644
--- a/assets/sass/custom.scss
+++ b/assets/sass/custom.scss
@@ -5,7 +5,7 @@
z-index:999;
cursor: pointer;
- -webkit-transition-property: all;
+ -webkit-transition-property9: all;
-webkit-transition-duration: 0.3s;
-webkit-transition-timing-function: ease;
}
@@ -46,21 +46,20 @@ img {vertical-align: middle;}
position: relative;
margin: auto;
z-index: -1;
-
+ text-align: center;
}
/* Caption text */
.text {
- color:white;
- font-size: 25px;
- padding: 50px 250px;
position: absolute;
- bottom: 350px;
- width: 100%;
- text-align:left;
- line-height: 50px;
+ top: 10%;
+ left: 10%;
+ right: 10%;
+ font-size: 1.3vw;
+ line-height: 2.2vw;
+ color:white;
text-shadow: 2px 2px 0px black;
}
@@ -95,45 +94,224 @@ img {vertical-align: middle;}
.text {font-size: 11px}
}
-
+/*Publications */
.figConfigpdf{
display: inline-table;
- max-width: 20%;
- margin-right: 50px;
+ max-width: 2vw;
+ margin-right: 4vw;
- p {
- font-size: medium;
- margin-top: -15px;
- line-height: 100%;
- }
+
}
-
-.figConfigpdf h4 {
+.figConfigpdf figcaption{
+ position:relative;
+ p {
+ font-size: medium;
+ margin-top: 0.5vw;
line-height: 100%;
+ }
+ h4 {
+ transform: translate(0%, 0%);
+
+ }
}
+
.figConfig{
display: inline-table;
max-width: 20%;
margin-right: 50px;
-
- p {
- font-size: medium;
- margin-top: -15px;
- line-height: 100%;
+ p{
+ font-size: 1vw;
+ line-height: 1.3vw;
+ margin-bottom: 2vw;
+ text-align:left;
+ max-width: 100%;
+ color:black;
}
-
-
}
.figConfig img {
- max-width: 380px;
- min-width: 380px;
+ max-width: 20vw;
+ min-width: 20vw;
}
-.figConfig h4 {
- line-height: 100%;
-}
\ No newline at end of file
+/*For sidebar Info*/
+.SidebarFig{
+ display:inline-table;
+ max-width:20%;
+ .caption{
+ font-size: 0.9vw;
+ line-height: 1.3vw;
+ margin-bottom: 2vw;
+ color:black;
+ }
+
+
+}
+.SidebarFig img {
+ max-width: 15vw;
+}
+.SidebarFig h4{
+ font-size: 1vw;
+}
+
+
+
+
+#cta {
+ text-align: center;
+ padding: 3.5em 0;
+
+ header {
+ h2 {
+ display: inline-block;
+ vertical-align: left;
+ margin: 0;
+ }
+ p{
+ color:white;
+ text-align: right;
+ margin-top: -8%;
+ max-width:100%;
+ font-size: 1.5vw;
+ }
+ .button {
+
+ vertical-align: left;
+ margin-left: 1em;
+ }
+
+
+ }
+}
+a.imageLink{
+ position:relative;
+ right: 35vw;
+ top: -1vw;
+ z-index: 1;
+ max-width: 12vw;
+
+}
+#nav {
+ cursor: default;
+ background-color: black;
+ @include vendor('background-image', ('linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3))', 'url("images/bg01.png")'));
+ padding: 0;
+
+ &:after {
+ content: '';
+ display: block;
+ width: 100%;
+ height: 0.75em;
+ background-color: _palette(accent, bg);
+ background-image: url("images/bg01.png");
+ }
+
+ > ul {
+ margin: 0;
+
+ > li {
+ position: relative;
+ display: inline-block;
+ margin-left: 1em;
+
+ a {
+ color: _palette(obscure, fg);
+ text-decoration: none;
+ border: 0;
+ display: block;
+ padding: 1.5em 0.5em 1.35em 0.5em;
+ }
+
+ &:first-child {
+ margin-left: 0;
+ }
+
+ &:hover {
+ a {
+ color: _palette(accent, fg);
+ }
+ }
+
+ &.current {
+ font-weight: 600;
+
+ &:before {
+ @include vendor('transform', 'rotateZ(45deg)');
+ width: 0.75em;
+ height: 0.75em;
+ content: '';
+ display: block;
+ position: absolute;
+ bottom: -0.5em;
+ left: 50%;
+ margin-left: -0.375em;
+ background-color: _palette(accent, bg);
+ background-image: url("images/bg01.png");
+ }
+
+ a {
+ color: _palette(accent, fg);
+
+ }
+ }
+
+ &.active {
+ a {
+ color: white;
+ background-color: black;
+ }
+
+ &.current {
+ &:before {
+ background-color: black;
+ opacity: 0;
+ }
+
+ }
+ &.opener{
+ background-color: black;
+ }
+ }
+
+ > ul {
+ display: none;
+ background-color: black;
+
+ }
+ }
+ }
+}
+
+header {
+ p {
+ color: _palette(fg-light);
+ font-size: 1em;
+ position: relative;
+ margin-top: -1.25em;
+ margin-bottom: 0.25em;
+ font-style:italic;
+ }
+
+ &.major {
+ text-align: center;
+ margin: 0 0 2em 0;
+
+ h2 {
+ font-size: 2.25em;
+ }
+
+ p {
+ position: relative;
+ border-top: solid 1px _palette(border);
+ padding: 1em 0 0 0;
+ margin: 0;
+ top: -1em;
+ font-size: 1.5em;
+ letter-spacing: -0.025em;
+ }
+ }
+}
diff --git a/content/ARCHIVES/Publications.md b/content/ARCHIVES/Publications.md
index de8e5f9..c872f58 100644
--- a/content/ARCHIVES/Publications.md
+++ b/content/ARCHIVES/Publications.md
@@ -6,36 +6,31 @@ weight: 41
---
+
{{< figure class="figConfigpdf" title="VOLTTRON™ 10 Module Updates" src="../../images/publications/ModularUpdates.jpg" link="../../Documents/publications/ModularUpdates.pdf" caption="VOLTTRON™ 10 Modular Updates: An overview presentation of updates in VOLTTRON™ 10.0.">}}
{{< figure class="figConfigpdf" title="VOLTTRON™ Visual Consequence Profile" src="../../images/publications/VisualConsequence.jpg" link="../../Documents/publications/VisualConsequence.pdf" caption="A visual consequence profile for a hypo-crime adversary.">}}
{{< figure class="figConfigpdf" title="Adversary Dossier" src="../../images/publications/AversaryDossier.jpg" link="../../Documents/publications/AversaryDossier.pdf" caption="The dossier summarizes abuse case analysis of VOLTTRON™ within the adversarial context of a cyber-criminal organization.">}}
{{< figure class="figConfigpdf" title="VOLTTRON™ Threat Profile - November 2021" src="../../images/publications/ThreatProfileV8.jpg" link="../../Documents/publications/ThreatProfileV8.pdf" caption="This Threat Profile provides critical information for making threat-based decisions to increase security at a reasonable cost and to reduce risk. Readers can use the Threat Profile to decide...">}}
-
{{< figure class="figConfigpdf" title="Application of Configuration Management Approaches to Deployment of the VOLTTRON™ Platform" src="../../images/publications/ConfigManagement.jpg" link="../../Documents/publications/ConfigManagement.pdf" caption="This report reviews approaches for the deployment of the VOLTTRON™ building control platform">}}
{{< figure class="figConfigpdf" title="Message Bus Usage Recommendations" src="../../images/publications/MessageBus.png" link="../../Documents/publications/MessageBus.pdf" caption="This document describes ZeroMQ (ZMQ) and RabbitMQ (RMQ) as used in VOLTTRON™ and discusses the most appropriate message bus choice for a specific VOLTTRON™ deployment use case.">}}
{{< figure class="figConfigpdf" title="ACE IoT Threat Profile – June 2020" src="../../images/publications/ACEThreatProfile.jpg" link="../../Documents/publications/ACEThreatProfile.pdf" caption="Provides a foundation for a thorough understanding of possible threats as well as mitigations that have been implemented, or can be implemented. This Threat Profile focuses on open network...">}}
{{< figure class="figConfigpdf" title="VOLTTRON™ Threat Profile - May 2020" src="../../images/publications/ThreatProfileV7.jfif" link="../../Documents/publications/ThreatProfileV7.pdf" caption="Establishes security requirements, justifies security measures, and yields actionable controls for VOLTTRON™ deployments; aids in communicating risk to decision makers, development teams.">}}
-
{{< figure class="figConfigpdf" title="Secure Software Central: The VOLTTRON™ Case" src="../../images/publications/SecureCentral.jfif" link="../../Documents/publications/SecureCentral.pdf" caption="This report describes the Secure Software Central (SSC) offerings in general and the specific offerings applied to VOLTTRON™.">}}
{{< figure class="figConfigpdf" title="VOLTTRON™ Community Security Report" src="../../images/publications/CommSR.png" link="../../Documents/publications/CommSR.pdf" caption="This Community Security Report outlines the process for developing a Threat Profile, discusses results of the campus deployment Threat Profile, and describes preliminary Threat Findings for two...">}}
{{< figure class="figConfigpdf" title="VOLTTRON™ Threat Profile - May 2019" src="../../images/publications/ThreatProfile1.jpg" link="../../Documents/publications/ThreatProfile1.pdf" caption="Establishes security requirements, justifies security measures, and yields actionable controls for VOLTTRON™ deployments; aids in communicating risk to decision makers, development teams.">}}
{{< figure class="figConfigpdf" title="Security Features VOLTTRON™ Distributed Sensing and Control Platform" src="../../images/publications/SecurityFeatures.jpg" link="../../Documents/publications/SecurityFeatures.pdf" caption="VOLTTRON™ enables rapid authoring and secure deployment of autonomous software agents for distributed sensing and controls. It is designed to be as secure as possible to meet desired security...">}}
-
{{< figure class="figConfigpdf" title="VOLTTRON™ Deployment and Scalability" src="../../images/publications/VOLTTRON_Scalability-update-final_Page_01.jpg" link="../../Documents/publications/VOLTTRON_Scalability-update-final.pdf" caption="Throughout Fiscal Years (FY) 2016 and early 2017, Pacific Northwest National Laboratory (PNNL) and Oak Ridge National Laboratory investigated the effects of scaling on VOLTTRON™ and its components...">}}
{{< figure class="figConfigpdf" title="VOLTTRON™ Documentation" src="../../images/publications/VOLTTRON_Documentation.jfif" link="http://volttron.readthedocs.io/en/develop/index.html" caption="This resource serves as a user guide for the deployment of...">}}
{{< figure class="figConfigpdf" title="VOLTTRON™ Brochure" src="../../images/publications/VOLTTRON_Brochure.jpg" link="../../Documents/VOLTTRON_Brochure_V11_WEB.pdf" caption="VOLTTRON™ is an open source distributed control and sensing software platform. Cost effective, scalable and secure, this technology improves the control of heating, ventilation and air...">}}
{{< figure class="figConfigpdf" title="Transactive Control of Commercial Building HVAC Systems" src="../../images/publications/TCC_HVAC_Systems.jpg" link="../../Documents/publications/TCC_HVAC_Systems.pdf" caption="This document details the development and testing of market-based transactive controls for commercial building heating, ventilation, and air-conditioning systems. These controls are intended to...">}}
-
{{< figure class="figConfigpdf" title="Coordination and Control of Flexible Buildings for Renewable Integration" src="../../images/publications/RenewableIntegrations.jpg" link="../../Documents/publications/RenewableIntegration.pdf" caption="Renewable energy resources such as wind and solar power have a high degree of uncertainty. Large-scale integration of these variable generation sources into the grid is a big challenge for power...">}}
{{< figure class="figConfigpdf" title="Intelligent Load Control" src="../../images/publications/IntelligentLoadControl.jpg" link="../../Documents/publications/IntelligentLoadControl.pdf" caption="This report describes how the intelligent load control (ILC) algorithm can be implemented to achieve peak demand reduction while minimizing impacts on occupant comfort. The algorithm was designed...">}}
{{< figure class="figConfigpdf" title="VOLTTRON™ Buildings" src="../../images/publications/EnergyEfficiencyBuild1.png" link="../../Documents/VOLTTRON_buildings_2017.pdf" caption="Descriptions of how VOLTTRON™ can be used to enable improved control of building operations and energy efficiency.">}}
{{< figure class="figConfigpdf" title="VOLTTRON™ Security" src="../../images/publications/SecureEnergyEfficiencyTool.png" link="../../Documents/VOLTTRON_security_2017.pdf" caption="A summary of VOLTTRON™'s cutting-edge security features.">}}
-
{{< figure class="figConfigpdf" title="VOLTTRON™ Grid Services" src="../../images/publications/DistributingWithTheGrid.png" link="../../Documents/VOLTTRON_gridservices_2017.pdf" caption="Descriptions of how VOLTTRON™ can be used to improve integration of distributed energy resources and stabilize power grid operations.">}}
{{< figure class="figConfigpdf" title="VOLTTRON™ Tech to Market" src="../../images/publications/TtM_BuildingGuide.png" link="../../Documents/VOLTTRON_Tech_to_Market.pdf" caption="Provides a basic description of VOLTTRON™ capabilities, examines initial deployment activities and provides a best practice technology adoption guide for use by entities serving the small- and...">}}
{{< figure class="figConfigpdf" title="VOLTTRON™ 2016" src="../../images/publications/VOLTTRON_2016.jpg" link="../../Documents/publications/VOLTTRON_2016.pdf" caption="VOLTTRON™ is a flexible, reliable, and scalable platform for distributed control and sensing. VOLTTRON™ serves in four primary roles...">}}
{{< figure class="figConfigpdf" title="VOLTTRON™ Overview" src="../../images/publications/Overview1.png" link="../../Documents/VOLTTRON_Efficient_Grid_2017.pdf" caption="VOLTTRON™, developed at Pacific Northwest National Laboratory, is a distributed control and sensing software platform.">}}
-
{{< figure class="figConfigpdf" title="PlatformReq" src="../../images/publications/PlatformReq.jpg" link="../../Documents/publications/PlatformModelAndRequirements.pdf" caption="Given the distributed nature of the power grid—with millions of components operating independently and without context of their environments—centralized control is difficult and cost orohibitive...">}}
{{< figure class="figConfigpdf" title="Transactional Based Building Controls Framwork" src="../../images/publications/TB-BuildingGuide.jpg" link="../../Documents/publications/Transaction_Based_Building.pdf" caption="Buildings consume 40% of the total energy in the U.S. and over 70% of the nation’s total electricity today. Concerted efforts on both federal and state level have contributed to the flattening of...">}}
{{< figure class="figConfigpdf" title="SmartGridPlatform" src="../../images/publications/SmartGridPlatform.jpg" link="../../Documents/publications/VOLTTRON_Platform_Demo.pdf" caption="VOLTTRON™ platform enables the deployment of intelligent sensors and controllers in the smart grid and provides a stable, secure and flexible framework that expands the sensing and control...">}}
diff --git a/content/Download.md b/content/Download.md
deleted file mode 100644
index 8b17cbf..0000000
--- a/content/Download.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: "DOWNLOAD"
-description: "Welcome to VOLTTRON™"
-menu: main
-weight: 50
-
-image_alt: "Hello!"
----
-VOLTTRONTM is free and open-source, and available for download from [GitHub](https://github.com/VOLTTRON/volttron). For more information on how to get VOLTTRON, visit Read the Docs.
-
-Prior to download, view the license statement on GitHub.
\ No newline at end of file
diff --git a/content/tags/1.md b/content/tags/1.md
index 08a78aa..fb3830e 100644
--- a/content/tags/1.md
+++ b/content/tags/1.md
@@ -19,18 +19,14 @@ tags:
- 14
---
-
{{< figure class="figConfig" title="Office Hours - January 5, 2024" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jan5-24.jpg" link="https://youtu.be/sV7tXz53LVE?list=TLGGAUACxCrhMjoyMTA2MjAyNA" caption="This office hours has a presentation by Ben Bartling of Slipstream talking about BACPypes3’s features and his use of its scripting capabilities. This discussion feeds directly into the driver working...">}}
{{< figure class="figConfig" title="Office Hours - November 10, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-Nov10-23.jpg" link="https://youtu.be/DqOuq50AjAI?list=TLGGB5HeUhn2LCwyMTA2MjAyNA" caption="This office hours has a demonstration of the 2030.5 agent as well as a discussion of the upcoming VOLTTRON 9.0 release. This is an update to the “monolithic” version of the platform incorporating...">}}
{{< figure class="figConfig" title="Office Hours - October 27, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-Oct27-23.jpg" link="https://youtu.be/P2-T4iomrkQ?list=TLGGxyx1BwejocUyMTA2MjAyNA" caption="This session saw a demonstration of a Home Assistant driver for sharing data between this home automation system and the VOLTTRON platform. ILC has been configured to utilize this driver as an...">}}
-
{{< figure class="figConfig" title="Office Hours - October 13, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-Oct13-23.jpg" link="https://youtu.be/UXKyckwkJo0?list=TLGGH2LXlrWvsRYyMTA2MjAyNA" caption="This open topic session led to a discussion on visualizing devices for a lighting application as well as adding and removing configurations through the VOLTTRON web interface.">}}
{{< figure class="figConfig" title="Office Hours - September 29, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-Sep29-23.jpg" link="https://youtu.be/l7iGyECLVdo?list=TLGGJkKfDlcgBdEyMTA2MjAyNA" caption="This session saw a presentation and discussion of the 2030.5 driver that is ready for testing by the community.">}}
{{< figure class="figConfig" title="Office Hours - September 1, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-Sep01-23.jpg" link="https://youtu.be/c52R6OX_2rQ?list=TLGGV3CnC8CTXz8yMTA2MjAyNA" caption="The new core publish/subscribe by tag service is presented at this session and is discussed in the context of the the overall interoperability effort.">}}
-
{{< figure class="figConfig" title="Office Hours - June 28, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jun28-23.jpg" link="https://youtu.be/D_R3i3Izv9o?list=TLGGO5JDbQV-VbsyMTA2MjAyNA" caption="An open-topic Office Hours session that covered questions around the Docker image, debugging a user’s driver setup, Linux distros, and more.">}}
{{< figure class="figConfig" title="Office Hours - June 9, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jun09-23.jpg" link="https://youtu.be/d2HMYAtJvIs?list=TLGGaN02kwYQ6YoyMTA2MjAyNA" caption="An Office Hours video that followed up on a community request to discuss code spaces and visual studio code integration with Github.">}}
{{< figure class="figConfig" title="Office Hours - May 26, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-May26-23.jpg" link="https://youtu.be/sJ1tzvBjbGE?list=TLGGsKr4i3qtAXwyMTA2MjAyNA" caption="Today’s office hours was an open topic forum where upcoming releases and release process was discussed among other topics.">}}
-
{{< figure class="figConfig" title="Office Hours - May 12, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-May12-23.jpg" link="https://youtu.be/qTa-4VBKYPY?list=TLGGzk06PqfzdX0yMTA2MjAyNA" caption="In this office hours session, there is a discussion of the next code drop of the modular codebase. Open topic discussion touches on the current production version (8.2), the github workflow for...">}}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 60d1e31..3b511a0 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -9,7 +9,7 @@
-
-
-
- VOLTTRON™ platform Installation
- -
-
- getting started with the platform from downloading the code to running a simple instance. If you’re new to VOLTTRON, this is a good place to start.
+
+
- BACnet Tutorial
-
-
- how to utilize the BACnet driver in VOLTTRON to communicate with devices for data collection and control.
+
+
+
+
-
+
@@ -48,26 +51,30 @@ Office Hours
to view previous recordings.
-
- Office Hours- January 5th, 2024
- -
-
- Ben Bartling of Slipstream talking about BACPypes3’s features and his use of its scripting capabilities.
+
+
+
+
+
+