Isro expands with two launchpads, chandrayaan-4 to launch in 2028 with lunar sample return mission
The Indian Space Research Organization (isro) is set to enhance its launch infrastructure with two new launchpads, expected to be operated to be operational within two years. One facility will be developed at Sriharikota, Andhra Pradesh, While The Other Will Be Constrated at Kulasekarapattinam, Tamil Nadu.
These additions are aimed at support the increase frequency of space missions and advancing India’s space exploration capability. Is Scheduled for Launch in 2028 with a Significly Larger payload of 9,200 kg. Unlike Its Predacessor, Chandrayaan-3, which has a mass of 4,000 kg, this mission will involve two modules docking in Space. The primary objective is to land on the monk and retrieve samples, marking a new millstone in India’s lunar exploration.international collaborations and satellite launchesas per reports, isroed with nasa on Nasa-isro synthetic aperture radar (nisar) satellite, designed to study environmental changes. The satellite, set to be launched on a gslv mark II Rockt, is expected to provide critical data for climate monitoring and disaster management. Plans are also also in place for a g-20 Climate-Focused Satellite, with 40% of its payload being developed domestically.isro’s track records in satellite launchesreports indicate 433 Satellites for 34 Countries in the Last Decade, with 90 Percent of these Missions Conducted in the Past Ten Years. These operations have been carried out using Indian-Made Rockets from domestic launch sites.geer Inclusive and Future Researchisro’s Commitment to Gender Inclusive, Hase Womain Playing Key roles in missions like chandrayaan and the mars orbiter mission. The Organization is also working on Making Space Research Cost-Effective and Accessible, with Future Initiatives Including data releases from selar studies and expected international cooperation. 6 exploration
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
News kiosk Latest Posts
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!