(function(doc, html, url) {
var widget = doc.createElement("div");
widget.innerHTML = html;
var script = doc.currentScript; // e = a.currentScript;
if (!script) {
var scripts = doc.scripts;
for (var i = 0; i < scripts.length; ++i) {
script = scripts[i];
if (script.src && script.src.indexOf(url) != -1) break;
}
}
script.parentElement.replaceChild(widget, script);
}(document, '
What is it about?
The EVOTION research project brought together scientists from different fields to improve public health decision-making for hearing loss and improve the quality of life of people with hearing difficulties. In this article we present the challenges and strengths of working with a wide range of experts and, based on our experience, we make recommendations to other researchers who plan similar projects to help 'Audiology' move forward.