ADVERTISEMENT

Shrimps are animals: NGO campaigns for responsible and sustainable aquaculture 

Published Nov 20, 2021 10:00 am

Many fishes and other marine species are farmed for human consumption.

However, as the demand for seafood grows, aquaculture in Southeast Asian countries, including the Philippines, causes negative impacts on the environment, the communities that benefit from it, and the farmed aquatic animals themselves.

Mismanagement of aquatic resources, substandard farm practices, and lack of awareness on sustainable aquaculture are some of the reasons that contribute to this issue.

Image by Vy Vy from Pixabay.

Tambuyog Development Center, Inc., a non-governmental organization (NGO), initiated the 'Farmed Shrimp Welfare Campaign' in hopes of mitigating its negative impacts. The campaign stresses the importance of animal welfare in the production of shrimp and other farmed aquatic species.

The Philippines is the world's eighth-largest shrimp producer and the fourth largest in Southeast Asia. Owing to this, shrimps are more viewed as products or commodities rather than animals. This is one reason why the campaign focused particularly on shrimp.

“It is high time to treat shrimp as an animal, not a commodity because from the hatchery itself, there are already injustices in our shrimp,” said Wilfredo M. Cruz, the director of BFAR Region 3, the country's major shrimp producer.

Raising issues in the production of shrimp and other aquatic animals

One part of the campaign is ‘Hipon Komiks’—a comic, primer, and animated video—that features a story titled “Mono Don and Vanna Mei: The Happy Shrimps.”

The characters in the tale are named after the world’s most farmed shrimp species: whiteleg shrimp (Litopenaeus vannamei) and black tiger prawns (Penaeus monodon).

Tambuyog Development Center introduced Hipon komiks, an informational material featuring the story “Mono Don and Vanna Mei The Happy Shrimps.” (Photo courtesy of Marie Jo Ocampo/Tambuyog Development Center)

The story mainly tackles the common concerns in shrimp farming, including poor feeding practices, overstocking, and lack of biosecurity measures.

“Although aquatic animal health and food safety issues of aquaculture have been subjected to certification and international compliance in international trade for years, aspects of animal welfare have not been adequately subjected to compliance or certification as part of the standards for Good Aquaculture Practices (GAqP),” said Dinna Umengan, Executive Director of Tambuyog Development Center, during the press launch of the campaign.

If shrimp aquaculture farms comply with the animal welfare standards and methods, they will be able to maximize social and consumer benefits, while also reducing negative environmental repercussions.

Improving animal welfare will result in lower mortality and chances of disease infection, plus a higher production rate.

Good water quality, appropriate fish stocking density, better feeding techniques, aeration, strict monitoring, and proper handling of fish by minimizing their stress and suffering during harvest are some of the prerequisites for sustainable aquaculture.

By adhering to the requirements set forth by the authorities, stakeholders or players in the aquaculture industry can ensure animal welfare and food safety among consumers.

“We should strengthen our Good Aquaculture Practices (GAqP), including the welfare of aquaculture species, by focusing on the health and environment of farmed shrimp. It would result in higher productivity for the fishing industry ,” said Cruz.

Hopefully, the collective efforts of both the private and public sectors would help build a better world not just for the consumers, but also for the aquatic animals.

Read more about farming and gardening at agriculture.com.ph

Related Tags

aquaculture shrimps agriculture agriculture specials Tambuyog Development Center vinamedenilla Farmed Shrimp Welfare Campaign
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.