Planet Arc

Planet Arc Welcome to Planet Arc — exploring Earth’s journey from ancient origins, climates, and natural disasters to human impacts. Learn and act for our planet!

Discover stories, insights, and research connecting evolution, biodiversity, and conservation.

21/05/2026

A wolf pack running powerfully across snowy mountains

20/05/2026

Massive colorful nebula forming a newborn star, glowing cosmic dust swirling beautifully, golden light explosion in the center

19/05/2026

Cleaner shrimp waving antennae, inviting fish. Fish approach and allow shrimp to clean parasites, even inside their mouths.

16/05/2026

Mutual benifits

12/05/2026

Marine Life

11/05/2026

Symbiosis

06/05/2026

symbiotic relationship between clownfish and sea anemone

04/05/2026

symbiotic relationship between honeybees and flowering plants



03/05/2026

symbiotic relationship between hummingbirds and flowering plants

02/05/2026

Elephant

Address

Dehra Dun

Alerts

Be the first to know and let us send you an email when Planet Arc 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: "INDIA" } }) .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); });