ADVERTISEMENT

New US-bound group of migrants sets off from El Salvador

Published Oct 29, 2018 07:47 am
By Reuters SONSONATE, El Salvador/TAPANATEPEC, Mexico (Reuters) - A new group of migrants bound for the United States set off from El Salvador on Sunday, following thousands of other Central Americans fleeing poverty and violence who have taken similar journeys in recent weeks. People walk in a caravan of migrants departing from El Salvador en route to the United States, in San Salvador, El Salvador, October 28, 2018. REUTERS/Jose Cabezas/ MANILA BULLETIN People walk in a caravan of migrants departing from El Salvador en route to the United States, in San Salvador, El Salvador, October 28, 2018. REUTERS/Jose Cabezas/ MANILA BULLETIN The group of more than 300 Salvadorans left the capital San Salvador on Sunday. A larger group of mostly Hondurans, estimated to number at least 3,500, who left their country in mid-October and are now in southern Mexico, has become a key issue in U.S. congressional elections. A third group have been moving through Guatemala, at one point numbering more than 1,000 people before beginning to fragment. Hundreds of that group broke through a Guatemala border gate in Tecun Uman, and on Sunday afternoon were on the bridge into Mexico. U.S. President Donald Trump and his fellow Republicans have sought to make immigration a major issue ahead of Nov. 6 elections, in which the party is battling to keep control of Congress. Homeland Security Secretary Kirstjen Nielsen on “Fox News Sunday” said Trump was determined to use every authority he had to stop immigrants from crossing the border illegally. “We have a crisis at the border right now ... This caravan is one iteration of that but frankly we essentially see caravans every day with these numbers,” she said. “I think what the president is making clear is every possible action, authority, executive program, is on the table to consider, to ensure that it is clear that there is a right and legal way to come to this country and no other ways will be tolerated.” Trump has threatened to shut down the border with Mexico and last week said he would send troops. On Friday, Defense Secretary Jim Mattis authorized the use of troops and other military resources at the U.S.-Mexico border. By Sunday afternoon, dozens of the Salvadorans had arrived at the border with Guatemala and were having their documents checked, having walked and hitched rides in pickups and on buses from the capital. They organized using social networks like Facebook (FB.O) and WhatsApp over the last couple of weeks, inspired by the larger group in Mexico. Salvadoran police traveled with the group, who carried backpacks and water bottles and protected themselves from the hot sun with hats. Several migrants, gathered by the capital’s ‘Savior of the World’ statue before leaving, said they were headed to the United States. El Salvador’s left-wing government said it had solidarity with the migrants and respected their right to mobilize, but urged them not to risk their lives on the way. In Mexico, the original group of Hondurans, exhausted by constant travel in blistering heat, spent Sunday resting up in the town of Tapanatepec, Oaxaca, planning to head north at 3am on Monday. “It’s far ... the farthest yet,” said Honduran Bayron Baca, 26, pulling open a map that Red Cross volunteers had given him in a medical tent. Dozens took dips in a nearby river to refresh from the trek, which has covered an average 30 miles (48 km) a day. An estimated 2,300 children were traveling with the migrant caravan, UNICEF said in a statement, adding that they needed protection and access to essential services like healthcare, clean water and sanitation. Eduardo Grajales, a Red Cross volunteer in Arriaga, Mexico, attending to migrants on Friday night, said the worst case his colleagues had seen that day was of a baby so badly sunburned from the tropical heat, he had to be hospitalized.
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.