| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>Chris Bolduc | Energy Efficiency Expert</title> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> |
| <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> |
| <script src="https://unpkg.com/feather-icons"></script> |
| <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script> |
| <style> |
| .hero-gradient { |
| background: white; |
| } |
| .skill-pill { |
| transition: all 0.3s ease; |
| } |
| .skill-pill:hover { |
| transform: translateY(-2px); |
| box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); |
| } |
| .timeline-item:before { |
| content: ''; |
| position: absolute; |
| left: -1.5rem; |
| top: 0; |
| width: 1rem; |
| height: 1rem; |
| border-radius: 50%; |
| background: #3b82f6; |
| } |
| |
| |
| @media (max-width: 768px) { |
| #hero h1 { |
| font-size: 2.5rem; |
| } |
| #hero h2 { |
| font-size: 1.5rem; |
| } |
| .container { |
| padding-left: 1rem; |
| padding-right: 1rem; |
| } |
| .timeline-item:before { |
| left: -0.5rem; |
| width: 0.75rem; |
| height: 0.75rem; |
| } |
| .border-l-2, .border-l-4 { |
| border-left-width: 1px; |
| } |
| .grid-cols-1 { |
| grid-template-columns: 1fr; |
| } |
| .md\:grid-cols-2 { |
| grid-template-columns: 1fr; |
| } |
| .md\:grid-cols-3 { |
| grid-template-columns: 1fr; |
| } |
| .flex-col { |
| flex-direction: column; |
| } |
| .text-4xl { |
| font-size: 2rem; |
| } |
| .text-5xl { |
| font-size: 2.25rem; |
| } |
| .py-20 { |
| padding-top: 5rem; |
| padding-bottom: 5rem; |
| } |
| .px-6 { |
| padding-left: 1rem; |
| padding-right: 1rem; |
| } |
| .pl-8 { |
| padding-left: 1rem; |
| } |
| .gap-12 { |
| gap: 1rem; |
| } |
| .space-y-12 > * + * { |
| margin-top: 1rem; |
| } |
| #vanta-bg { |
| display: none; |
| } |
| #hero { |
| background: white; |
| } |
| } |
| </style> |
| </head> |
| <body class="font-sans antialiased text-gray-800"> |
| |
| <div id="hero" class="min-h-screen flex items-center justify-center bg-white"> |
| <div class="absolute inset-0 overflow-hidden" style="top: 85px;"> |
| <div class="h-full w-full" style="background: url('https://huggingface.co/spaces/cbow/hubworks/resolve/main/images/streak.gif') no-repeat center top; background-size: contain;"></div> |
| </div> |
| <div class="container mx-auto px-4 md:px-6 py-16 md:py-20 relative z-10"> |
| <div class="flex items-center justify-start gap-4 mb-8 relative z-20"> |
| <img src="https://huggingface.co/spaces/cbow/hubworks/resolve/main/images/tree.png" alt="Logo" class="h-16 md:h-24"> |
| <h1 class="text-4xl md:text-5xl lg:text-6xl font-bold text-white relative z-20 drop-shadow-lg" data-aos="fade-down"> |
| Chris Bolduc |
| </h1> |
| </div> |
| <h2 class="text-xl md:text-2xl lg:text-3xl font-semibold text-gray-800 mb-6 md:mb-8 text-left relative z-10" data-aos="fade-down" data-aos-delay="100"> |
| Senior Energy Efficiency Consultant & Project Manager |
| </h2> |
| <p class="text-lg md:text-xl text-gray-700 max-w-3xl mb-8 md:mb-10 text-left" data-aos="fade-down" data-aos-delay="200"> |
| Driving national energy policy through scientific research, cross-functional leadership, and innovative system thinking |
| </p> |
| <div class="flex flex-wrap justify-start gap-3 md:gap-4" data-aos="fade-up" data-aos-delay="300"> |
| <a href="#about" class="px-6 py-2 md:px-8 md:py-3 bg-white text-blue-800 font-semibold rounded-full hover:bg-blue-50 transition duration-300 text-sm md:text-base"> |
| Learn More |
| </a> |
| <a href="#contact" class="px-6 py-2 md:px-8 md:py-3 border border-gray-800 md:border-2 text-gray-800 font-semibold rounded-full hover:bg-gray-100 hover:text-blue-800 transition duration-300 text-sm md:text-base"> |
| Contact Me |
| </a> |
| </div> |
| </div> |
| <a href="#about" class="absolute bottom-8 md:bottom-10 left-1/2 transform -translate-x-1/2 animate-bounce" data-aos="fade-up" data-aos-delay="400"> |
| <i data-feather="chevron-down" class="text-gray-800 w-8 h-8 md:w-10 md:h-10"></i> |
| </a> |
| </div> |
|
|
| |
| <section id="about" class="py-12 md:py-20 bg-white"> |
| <div class="container mx-auto px-4 md:px-6"> |
| <div class="mb-12 md:mb-16"> |
| <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-3 md:mb-4" data-aos="fade-up">Career Profile</h2> |
| <div class="w-20 h-1 bg-blue-600 mb-6" data-aos="fade-up" data-aos-delay="100"></div> |
| <p class="text-lg md:text-xl text-gray-600 max-w-4xl px-3 md:px-0" data-aos="fade-up" data-aos-delay="200"> |
| As an Affiliate Consultant at Lawrence Berkeley National Laboratory, I bring over fifteen years of specialized experience in scientific research and economic project management focused on energy efficiency standards and regulations. My work directly supports the U.S. Department of Energy's mission to establish minimum energy efficiency requirements that deliver substantial, measurable reductions in greenhouse gas emissions. Through rigorous data analysis, stakeholder engagement, and innovative system modeling, I've contributed to regulatory frameworks that provide both national and global environmental benefits while maintaining economic viability. My approach combines technical expertise with strategic leadership to navigate complex regulatory landscapes and deliver impactful results that stand up to scientific and legal scrutiny. |
| </p> |
| </div> |
|
|
| <div class="grid md:grid-cols-1 gap-8 md:gap-12 px-3 md:px-0"> |
| <div data-aos="fade-right"> |
| <h3 class="text-2xl font-semibold text-gray-800 mb-4">Core Competencies</h3> |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6 md:mb-8"> |
| <div class="bg-gray-50 p-4 rounded-lg"> |
| <h4 class="font-semibold text-blue-800 mb-2">Strategic Leadership</h4> |
| <p class="text-gray-700">Developing innovative approaches to complex energy efficiency challenges through creative thinking and system analysis</p> |
| </div> |
| <div class="bg-gray-50 p-4 rounded-lg"> |
| <h4 class="font-semibold text-blue-800 mb-2">Project Management</h4> |
| <p class="text-gray-700">Leading cross-functional teams across technical, policy, and stakeholder domains to deliver impactful results</p> |
| </div> |
| <div class="bg-gray-50 p-4 rounded-lg"> |
| <h4 class="font-semibold text-blue-800 mb-2">Technical Expertise</h4> |
| <p class="text-gray-700">Designing robust modeling frameworks and transforming data into actionable policy insights</p> |
| </div> |
| <div class="bg-gray-50 p-4 rounded-lg"> |
| <h4 class="font-semibold text-blue-800 mb-2">Stakeholder Engagement</h4> |
| <p class="text-gray-700">Bridging interests between regulators, industry, and environmental groups through effective negotiation</p> |
| </div> |
| <div class="bg-gray-50 p-4 rounded-lg"> |
| <h4 class="font-semibold text-blue-800 mb-2">Regulatory Implementation</h4> |
| <p class="text-gray-700">Navigating complex rulemaking processes while maintaining scientific integrity and policy objectives</p> |
| </div> |
| <div class="bg-gray-50 p-4 rounded-lg"> |
| <h4 class="font-semibold text-blue-800 mb-2">Knowledge Transfer</h4> |
| <p class="text-gray-700">Authoring publications, presenting complex concepts, and mentoring emerging energy professionals</p> |
| </div> |
| </div> |
| <h3 class="text-xl md:text-2xl font-semibold text-gray-800 mb-3 md:mb-4">Career Highlights</h3> |
| <ul class="space-y-3 md:space-y-4 list-disc pl-5"> |
| <li>Led teams contributing to US DOE regulations saving quads of energy and reducing CO2 emissions by hundreds of Mt through 2030</li> |
| <li>Managed teams producing peer-reviewed analysis for energy efficiency standards across multiple equipment categories</li> |
| <li>Represented DOE in public, adversarial negotiations with industry for key efficiency standards</li> |
| <li>Successfully worked with diverse presidential administrations to achieve their energy efficiency goals</li> |
| <li>Navigated changing political landscapes while maintaining continuity in energy policy implementation</li> |
| <li>Adapted analytical approaches to align with varying administration priorities without compromising scientific integrity</li> |
| </ul> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="experience" class="py-12 md:py-20 bg-gray-50"> |
| <div class="container mx-auto px-4 md:px-6"> |
| <div class="mb-12 md:mb-16"> |
| <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-3 md:mb-4" data-aos="fade-up">Professional Experience</h2> |
| <div class="w-20 h-1 bg-blue-600 mb-6" data-aos="fade-up" data-aos-delay="100"></div> |
| </div> |
|
|
| <div class="max-w-4xl mx-auto"> |
| <div class="relative pl-4 md:pl-8 border-l border-blue-200 md:border-l-2 space-y-8 md:space-y-12"> |
| |
| <div class="relative timeline-item" data-aos="fade-up"> |
| <div class="bg-white p-6 rounded-lg shadow-md hover:shadow-lg transition duration-300"> |
| <div class="flex flex-col md:flex-row md:justify-between md:items-center mb-4"> |
| <h3 class="text-2xl font-bold text-blue-800">Lawrence Berkeley National Laboratory</h3> |
| <span class="text-blue-600 font-medium">2001 – Present</span> |
| </div> |
| <p class="text-gray-600 mb-4">Energy Efficiency Studies Department, Berkeley, USA</p> |
| |
| |
| <div class="mb-6 pl-4 border-l-4 border-blue-400"> |
| <h4 class="text-xl font-semibold text-gray-800 mb-2">Affiliate Consultant (2018 - Present)</h4> |
| <ul class="space-y-2 text-gray-700 text-sm md:text-base list-disc pl-5"> |
| <li>Conceived and directed creation of integrated internal modelling stack improving efficiency and eliminating bottlenecks</li> |
| <li>Led Department energy conservation standards efforts for multiple products</li> |
| <li>Played pivotal role in forming relationships to acquire crucial load data from stakeholders</li> |
| </ul> |
| </div> |
| |
| |
| <div class="mb-6 pl-4 border-l-4 border-blue-400"> |
| <h4 class="text-xl font-semibold text-gray-800 mb-2">Program Manager II (2014 - 2018)</h4> |
| <ul class="space-y-2 text-gray-700 list-disc pl-5"> |
| <li>Directed migration from Excel to Python, improving simulation performance by 60x</li> |
| <li>Represented DOE during court-ordered regulatory negotiations</li> |
| <li>Led efforts to harmonize efficiency test procedures between USA and EU</li> |
| </ul> |
| </div> |
| |
| |
| <div class="grid md:grid-cols-2 gap-4"> |
| <div class="pl-4 border-l-4 border-blue-300"> |
| <h4 class="text-lg font-semibold text-gray-800 mb-2">Computer Systems Engineer III (2011 - 2014)</h4> |
| <ul class="space-y-1 text-sm text-gray-700 list-disc pl-5"> |
| <li>Directed research, data organization and documentation</li> |
| <li>Model and report integrations across platforms</li> |
| <li>Represented analysis during negotiations</li> |
| </ul> |
| </div> |
| <div class="pl-4 border-l-4 border-blue-300"> |
| <h4 class="text-lg font-semibold text-gray-800 mb-2">Research Associate (2001 - 2003)</h4> |
| <ul class="space-y-1 text-sm text-gray-700 list-disc pl-5"> |
| <li>Conducted basic research and data organization</li> |
| <li>Standardized documentation processes</li> |
| <li>Provided technical documentation</li> |
| </ul> |
| </div> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div class="relative timeline-item" data-aos="fade-up" data-aos-delay="100"> |
| <div class="bg-white p-6 rounded-lg shadow-md hover:shadow-lg transition duration-300"> |
| <h3 class="text-xl font-bold text-blue-800 mb-2">Previous Experience</h3> |
| <div class="grid md:grid-cols-3 gap-4"> |
| <div class="pl-4 border-l-2 border-blue-200"> |
| <h4 class="font-semibold text-gray-800">Pristine Communications</h4> |
| <p class="text-sm text-gray-600">Taipei, Taiwan (1999-2000)</p> |
| <p class="text-sm">Web Developer/Project Manager</p> |
| </div> |
| <div class="pl-4 border-l-2 border-blue-200"> |
| <h4 class="font-semibold text-gray-800">Advantech Co. Ltd.</h4> |
| <p class="text-sm text-gray-600">Hsintien, Taiwan (1998-1999)</p> |
| <p class="text-sm">Web Developer/Technical Writer</p> |
| </div> |
| <div class="pl-4 border-l-2 border-blue-200"> |
| <h4 class="font-semibold text-gray-800">Coach House Books</h4> |
| <p class="text-sm text-gray-600">Toronto, Canada (1994-1998)</p> |
| <p class="text-sm">Prepress Operator/Web Master</p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="publications" class="py-12 md:py-20 bg-white"> |
| <div class="container mx-auto px-4 md:px-6"> |
| <div class="mb-12 md:mb-16"> |
| <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-3 md:mb-4" data-aos="fade-up">Selected Publications</h2> |
| <div class="w-20 h-1 bg-blue-600 mb-6" data-aos="fade-up" data-aos-delay="100"></div> |
| <p class="text-lg md:text-xl text-gray-600 max-w-3xl px-3 md:px-0" data-aos="fade-up" data-aos-delay="200"> |
| Contributing to the advancement of energy efficiency standards through peer-reviewed research and regulatory documentation |
| </p> |
| </div> |
|
|
| <div class="max-w-4xl mx-auto px-3 md:px-0"> |
| <div class="space-y-4 md:space-y-6"> |
| |
| <div class="bg-gray-50 p-4 md:p-6 rounded-lg hover:shadow-md transition duration-300" data-aos="fade-up"> |
| <h3 class="text-xl font-semibold text-blue-800 mb-2">Energy Conservation Program: Energy Conservation Standards for Portable Electric Spas</h3> |
| <p class="text-gray-600 mb-2">Notice of Data Availability, U.S. Department of Energy, February 2025</p> |
| <p class="text-gray-700">Co-authored regulatory documentation establishing new energy efficiency standards for portable electric spas, contributing to national energy savings.</p> |
| </div> |
|
|
| <div class="bg-gray-50 p-6 rounded-lg hover:shadow-md transition duration-300" data-aos="fade-up" data-aos-delay="100"> |
| <h3 class="text-xl font-semibold text-blue-800 mb-2">Energy Conservation Program: Energy Conservation Standards for Walk-in Coolers and Freezers</h3> |
| <p class="text-gray-600 mb-2">Final Rule, U.S. Department of Energy, December 2024</p> |
| <p class="text-gray-700">Led analysis and documentation for updated efficiency standards expected to significantly reduce energy consumption in commercial refrigeration.</p> |
| </div> |
|
|
| <div class="bg-gray-50 p-6 rounded-lg hover:shadow-md transition duration-300" data-aos="fade-up" data-aos-delay="200"> |
| <h3 class="text-xl font-semibold text-blue-800 mb-2">Energy Conservation Program: Energy Conservation Standards for Distribution Transformers</h3> |
| <p class="text-gray-600 mb-2">Final Rule, U.S. Department of Energy, April 2024</p> |
| <p class="text-gray-700">Key contributor to standards development for distribution transformers, building on previous work from 2013 and 2007 rulemakings.</p> |
| </div> |
|
|
| <div class="mt-10" data-aos="fade-up"> |
| <a href="#" class="text-blue-600 font-semibold hover:text-blue-800 inline-flex items-center"> |
| View All Publications |
| <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i> |
| </a> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="contact" class="py-12 md:py-20 bg-blue-800 text-white"> |
| <div class="container mx-auto px-4 md:px-6"> |
| <div class="mb-12 md:mb-16"> |
| <h2 class="text-3xl md:text-4xl font-bold mb-3 md:mb-4" data-aos="fade-up">Get In Touch</h2> |
| <div class="w-20 h-1 bg-white mb-6" data-aos="fade-up" data-aos-delay="100"></div> |
| <p class="text-lg md:text-xl max-w-3xl opacity-90 px-3 md:px-0" data-aos="fade-up" data-aos-delay="200"> |
| Interested in collaborating on energy efficiency projects or need consulting expertise? Reach out to discuss how we can work together. |
| </p> |
| </div> |
|
|
| <div class="max-w-4xl mx-auto grid grid-cols-1 md:grid-cols-2 gap-8 md:gap-12 px-3 md:px-0"> |
| <div data-aos="fade-right"> |
| <form class="space-y-6"> |
| <div> |
| <label for="name" class="block mb-2 font-medium">Name</label> |
| <input type="text" id="name" class="w-full px-4 py-3 bg-blue-700 border border-blue-600 rounded-lg focus:outline-none focus:ring-2 focus:ring-white focus:border-transparent placeholder-blue-300" placeholder="Your name"> |
| </div> |
| <div> |
| <label for="email" class="block mb-2 font-medium">Email</label> |
| <input type="email" id="email" class="w-full px-4 py-3 bg-blue-700 border border-blue-600 rounded-lg focus:outline-none focus:ring-2 focus:ring-white focus:border-transparent placeholder-blue-300" placeholder="your.email@example.com"> |
| </div> |
| <div> |
| <label for="message" class="block mb-2 font-medium">Message</label> |
| <textarea id="message" rows="5" class="w-full px-4 py-3 bg-blue-700 border border-blue-600 rounded-lg focus:outline-none focus:ring-2 focus:ring-white focus:border-transparent placeholder-blue-300" placeholder="Your message"></textarea> |
| </div> |
| <button type="submit" class="px-8 py-3 bg-white text-blue-800 font-semibold rounded-lg hover:bg-blue-100 transition duration-300"> |
| Send Message |
| </button> |
| </form> |
| </div> |
| <div class="space-y-8" data-aos="fade-left"> |
| <div class="flex items-start"> |
| <div class="bg-blue-700 p-3 rounded-full mr-4"> |
| <i data-feather="mail" class="w-6 h-6"></i> |
| </div> |
| <div> |
| <h3 class="text-xl font-semibold mb-2">Email</h3> |
| <a href="mailto:contact@example.com" class="text-blue-200 hover:text-white">contact@example.com</a> |
| </div> |
| </div> |
| <div class="flex items-start"> |
| <div class="bg-blue-700 p-3 rounded-full mr-4"> |
| <i data-feather="linkedin" class="w-6 h-6"></i> |
| </div> |
| <div> |
| <h3 class="text-xl font-semibold mb-2">LinkedIn</h3> |
| <a href="#" class="text-blue-200 hover:text-white">linkedin.com/in/yourprofile</a> |
| </div> |
| </div> |
| <div class="flex items-start"> |
| <div class="bg-blue-700 p-3 rounded-full mr-4"> |
| <i data-feather="map-pin" class="w-6 h-6"></i> |
| </div> |
| <div> |
| <h3 class="text-xl font-semibold mb-2">Location</h3> |
| <p class="text-blue-200">Berkeley, California, USA</p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <footer class="bg-gray-900 text-white py-8 md:py-12"> |
| <div class="container mx-auto px-4 md:px-6"> |
| <div class="flex flex-col md:flex-row justify-between"> |
| <div class="mb-4 md:mb-0"> |
| <h2 class="text-2xl font-bold">Christopher Bolduc</h2> |
| <p class="text-gray-400 mt-2">Senior Energy Efficiency Consultant</p> |
| </div> |
| <div class="flex space-x-6"> |
| <a href="#" class="text-gray-400 hover:text-white transition duration-300"> |
| <i data-feather="twitter" class="w-5 h-5"></i> |
| </a> |
| <a href="#" class="text-gray-400 hover:text-white transition duration-300"> |
| <i data-feather="linkedin" class="w-5 h-5"></i> |
| </a> |
| <a href="#" class="text-gray-400 hover:text-white transition duration-300"> |
| <i data-feather="github" class="w-5 h-5"></i> |
| </a> |
| </div> |
| </div> |
| <div class="border-t border-gray-800 mt-8 pt-8 text-gray-400"> |
| <p>© 2024 Christopher Bolduc. All rights reserved.</p> |
| </div> |
| </div> |
| </footer> |
|
|
| <script> |
| AOS.init({ |
| duration: 800, |
| easing: 'ease-in-out', |
| once: true |
| }); |
| |
| feather.replace(); |
| </script> |
| </body> |
| </html> |
|
|