Skip to main content

Events & Outputs

Past Events

Friday
27
Jan

2nd EViR Funders’ Forum meeting January 2017

London

Agenda

  • 10.15 – 10.30 Welcome
  • 10.30 – 10.45 Consensus statement
  • 10.45 – 12.30 Guiding principles document and workshop
    • Discussion of draft principles
    • Examples from each organisation
  • 12:30-12:45 Communications
  • 12.45 – 13.15 Plans for next meeting
  • 13.15 – 14.00 Networking lunch
(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; }); }); })();