National Renewable Energy Platform

REC & EXPO Terms and Conditions

REC24 & EXPO: Terms and Conditions

n Participants/Attendees n

  1. Registration and Admission: All participants must register prior to the event. The Renewable Energy Conference & EXPO reserves the right to refuse registration or admission for any reason at its sole discretion.
  2. Financial Obligations:
    • The conference is free for all attendees.
    • Participants are responsible for their transportation costs. No transportation refunds will be provided.
    • Participants must finance their accommodations, visas (excluding the provision of supporting letters), and other related expenses.
    • Only breakfast and lunch will be provided during the event. All other meals are the responsibility of the participant.
    • While the Renewable Energy Conference & EXPO might extend sponsorships to a select group of individuals, the decision to grant such sponsorships is solely at the discretion of the Renewable Energy Conference & EXPO committee.
  3. Visa Assistance: Supporting letters will be provided to participants requiring them for visa applications. Visa issuance, however, remains the prerogative of the respective consulate or embassy.
  4. Code of Conduct: Maintain a professional demeanor throughout the event. Disruptive behavior may lead to expulsion without refund.

n Exhibitors n

  1. Exhibition Space: Exhibiting at the Renewable Energy Conference & EXPO is free of charge. The allocation of exhibition space is at the discretion of the Renewable Energy Conference & EXPO organizing committee. Exhibitors are prohibited from subletting or sharing the space without prior consent.
  2. Set-up and Tear-down: Exhibitors must adhere to the schedule provided by the organizers and ensure their exhibits are set up and torn down promptly.

n Sponsors n

  1. Financial Commitments: Sponsorship commitments are binding. All payments must be cleared prior to the commencement of the event.
  2. Sponsor Recognition: The sponsors of the Renewable Energy Conference & EXPO will be recognized as agreed upon. Any changes or additions must be communicated well in advance.
  3. Limitation of Liability: The conference organizers will not be responsible for any loss or damage to the sponsor’s materials, equipment, or other assets during the event.

n General Provisions for All Attendees n

  1. Data Protection: Data collected during registration will be stored securely and used solely in relation to the event.
  2. Photography and Recording: Attendance implies consent to being photographed or recorded. Media may be used for promotional purposes.
  3. Program Alterations: The Renewable Energy Conference & EXPO program, including changes to session times, venues, or speakers may be modified before or during the course of the event.
  4. Force Majeure: The conference organizers cannot be held accountable for unforeseen emergencies or circumstances beyond control.
  5. Acceptance: Registration signifies agreement to these terms and conditions.

n

REC24 & EXPO

n

Discover limitless potential in renewable energy at REC24 & EXPO. Secure your spot by registering today

n



Share Post

document.addEventListener("DOMContentLoaded", function () { // SAFETY: run only on /ra-projects var pagePath = window.location.pathname.replace(/\/$/, ""); if (pagePath !== "/ra-projects") { return; } var pills = Array.prototype.slice.call(document.querySelectorAll(".ra-pill, .proj-pill")); var panels = Array.prototype.slice.call(document.querySelectorAll(".ra-panel, .proj-panel")); function findPanelById(id) { if (!id) return null; var el = document.getElementById(id); if (el) return el; for (var i = 0; i < panels.length; i++){ if (panels[i].getAttribute("id") === id) return panels[i]; } return null; } // INSTALL the real projSelect (overwrites stub) window.projSelect = function (slug, btn) { for (var i = 0; i < pills.length; i++) { pills[i].classList.remove("active"); } for (var j = 0; j < panels.length; j++) { panels[j].classList.remove("active"); panels[j].style.display = "none"; } if (btn) { btn.classList.add("active"); } else { for (var k = 0; k < pills.length; k++) { var dt = pills[k].getAttribute("data-target") || (pills[k].dataset && pills[k].dataset.target); if (dt === slug) { pills[k].classList.add("active"); break; } } } var p = findPanelById(slug); if (p) { p.classList.add("active"); p.style.display = "block"; try { var reduced = window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches; if (!reduced) p.scrollIntoView({ behavior: 'smooth', block: 'start' }); } catch (e){} } try { history.replaceState(null, null, "#" + slug); } catch (e) { location.hash = slug; } }; // attach click handlers (non-inline fallback) for (var m = 0; m < pills.length; m++) { (function(pill){ pill.addEventListener('click', function () { var target = pill.getAttribute("data-target") || (pill.dataset && pill.dataset.target); if (!target) return; window.projSelect(target, pill); }); })(pills[m]); } // Process queued calls that happened before real function loaded try { var q = window._projQueue || []; if (q && q.length) { for (var qi = 0; qi < q.length; qi++) { var args = q[qi]; try { window.projSelect(args[0], args[1]); } catch (e) {} } window._projQueue = []; } } catch (e) {} // init: from hash or first var hash = window.location.hash ? window.location.hash.replace('#','') : ''; var initial = hash || (pills[0] && (pills[0].getAttribute("data-target") || (pills[0].dataset && pills[0].dataset.target))); if (initial) { var btn = null; for (var n = 0; n < pills.length; n++) { var dt2 = pills[n].getAttribute("data-target") || (pills[n].dataset && pills[n].dataset.target); if (dt2 === initial) { btn = pills[n]; break; } } if (btn) btn.click(); else window.projSelect(initial, null); } else { if (panels.length) { panels[0].style.display = "block"; panels[0].classList.add("active"); if (pills.length) pills[0].classList.add("active"); } } });