ADVERTISEMENT

Protesters mark a month that shook Chile

Published Nov 19, 2019 12:00 am
By Agence France-Presse  Stone-throwing Chilean demonstrators on Monday marked a month of furious, near-daily street demonstrations that have roiled the country and signaled an overhaul of the country's social and economic model. Demonstrators shout slogans during a protest against the government in Santiago on Monday (AFP Photo/Martin BERNETTI / MANILA BULLETIN) Demonstrators shout slogans during a protest against the government in Santiago on Monday (AFP Photo/Martin BERNETTI / MANILA BULLETIN) Chanting "Chile has woken up!", around 3,000 demonstrators gathered in Santiago's Plaza Italia, the epicenter of the protests which at one point drew more than a million people onto the streets of the Chilean capital. Some fought running battles with riot-police who used tear gas and rubber bullets against youths who threw molotov-cocktails. "I came to commemorate a month that changed Chile forever," said Susana, a 51-year-old accountant at the protest. "I think the government could make the changes we are demanding much faster. I don't believe Pinera," she said, referring to conservative President Sebastian Pinera. What began with high school students refusing to pay a subway ticket hike on October 18 resulted in the deepest social crisis in the South American country since the return of democracy in 1990. "The street has forced the entire Chilean political class to do in a few hours what it did not want to do for 30 years," said Marcelo Mella, a political scientist at the University of Santiago. "This is proof that it was possible to do more than what has been done so far," said Mella. The protests have forced a re-think of the conservative billionaire president's right-wing agenda. "In the last four weeks, Chile has changed. Chileans have changed, we have all changed," Pinera said Sunday. Lawmakers last week bowed to one of the protesters' key demands, agreeing to hold a referendum next April to change the country's dictatorship-era constitution. However, despite forcing the elite to sit up and take notice, the most pressing problems -- revamping the pension system, quality public health and education -- remain untouched. A weekend opinion poll showed 67 percent of Chileans see the agreement on the constitutional referendum as "positive." With much of the heat has been taken out of the protests, demonstrators are divided between those who want to return to normality and those who want to keep up the pressure on the government, calling for faster and broader reforms.

- Dark chapter -

"The street gave a lesson to all those who, without realizing it, had replaced their hope with resignation. The people have moved the boundaries of democracy," said Catalina Perez, a lawmaker with the leftist Democratic Revolution party from the city of Antofagasta. Replacing a constitution that resonates of a dark, repressive chapter in the country's past has been a key demand of protesters. The current charter has been changed numerous times but has never established the state's responsibility to provide education and health care. "The constitutional process will last two years, with several electoral milestones. This can help channel differences and moderate expectations," according to political analyst Juan Luis Monsalve. "We are all aware that we were in a straitjacket with this hereditary and petrified Constitution," said former center-left president Ricardo Lagos, who managed to forge a broad political consensus during his 2000-2006 presidency to remove the most undemocratic articles in the constitution.

- 'Excessive' force -

Long seen as a haven of political and economic stability in volatile South America, the wave of unrest has killed 22 people. Most died in fires during the looting, but five were killed at the hands of the security forces. More than 2,000 people were wounded. Rights groups have pointed to some 200 people who received serious eye injuries, including dozens who were blinded, by rubber bullets fired at the head by security forces. Pinera recognized for the first time in a television address on Sunday that abuses had been committed by the police in dealing with the unrest. "There was excessive use of force. Abuses and crimes were committed, and the rights of all were not respected," he said, ensuring that there would be "no impunity." Accusations of police brutality and human rights violations have been leveled since the protests broke out, prompting the United Nations to send a team to investigate. Amnesty International has also sent a mission. Since October 18, more than 15,000 arrests have taken place, including 3,500 for looting, according to a report released Monday by the police. A total of 5,300 acts of violence were perpetrated by the demonstrators. US retailer Walmart has filed a suit against the Chilean state for damage caused to its stores, 28 of which were looted, 34 burned and 17 completely destroyed.
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.