const consentListeners = []; window.ConsentListener = (callback) => { consentListeners.push(callback); }; const onConsentChange = (consent) => { consentListeners.forEach((callback) => { callback(consent); }); };
<< 1 2 3 >>

Blog

  • EUROSTARS GRANTED PROJECT
    Published : 05/18/2018

    2018: Eurostars Granted Project “A novel modified natural killer (NK) cell immunotherapy for the treatment of solid tumours” – MODIFY-NK

<< 1 2 3 >>