ADVERTISEMENT

Kashmir tensions increase as 9 killed in fighting

Published Feb 19, 2019 08:01 am
By the Associated Press SRINAGAR, India (AP) — Tensions escalated in the aftermath of a suicide attack in disputed Kashmir, with nine people killed Monday in a gunbattle that broke out as Indian soldiers scoured the area for militants. Flames and smoke billows from residential buildings where militants are suspected to have taken refuge during a gun battle in Pulwama, south of Srinagar, Indian controlled Kashmir, Monday, Feb. 18, 2019. Tensions continued to rise in the aftermath of a suicide attack in disputed Kashmir, with seven people killed Monday in a gunbattle that broke out as Indian soldiers scoured the area for militants. (AP Photo/ Dar Yasin) Flames and smoke billows from residential buildings where militants are suspected to have taken refuge during a gun battle in Pulwama, south of Srinagar, Indian controlled Kashmir, Monday, Feb. 18, 2019. Tensions continued to rise in the aftermath of a suicide attack in disputed Kashmir, with seven people killed Monday in a gunbattle that broke out as Indian soldiers scoured the area for militants. (AP Photo/ Dar Yasin) Government forces surrounded a village in the southern Pulwama area on a tip that militants were hiding there, security officials said. As troops began conducting searches, they came under heavy gunfire, leading to a clash that killed four soldiers, three suspected militants, a police official and a civilian. Three army officers, a senior police officer and three other soldiers were wounded in the operation, which follows a Feb. 14 suicide attack on a paramilitary convoy that killed at least 40 soldiers, the worst attack against Indian government forces in Kashmir's history. India blamed the attack on Pakistan and promised a "jaw-breaking response." Pakistan has warned India against linking it to the attack without an investigation, saying that it was part of New Delhi's "known rhetoric and tactics" to divert global attention from human rights violations in Kashmir. India and Pakistan each administer part of Kashmir, but both claim the Muslim-majority region in its entirety. The attack has led to a spike in communal tensions in Hindu-majority India. Videos of anti-Kashmiri protests have gone viral on social media, including some in which Kashmiri students were beaten by mobs of Hindu nationalist groups and warned to leave colleges and universities. On the outskirts of the northern city of Ambala, about 300 Kashmiri students were forced to leave their rented accommodations by local Hindu residents, at least three students reached by phone told The Associated Press. One of the students who asked to be identified by only his middle name, Ahmed, due to fear of reprisals from his university, said he and his fellow students felt unsafe despite police security. The Kashmiri students blamed Prime Minister Narendra Modi's Hindu nationalist ruling party for stoking anti-Muslim and anti-Kashmiri sentiment in India ahead of a general election due this year. In another northern city, Dehradun, at least 20 Kashmiri students were forced to lock themselves in their hostel rooms for safety until police arrived, The Times of India newspaper reported. Police in Dehradun said the students were safe but refused to comment further. Vijay Kumar, a top government adviser, said they received several complaints from students and businesspeople, and authorities were "doing everything possible for the security" of Kashmiris. He said authorities have spoken with local officials in various cities and also set up help centers for Kashmiris living outside the state. Reports of harassment elsewhere in India have triggered public anger in Kashmir, where authorities have suspended internet service on mobile phones and also reduced the speed of other internet sources in a bid to stop the spread of videos or the organization of protests. The Indian chapter of the human rights group Amnesty International urged India's federal and state governments to "ensure that ordinary Kashmiri women and men do not face targeted attacks, harassment and arbitrary arrests" following Thursday's suicide bombing. "We are at a dangerous moment, and authorities must do everything they can to uphold the rule of law," said Aakar Patel, head of Amnesty International India. "Ordinary Kashmiris across India who are only seeking to improve their lives should not be singled out for violence simply because of where they come from." The statement said many students are reported to have fled their universities in fear. "Two colleges in Dehradun and one in Moradabad have stated that they will not admit new Kashmiri students," it said. Monday's fighting in Kashmir triggered anti-India protests and clashes, with local residents, mainly youths, trying to march to the site of the gunbattle in solidarity with the rebels. Government forces fired tear gas at the stone-throwing protesters. No one was immediately reported injured in the clashes. Residents said troops destroyed five civilian houses with explosives and gasoline during the fighting. Police said they recovered the bodies of the dead militants from the debris. A civilian was also killed in the crossfire, police said. The dead soldiers included an Indian army major. Police said two militants were killed in the initial fighting, which resumed after a lull of about four hours, leading to the killing of a third militant and injuries to several soldiers and a police officer. Rebels have been fighting Indian control in Kashmir since 1989 and the uprising and ensuing crackdown have killed about 70,000 people. Most Kashmiris support the rebels' demand that the territory be united either under Pakistani rule or as an independent country, while also participating in civilian street protests against Indian control.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.