Skip to main content

Events

We have a full programme of meetings, conferences and webinars.

Upcoming Events

Next event

Past Events

Thursday
18
Sep

EViR Webinar: Wise Usage of Animals

Dear Members & (interested) guests,

On Thursday 18 September 15:00 – 16:00 BST, EViR is organizing a webinar on Wise Usage of Laboratory Animals hosted by Martijn Nolte.

Martijn Nolte is a senior program manager for Fundamental Research at ZonMw who has extensive expertise on animal testing and laboratory animals.

Webinar Description:

While numerous animal-free research models have been developed in recent years, we recognize that laboratory animals cannot always be replaced in biomedical research. In certain cases, animal experiments are still necessary to address research questions effectively. ZonMw therefore adopts an “animal-wise” policy: we encourage applicants to conduct their research in an animal-free manner, and if that is not possible, we require that it be done as well and as transparently as possible. In this presentation, Martijn Nolte will explain why and how ZonMw will implement this novel animal-wise policy in all its relevant funding schemes.

You can register via the following link: https://zonmw.webinargeek.com/wise-usage-of-laboratory-animals

Please feel free to share this invitation with other individuals/organizations that may be interested.

View all past events
(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; }); }); })();