Resources

Collective Service Documentation

WHO

Working with Community Advisory Boards for COVID-19 related clinical studies

Description

This toolbox was developed for the World Health Organisation COVID-19 Research Roadmap as a joint initiative between the social science and ethics working groups.


Additional languages

No items found

DETAILS

Publication

2020

Authors

WHO

Emergency

COVID-19

Language

English

Region

Keywords

clinical research, Community engagement, Social Science Tools, FAQ, Community feedback, COVID-19, Ethics

document.addEventListener("DOMContentLoaded", function() { // Check if the div with class 'cbt-resources' exists if (document.querySelector('.cbt-resources')) { // Select all carousel items var carouselItems = document.querySelectorAll('.wdcl-carousel-item a'); // Loop through each item carouselItems.forEach(function(item) { // Find the image inside the anchor var img = item.querySelector('img'); // Get the alt text var altText = img.getAttribute('alt'); // Create the h4 element var h4 = document.createElement('h4'); h4.textContent = altText; // Insert the h4 element after the image item.insertBefore(h4, img.nextSibling); }); } });