// 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); } }); }); } }
शिल्पा मेडिकेयर और एल्वियोलस बायो का लोगो / PR Newswire
शिल्पा मेडिकेयर की दवा कंपनी शिल्पा बायोलॉजिक्स ने यूएस के एल्वियोलस बायो के साथ अहम रणनीतिक साझेदारी की है। यह कदम नवाचार और बायोटेक विकास के लिए अहम माना जा रहा है, जो दोनों दवा कंपियों को वैश्विक भागीदार बनाने के साथ उनकी भूमिका को मजबूती देगा।
एल्वियोलस बायो अपने लाइव बायोथेरेप्यूटिक्स और छोटे अणु प्लेटफ़ॉर्म के दूसरे चरण में मानव नैदानिक परीक्षणों के लिए तैयार हो रहा है। भारतीय दवा कंपनी के साथ शिल्पा बायोलॉजिक्स के साथ समझौता विनिर्माण के साथ इसकी वैश्विक स्तर पर पहुंच बढ़ाएगा।
ADVERTISEMENT
ADVERTISEMENT
Comments
Start the conversation
Become a member of New India Abroad to start commenting.
Sign Up Now
Already have an account? Login