Contact the Microfluidics and Microengineering Group
Follow Microfluidics and Microengineering on Facebook, Twitter and Flickr.
tag exists, create it if missing
let head = document.head || document.documentElement.insertBefore(document.createElement('head'), document.documentElement.firstChild);
// Ensure the tag exists inside , create it if missing
let title = head.querySelector('title') || head.appendChild(document.createElement('title'));
title.textContent = " Past projects | Uni of Herts";