listenButton5.onclick = function(){
if( responsiveVoice.isPlaying() ){
document.getElementById( “PlayPause” ).innerHTML = “ Read Article”;
document.getElementById(“soundTrackImg”).innerHTML = ““;
responsiveVoice.cancel();
} else {
document.getElementById(“soundTrackImg”).innerHTML = ““;
document.getElementById(“PlayPause”).innerHTML = “ Stop”;
responsiveVoice.speak(“Dr. Arkasubhra Ghosh, Director, GROW Research Laboratory | Agilent Technologies.In this video: Discovery of novel signaling mechanism driving tumor metabolism in pediatric ocular cancer using multi-omics workflow solution by Dr. Arkasubhra Ghosh, Director, GROW Research Laboratory”, “UK English Female”);
}
};
window.setInterval(function(){
if( !responsiveVoice.isPlaying() ){
if ( document.getElementById(“PlayPause”).innerText.trim() !== “Read Article” ) {
document.getElementById( “PlayPause” ).innerHTML = “ Read Article”;
document.getElementById(“soundTrackImg”).innerHTML = ““;
responsiveVoice.cancel();
}
}
}, 1000);
In this video:
Discovery of novel signaling mechanism driving tumor metabolism in pediatric ocular cancer using multi-omics workflow solution by Dr. Arkasubhra Ghosh, Director, GROW Research Laboratory
The post Dr. Arkasubhra Ghosh, Director, GROW Research Laboratory | Agilent Technologies appeared first on Express Healthcare.