Skip to main content

Consensus Statement

EViR is an international community of research funders, those who represent research funders and those who set research funding policy. EViR creates a space for sharing practice and facilitating learning in order to innovate, change practice and bring improved health and wellbeing to all.

In order to implement our mission, we commit to working together and with our respective communities to maximise the value of the research we fund through the adoption and implementation of the Guiding Principles.

We recognise that we are part of a wider ecosystem including funders, those who benefit from or use research, regulators, commercial organisations, publishers, editors, researchers, research organisations, and others.

EViR aims to maximise the impact and benefit to society of health and care research by advancing and improving research funding practices.

 

Increasing value will require collaborative efforts among funders, regulators, commercial organisations, publishers, editors, researchers, research organisations, research users and others.

Our Guiding Principles help health-related research funders increase the value of their research

View our Guiding Principles
(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; }); }); })();