Skip to main content

EViR Roundtable Meetings 

The EViR Funders’ Forum offers an international community that meets twice a year to discuss specific topics and the strategic direction of EViR. 

Since its inception, the Forum has met twice a year either virtually or hosted by a health-related funding organisation: 

  • Cardiff, Wales. HCRW – October 2025
  • Virtual – March 2025
  • Stockholm. Sweden. Forte – October 2024
  • Virtual – April 2024
  • The Hague, The Netherlands. ZonMw – September 2023 
  • Virtual – March 2023  
  • Virtual – October 2022 
  • Virtual – March/April 2022 
  • Virtual – October 2021 
  • Virtual – September 2020 
  • Berlin, Germany. REWARD-EQUATOR Conference 2020 
  • Washington, DC., USA. PCORI – September 2019 
  • Dublin, Ireland. Health Research Board – March 2019 
  • Cardiff, Wales. HCRW – May 2018 
  • Canberra, Australia. NHMRC – November 2018 
  • Washington D.C., USA. PCORI – November 2017 
  • The Hague, Netherlands. ZonMw – June 2017 
  • London, England. NIHR – January 2017 
(function() { document.addEventListener('DOMContentLoaded', function() { var header = document.getElementById('top'); // make sure your header ID is 'top' if (!header) return; var lastScrollTop = 0; window.addEventListener('scroll', function() { var scrollY = window.scrollY || window.pageYOffset; // Toggle classes based on scroll position if (scrollY > 10) { header.classList.add('scrolled'); header.classList.remove('at-top'); } else { header.classList.remove('scrolled'); header.classList.add('at-top'); } // Hide on scroll down, show on scroll up if (scrollY > lastScrollTop && scrollY > 100) { header.style.top = '-100px'; } else { header.style.top = '0'; } lastScrollTop = scrollY <= 0 ? 0 : scrollY; }); }); })();