Systems Innovation Toolkit
This Systems Innovation Toolkit is designed as an open-source set of modules that can be used for enabling a systems change initiative in the context of addressing climate change adaptation and transformation. The toolkit is designed for a lab team, hub, or initiate aimed at create an ecosystem for systemic change around climate change.
The building blocks of this toolkit are the canvases. Each canvas deals with one key aspect of systems innovation; the canvas will help you think through and develop a response to a key question you will need an answer to. For example who are the actors in the system? Or where are the places I should intervene? These building blocks can be accessed and used as individual modules or they can be strung together to form a process depending on the time horizon of the initiative.
$translatableResources = [3, 4, 5, 6];
if (in_array($ResourceType, $translatableResources)) {
$langUser = strtoupper($browserLang);
if (!isset($arrPostLang[$langUser]['Target'])) {
$langUser = 'EN';
}
// on regarde si la langue source est differente de la langue de l'utilisateur ou si on a pas detecte la langue
if (!isset($media['srcLang']) || $media['srcLang'] != $langUser) {
//si la langue de l'utilisateur (browserLang) est disponible dans le tableau
if (isset($arrPostLang[$langUser]['Target'])) {
$translate = $arrPostLang[$langUser]['Target'];
?>
}
}
}
?>