Swiss Biotech Day 2022
Description
This networking conference has become a great place for innovation, research and the advancement of biotechnology. As one of the leading biotechnology conferences in Europe, the Swiss Biotech Day 2022 is further developing to a truly global networking day and extending to 1.5 days.
What to expect:
- Meet 850+ senior experts from the life science industry
- 50+ exhibition from across Europe
- Delegations from various regions
- General Assembly of the Swiss Biotech Association
- Swiss Biotech Success Stories Awards
- Innovative biotech start-ups and medium-sized biotech companies
- Thematically focused panel discussions
- Pre-scheduled one-to-one partnering meetings
// Select all elements
const emElements = document.querySelectorAll('em');
// Loop through each element
emElements.forEach((element) => {
// Check if the text content matches the desired text
if (element.textContent.trim() === 'Registrations are now closed.') {
// Assign the 'reg-closed' class to the matching element
element.classList.add('reg-closed');
}
});

