UTMC Platform Pre-Launch Meeting (Presentation Slides)
Presentation Slides used to guide the UTMC Platform Pre-Launch Meeting.
The meeting was dedicated to the 48 UTM Cities and hosted on Wednesday, 07 June 2023 at 13:00 CET.
The presentation contains:
INTRO:
- WHY is UTMC important?
- HOW is UTMC supporting cities?
- WHAT will UTMC do?
PLATFORM FEATURES & OPPORTUNITIES:
- Knowledge Repository
- Funding Opportunities
- P2P Exchange & Capacity Building
- Dissemination & Awareness
NEXT STEPS
$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'];
?>
}
}
}
?>
Comments ()