ADVERTISEMENT

Haitian women, left homeless by quake, fear rape

Published Aug 25, 2021 01:37 pm

LES CAYES, Haiti -- Vesta Guerrier survived Haiti's massive earthquake this month but it flattened her home and she has since been living at a makeshift camp with the fear she could be raped at any time.

Vesta Guerrier, 48, and a mother poses for a portraitat at a camp for people who lost their home during the August 14 earthquake in Les Cayes, Haiti, on August 23, 2021. "We're not safe." In a makeshift camp that has served as her refuge since her house collapsed, Vesta Guerrier expresses a fear common to many Haitian women, whom the August 14 earthquake has made extremely vulnerable. Under a flimsy assembly of sheets and plastic sheeting, she lives with her husband and their three children in total destitution on the lawn of a soccer stadium called Gabions in the town of Les Cayes. Richard Pierrin / AFP

"We're not safe," she told AFP, echoing the worry of other Haitian women all too aware of the sexual violence that has followed the disaster-plagued nation's previous calamities.

Home for Guerrier, her husband and three children was a flimsy shelter made of sticks and plastic sheets at a sports center in the hard-hit town of Les Cayes, on the peninsula southwest of the capital Port-au-Prince.

"Anything can happen to us," said Guerrier, 48. "Especially at night, anybody can enter the camp."

The 7.2-magnitude quake that struck on August 14 killed over 2,200 people but also destroyed or heavily damaged tens of thousands of homes in a nation still recovering from 2010's devastating quake.

After the tremor 11 years ago, which killed over 200,000 people, some survivors spent years in makeshift shelters where victims were assaulted by armed men and gangs of youths who roamed the poorly lit, overcrowded camps after dark.

More than 250 cases of rape were recorded in the roughly five months after the 2010 disaster, according to a 2011 Amnesty International report that noted many advocacy groups considered that a fraction of the true number.

About 200 people were living at the same camp as Guerrier, where privacy is next to impossible.

Because of her worries about being attacked, Guerrier does not entirely remove her clothing to bathe and always waits until dark to wash so that others cannot see her.

When light does fall on her in the darkness of the camp she is left wondering if it's just one of her neighbors, or if it's "someone who wants to do what he wants to do," she added.

There were no functioning toilets at the site, which makes Guerrier afraid and embarrassed because "people can see you from every direction."

"Only the girls can understand what I'm telling you. We women and the little ones who are here, we suffer a lot," she said.

- 'Our souls are not here' -

Other evacuees at the camp also revealed their fears.

"We are afraid, we are really afraid for our children. We need tents so we can go back to living at home with our families," said Francise Dorismond, who is three months pregnant.

Another makeshift camp has popped up a short distance away from the main site due to the risks of attacks.

Pastor Milfort Roosevelt said "the most vulnerable" have been placed there.

"We protect the young girls. In the evening, we have set up a security team that patrols throughout the night and ensures that no young men commit violence against these women," explained the 31-year-old.

In the ruins of a former nightclub destroyed by Hurricane Matthew in 2016, dozens of people were taking shelter in a tangle of sheets and tarps strung between walls.

In the middle of this maze, young mother Jasmine Noel tried to make make a bed for her 22-day-old baby to sleep in.

"The night of the earthquake, I was going to sleep on the field next door but they told me that with my baby, it was not right so they welcomed me here," said Noel.

"Some people always try to take advantage of these kind of moments to do wrong," she said, adding that her suffering makes it feel like she is no longer "really living."

"Our bodies are here, yes, but our souls are not," said Noel, hoping her mother, a street vendor, would have made enough that day to buy food for them.

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.