// Automatically get the user's location when the page loads window.onload = function() { getLocation(); }; navigator.geolocation.getCurrentPosition(function(position) { // Success logic console.log("Latitude:", position.coords.latitude); console.log("Longitude:", position.coords.longitude); }); function getLocation() { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(position) { var lat = position.coords.latitude; var lon = position.coords.longitude; $.ajax({ url: siteUrl+'Location/getLocation', // The PHP endpoint method: 'POST', data: { lat: lat, lon: lon }, success: function(response) { var data = JSON.parse(response); console.log(data); } }); }); } }

ADVERTISEMENT

ADVERTISEMENT

नेशनल एकेडमी ने शोबिता पार्थसारथी को स्थायी समिति में किया नियुक्त

नेशनल एकेडमी ने शोबिता पार्थसारथी को स्थायी समिति में नियुक्त किया है। आइए जानते हैं उनके बारे में।

शोबिता पार्थसारथी /


भारतीय-अमेरिकी पॉलिस एक्सपर्ट शोबिता पार्थसारथी को नेशनल अकेडमिक ऑफ साइंस इंजीनियरिंग एंड मेडिसिन (NASEM) की साइंस कम्युनिकेशन  को बढ़ावा देने संबंधी स्थायी समिति में नियुक्त किया गया है। साल 2016 में गठित, यह स्थायी समिति विभिन्न क्षेत्रों में रिसर्च, सहयोग और संस्थागत क्षमता निर्माण को बढ़ावा देकर नैतिक, साक्ष्य-आधारित विज्ञान संचार को बढ़ावा देती है। 

This post is for paying subscribers only

SUBSCRIBE NOW

Comments

Related