');
} else {
var query = elem.find('.keywords').html();
$.ajax({
context: elem,
url: 'https://wn.com/api/upge/cheetah-search-adv/video',
cache: true,
data: {
'query': query
},
dataType: 'jsonp',
success: function(text) {
if (text.length > 0) {
video_id = text[0].id;
elem.find('.player').html('
');
}
}
});
}
}
var stopAllYouTubeVideos = function() {
var iframes = document.querySelectorAll('iframe');
Array.prototype.forEach.call(iframes, function(iframe) {
iframe.contentWindow.postMessage(JSON.stringify({ event: 'command', func: 'pauseVideo' }), '*');
});
}
jQuery(function() {
jQuery(".playVideo").live("click", function() {
if(!$(this).hasClass("played")){
stopAllYouTubeVideos();
var elem = $(this);
setTimeout(function(){
mouseOverMe(elem);
}, 1000);
}
});
jQuery(".description_box .expandContent").live("click", function() {
elem = $(this).parent().parent().parent().find('.descContent');
if(elem.height() > 51) {
elem.css('height', '44px');
$(this).html('Show More
');
}else{
elem.css('height', 'auto');
$(this).html('Hide
');
}
});
jQuery('.interview-play-off').click(function() {
$(".interview-play-off").hide();
$(".interview-play").show();
$(".videoplayer-control-pause").click();
});
jQuery(".video-desc .show_author_videos").live("click", function() {
query = $(this).attr('title');
container = $(this).parent().parent().parent().find('.video-author-thumbs');
$(this).parent().parent().parent().find('.video-author-thumbs').css('height', '220px');
jQuery.ajax({
url: '/api/upge/cheetah-photo-search/videoresults',
data: {'query': query},
success: function(text) {
if(!text) { text = i18n("No results"); }
container.html(jQuery(text));
}
});
});
});
// -->
Latest News for: jwst
Edit
IFL Science
26 Mar 2026
Now this work, combined with observations from JWST, has revealed a lot more of what's happening on the gas giant planet.The rest of this article is behind a paywall ... Hubble and JWST see the universe in different wavelengths.
Edit
NDTV
21 Mar 2026
The Kepler-51 system hosts three ultra-light "super-puff" planets with massive atmospheres and tiny cores. New JWST observations failed to detect atmospheric signatures, suggesting thick... .
Edit
Madhyamam
21 Mar 2026
Astronomers studying the distant Kepler-51 system have been left puzzled after the James Webb Space Telescope failed to detect expected atmospheric signatures on its unusual “super-puff” planets ... However, no such signals were detected ... ....
Edit
Science Daily
18 Mar 2026
Observations from JWST revealed that this haze may be one of the largest ever detected, possibly ...
Edit
Phys Dot Org
16 Mar 2026
The research, led by Gideon Yoffe and colleagues and posted to the arXiv preprint server, applied a sophisticated technique called spectral decomposition to JWST observations of Europa's leading hemisphere.
Edit
SpaceDaily
03 Mar 2026
The team shows how dark stars could account for the appearance of blue monster galaxies, the abundance of early overmassive black hole galaxies, and the compact little red dots in JWST images.