Skip to main content

Events & Outputs

Past Events

Wednesday
01
Jul

Webinar – Novel and innovative approaches to decision making

Purpose of the session: The webinar focussed on different ways for funders to make decisions from topic identification and prioritisation to funding decisions.

Virtual

Agenda

  • Welcome and Introduction – Matt Westmore (Director of Enterprise and Partnerships, The Wessex Institute, UK)
  • Randomisation of funding allocation – Lucy Pomeroy (Senior Manager, Investment and Contracts – Health Research Council of New Zealand)
  • Research priority setting with the James Lind Alliance – Beccy Maeso (Senior Research Manager – James Lind Alliance, UK)
  • Virtual Funding Committees – Vicky Taylor (Assistant Director, Application and Funding – NIHR, UK)
  • Discussion
(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; }); }); })();