import centered from './centered/manifest.json'; import choice from './choice/manifest.json'; import { globalManifests } from './global'; import modal from './modal/manifest.json'; import choicePage from './pages/choice.json'; import description from './pages/description.json'; import modalPage from './pages/modal.json'; import progress from './pages/progress.json'; import { idOf, mergeManifests } from './schema'; import split from './split/manifest.json'; import stacked from './stacked/manifest.json'; /** * Properties live in JSON beside their page so a tool outside the plugin reads * the same file the plugin does, rather than a second copy that drifts. * * Labels sit there untranslated on purpose: nothing in the flow renders them, * and a string in JSON cannot reach make-pot anyway. */ export const descriptionManifests = () => [centered, split]; export const progressManifests = () => [stacked]; export const choiceManifests = () => [choice]; export const modalManifests = () => [modal]; const everyTemplate = () => [ ...descriptionManifests(), ...progressManifests(), ...choiceManifests(), ...modalManifests(), ]; const PAGE_OF = { centered: 'description', split: 'description', stacked: 'progress', choice: 'choice', modal: 'modal', }; export const pageManifests = () => [ description, progress, choicePage, modalPage, ]; const pageManifest = (page) => pageManifests().find((entry) => idOf(entry) === page); /** * Global, then the page, then the template. Nothing reads this at runtime — a * page reads its variables from the cascade — so it exists for a tool that has * to know what it may set, and for the contract test over the three levels. */ export const resolvedFor = (template) => { const page = pageManifest(PAGE_OF[template]); const own = everyTemplate().find((entry) => idOf(entry) === template); return mergeManifests([ ...globalManifests(), ...(page ? [page] : []), ...(own ? [own] : []), ]); };

Restore backup mode is enabled so most options are disabled.
If you want to activate these options to change the migration website you need to restart the installer and deactivate the Restore backup mode option

Partnerships -

Partnerships

Leveraging the Fulbright Fellowship for Advancement

In 2022, Salone Factchecker (SFC) garnered a significant boost from the United States Government Fulbright.   Fulbright Specialist Project. Dr. Michael Epstein, a distinguished authority in law and media based in the United States, embarked on a 33-day endeavor that proved transformative for SFC’s mission. His expertise aimed to fortify the platform’s capacity to combat misinformation in Sierra Leone by delving into local, last-mile solutions both online and offline.

During his tenure, Dr. Epstein engaged with a spectrum of stakeholders. He held discussions with government ministers, esteemed university faculty, students, and prominent journalists within Sierra Leone. Dr. Epstein’s insights extended beyond formal settings, as he conducted interviews with ordinary citizens in informal locales like Ataya Bases, bus shelters, and other communal spaces. These interactions culminated in the formulation of a comprehensive blueprint and curriculum, which were subsequently shared with collaborative partners.

The training initiative led by Dr. Epstein bore a significant impact. It encompassed a diverse array of participants, including 25 journalists from various corners of Sierra Leone, mass communications students from the University of Sierra Leone and the University of Makeni, and students from Njala University. The training sessions were tailored to not only cultivate robust fact-checking competencies but also to facilitate the effective dissemination of acquired knowledge in media development. A particular emphasis was placed on reaching marginalized demographics, such as rural communities, illiterate individuals, and other vulnerable groups.

This Fulbright Fellowship undertaking served as a catalyst for advancing SFC’s role in fostering media literacy and combating misinformation. The collaboration with Dr. Michael Epstein exemplified the platform’s commitment to fortifying its foundations and expanding its reach within Sierra Leone’s diverse society. Through this endeavor, SFC continues to embody the values of accuracy, inclusivity, and progress in the realm of media and information dissemination.

Scroll to Top