Meet Our 2026 Indigenous Community Media Fund Grant Partners
2 Juni 2026kevin.larrea
At Cultural Survival, we recognize the importance of Indigenous media as platforms through which Indigenous
Peoples share their stories, struggles, knowledge, and visions for the future. This media is essential for
amplifying their voices, preserving their memory, and ensuring the continuity of their Traditional Knowledge.
Since 2017, Cultural Survival’s Indigenous Community Media Fund has supported Indigenous Peoples’ efforts to
foster intercultural dialogue, promote intergenerational knowledge exchange, and strengthen community
collaboration. It has also helped Indigenous Peoples exercise their right to free and informed decision-making
to achieve good living, harmonious coexistence, respect for diversity, and to define and sustain their own
narratives.
From its inception, the Indigenous Community Media Fund has provided a total of 455 grants supporting community
media projects in 42 countries across 4 continents, for a total of $3,086,561. In 2026, the Fund provided a
total of $257,000 in funding to 36 Indigenous communication projects in 23 countries across the Americas, Asia,
and Africa. Projects will be implemented in Argentina, Bolivia, Cameroon, Canada, Chile, Colombia, the
Democratic Republic of the Congo, Guatemala, Indonesia, Kenya, Malaysia, Mexico, Nepal, Peru, the Philippines,
South Africa, Tanzania, Thailand, Uganda, the United States, and Zimbabwe.
The 36 funded projects will focus on strengthening media infrastructure, acquiring equipment, building capacity,
and producing content on topics such as climate change, territorial defense, natural disaster response, and the
strengthening of Indigenous cultures, languages, and communication.
We are pleased to present the 36 funded projects from the 2026 cycle, described here with their consent:
ready(function () { // Fallback so slides can open the modal even if no global gpOpenAt() exists if (typeof window.gpOpenAt !== "function") { window.gpOpenAt = function (i) { var cards = document.querySelectorAll(".grant-partner"); var card = cards[i]; if (!card) return; var a = card.querySelector("[data-gp-open]"); if (a) a.click(); }; }
var root = document.getElementById("gp-featured"); if (!root) return;
var regionsWanted = [ "Americas", "Africa", "Asia", "Europe", "Oceania", ];
//VERSION EN ESPAÑOL - Kevin Larrea // var regionsWanted = [ // "América", // "África", // "Asia", // "Europa", // "Oceanía", // ];
var slides = []; var allCards = Array.prototype.slice.call( document.querySelectorAll(".grant-partner"), ); var regionHeads = document.querySelectorAll("h2.grant-region");
// Find the FIRST partner after each region heading on the page
for (var r = 0; r < regionHeads.length; r++) {
var regionName = (regionHeads[r].textContent || "").trim();
if (regionsWanted.indexOf(regionName) === -1) continue;
var node = regionHeads[r],
firstCard = null;
while ((node = node.nextElementSibling)) {
if (node.matches && node.matches("h2.grant-region")) break;
if (node.querySelector) {
firstCard = node.querySelector(".grant-partner");
if (firstCard) break;
}
}
if (!firstCard) continue;
var imgEl = firstCard.querySelector(".grant-partner-image img");
var img = imgEl
? imgEl.getAttribute("src")
: "/sites/default/files/placeholder.jpg";
var title = (firstCard.querySelector("h3") || {}).innerText || "";
var sub = (firstCard.querySelector("h4") || {}).innerText || "";
var index = allCards.indexOf(firstCard);
slides.push({
region: regionName,
img: img,
title: title,
sub: sub,
index: index,
});
}
if (!slides.length) {
// No valid regions/cards found — remove empty shell
if (root.parentNode) root.parentNode.removeChild(root);
return;
}
// Build carousel items (works in BS3/4/5)
var indicators = root.querySelector(".carousel-indicators");
var inner = root.querySelector(".carousel-inner");
indicators.innerHTML = "";
inner.innerHTML = "";
slides.forEach(function (s, i) {
// indicators
var li = document.createElement("li");
li.setAttribute("data-target", "#gp-featured"); // BS3/4
li.setAttribute("data-slide-to", i); // BS3/4
li.setAttribute("data-bs-target", "#gp-featured"); // BS5
li.setAttribute("data-bs-slide-to", i); // BS5
if (i === 0) li.className = "active";
indicators.appendChild(li);
// slide
var item = document.createElement("div");
item.className = "item carousel-item" + (i === 0 ? " active" : ""); // <— key fix
item.innerHTML =
'' +
'
