StarTalk Host of StarTalk
Author of To Infinity and Beyond: A Journey of Cosmic Discovery

04/25/2026

Speaking of Uranus…

04/24/2026

Schrodinger’s Cat Explained

04/24/2026

scientists clash over theories all the time 🎤 No shade, just the scientific method in action! 🌌🔬

04/14/2026

Now you know.

04/14/2026

Sara Imari Walker explains that Assembly Theory's key conjecture is that Life is the ONLY Physics that can generate complex objects

04/14/2026

Quick lesson on Lagrange Points! 🛰️ Is achieving orbit as simple as falling sideways around an object

04/14/2026

Now we can all lose sleep over this.

04/14/2026

Neil deGrasse Tyson dreams that LeVar Burton reads Goodnight Moon to him 🌙

04/14/2026

Answers continue to unfold as scientific study progresses ✨ Keep Looking Up!

04/14/2026

you’re in luck, I am a fan of the Doctor!

04/14/2026

POV you move fast enough and watch the universe age without you ⏳

Address

180 Greenwich Street, New York, NY, United States, Greenwich, NY, United States, New York
Greenwich Junction, NY
10007

Alerts

Be the first to know and let us send you an email when StarTalk posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share

//iconSize: [32, 32], //html: '' }) .bindTooltip(name, { //permanent: true, direction: 'bottom', //offset: L.point(12, 25), //opacity: 0.88, interactive: true }) .bindPopup(name); markersLayer.addLayer(marker); } function getMore() { if (gettingMore) { return; } gettingMore = true; var center = map.getCenter(); $.ajax({ url: "/vicinitysearch", data: { lat: center.lat, lng: center.lng, country: "UNITED STATES" } }) .done(function(data) { var added = 0; data.forEach(function(loc) { if (!locationIds.includes(loc.id)) { var mapLoc = {id:loc.id,lat:loc.latitude,lng:loc.longitude,title:trunc20(loc.name),popupHtml:loc.popupHtml,urlPath:loc.urlPath,pictureUrl:loc.pictureUrl}; locations.push(mapLoc); locationIds.push(loc.id); map._addMarker(mapLoc); added++; } }); }) .always(function() { gettingMore = false; }); } map._clearMarkers = function() { markersLayer.clearLayers(); } }); }, 4000); });