Changes

23,165 bytes added ,  14:58, 24 May 2019
Created page with "<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width..."
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<!-- The above 3 meta tags *must* come first in the head;
any other head content must come *after* these tags -->
<title>Regional Diversity Scan 2019-2020</title>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="styles.css"/>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"
></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<link href="https://fonts.googleapis.com/css?family=Heebo" rel="stylesheet">
<script type="text/javascript">
// Load the Visualization API and the corechart package.
google.charts.load('current', {'packages':['corechart']});

google.charts.setOnLoadCallback(drawChart);

function drawChart() {

var data = google.visualization.arrayToDataTable([
['Region', 'West Asian', 'Southeast Asian', 'South Asian', 'Multiple visible minorities', 'Latin American',
'Korean', 'Japanese', 'Filipino', 'Chinese', 'Black', 'Arab', { role: 'annotation' } ],
['Atlantic', 2710, 2905, 14010, 2410, 3860, 3510, 1095, 7430, 17465, 32080, 13035, ''],
['Ontario', 154670, 22, 23, 30, 16, 9, 1, 2, 3, 4, 5, ''],
['Prairies and North', 28, 19, 29, 30, 12, 13, 1, 2, 3, 4, 5, ''],
['Quebec', 28, 19, 29, 30, 12, 13, 1, 2, 3, 4, 5, ''],
['Western', 28, 19, 29, 30, 12, 13, 1, 2, 3, 4, 5, '']
]);
var options = {
width: 1200,
height: 600,
legend: { position: 'right', maxLines: 11 },
isStacked: 'percent',
vAxis: {
minValue: 0,
ticks: [0, .1, .2, .3, .4, .5, .6, .7, .8, .9, 1]
},
fontName: 'Heebo',
fontSize: '10pt'
};

// Instantiate and draw our chart, passing in some options.
var chart = new google.visualization.ColumnChart(document.getElementById('chart_div'));
chart.draw(data, options);
}

google.charts.setOnLoadCallback(drawDonut1);
function drawDonut1() {
var data = google.visualization.arrayToDataTable([
['Identite autochtone', 'Hours per Day'],
['Identite autochtone', 6],
['Totalite minorites visibles', 4],
['Total non autochtones, non minorites visibles', 90],
]);

var options = {
title: 'Region atlantique',
pieHole: 0.6,
fontName: 'Heebo',
};

var chart = new google.visualization.PieChart(document.getElementById('donut_chart-1'));
chart.draw(data, options);
}

google.charts.setOnLoadCallback(drawDonut2);
function drawDonut2() {
var data = google.visualization.arrayToDataTable([
['Identite autochtone', 'Hours per Day'],
['Identite autochtone', 6],
['Totalite minorites visibles', 4],
['Total non autochtones, non minorites visibles', 90],
]);

var options = {
title: 'Region du Quebec',
pieHole: 0.6,
fontName: 'Heebo',
};

var chart = new google.visualization.PieChart(document.getElementById('donut_chart-2'));
chart.draw(data, options);
}
</script>
<link rel="stylesheet" href="styles.css" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr"
crossorigin="anonymous"
/>
</head>

<body>
<section class="super-body">
<div class="nav">
<div class="lg-container">
<div class="left-nav"><a class="nav-brand" href="#">POLICY RESEARCH GROUP</a> </div>
<div class="right-nav"> <a class="nav-link" href="#">FILES</a> <a class="nav-link" href="#">CONTACT</a> </div>
</div>
</div>
<div class="main">
<div class="lg-container py-5">
<div id="main-content">
<h2>Regional Diversity Scan 2019-20</h2>
<h3 class="mb-4">Current Context of Diversity and Inclusion Data</h3>
<div class="flex-h-cards-around mb-5">
<div class="flex-card-content w-50" style="justify-content: center;">
<p><strong>Racism and discrimination</strong> continue to manifest themselves in Canada in various aspects of life and create multiple barriers to full participation in Canadian society. Discrimination is the driving force behind the <strong>marginalization and exclusion of vulnerable groups</strong> and undermines social cohesion. </p>
</div>
<div class="flex-card-content w-50">
<img src="http://www.gcpedia.gc.ca/gcwiki/images/3/36/Rvg-Undraw_group_selfie_ijc6.svg" height="250" alt="group" />
</div>
</div>
<div class="flex-h-cards-around mb-5">

<div class="flex-card-content w-50">
<img src="http://www.gcpedia.gc.ca/gcwiki/images/5/50/Rvg-Undraw_file_searching_duff.svg" height="250" alt="analysis"/>
</div>
<div class="flex-card-content w-50" style="justify-content: center;">
<p>While many datasets on diversity and inclusion currently exist, largely at Statistics Canada from the Census and the General Social Survey, their format does not always meet some specific needs, or they have not been <strong>used to their full potential:</strong></p>
<ul>
<li>The traditional use of quantitative data is not always effective in reflecting certain social realities, particularly when the discrimination is <strong>multiple and intersectional.</strong></li>
<li> The rich regional diversity of the population and its social and economic situation, as well as a growing desire to access information at a specific geographical level, raise <strong>challenges in terms of methodology, confidentiality and data dissemination.</strong></li>
</ul>
</div>
</div>
<div class="flex-h-cards-around mb-5">

<div class="flex-card-content w-50" style="justify-content: center;">
<p>While several initiatives are underway at Statistics Canada to address these challenges, <strong>new creative methods of using existing data can maximize the data currently available.</strong></p>
</div>
<div class="flex-card-content w-50">
<img src="http://www.gcpedia.gc.ca/gcwiki/images/9/99/Rvg-Undraw_analysis_4jis.svg" height="250" alt="analysis-2"/>
</div>
</div>
<h3>Qu’est-ce que l’analyse de la conjoncture régionale?</h3>
<p class="mb-4" style="width:80%">L'analyse de la diversité régionale fait partie d’un exercice annuel d’analyse de la conjoncture et vise à identifier, à recueillir, à analyser et à présenter des données sur les similitudes et les différences dans les expériences et les situations de divers groupes démographiques. </p>
<div class="flex-h-cards mb-5">
<div class="flex-card-content p-3" style="width: 32%; border-top: 3px solid #CF2448; border-radius:2px; box-shadow: 0 2px 6px 0px hsla(0,0%,0%,0.2);">
<div class="mb-2" style="border-radius:50px;background-color:#ccc;width:50px;height:50px;display:flex;align-items:center;justify-content:center;">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 24 24">
<path d="M23.822 20.88l-6.353-6.354c.93-1.465 1.467-3.2 1.467-5.059.001-5.219-4.247-9.467-9.468-9.467s-9.468 4.248-9.468 9.468c0 5.221 4.247 9.469 9.468 9.469 1.768 0 3.421-.487 4.839-1.333l6.396 6.396 3.119-3.12zm-20.294-11.412c0-3.273 2.665-5.938 5.939-5.938 3.275 0 5.94 2.664 5.94 5.938 0 3.275-2.665 5.939-5.94 5.939-3.274 0-5.939-2.664-5.939-5.939z"/></svg>
</div>
<h4>Recherche et analyse</h4>
<p>Des démarches sont entreprises afin de :
<ul>
<li><strong>identifier les bases de données</strong> à l'intérieur et à l'extérieur du Ministère qui sont pertinentes ou qui ont une incidence sur son mandat;</li>
<li><strong>déterminer les variables</strong> les plus pertinentes à extraire et à analyser;</li>
<li><strong>faire l’acquisition</strong> des bases de données et les reformater au besoin; </li>
<li><strong>se rendre au Centre fédéral de données de recherche</strong> (CFDR) pour extraire des données issues de l’Enquête sociale générale (ESG).</li>
</ul>
</p>
</div>
<div class="flex-card-content p-3" style="width: 32%; border-top: 3px solid #F47A59; border-radius:2px; box-shadow: 0 2px 6px 0px hsla(0,0%,0%,0.2);">
<div class="mb-2" style="border-radius:50px;background-color:#ccc;width:50px;height:50px;display:flex;align-items:center;justify-content:center;">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 24 24">
<path d="M13.144 8.171c-.035-.066.342-.102.409-.102.074.009-.196.452-.409.102zm-2.152-3.072l.108-.031c.064.055-.072.095-.051.136.086.155.021.248.008.332-.014.085-.104.048-.149.093-.053.066.258.075.262.085.011.033-.375.089-.304.171.096.136.824-.195.708-.176.225-.113.029-.125-.097-.19-.043-.215-.079-.547-.213-.68l.088-.102c-.206-.299-.36.362-.36.362zm13.008 6.901c0 6.627-5.373 12-12 12-6.628 0-12-5.373-12-12s5.372-12 12-12c6.627 0 12 5.373 12 12zm-8.31-5.371c-.006-.146-.19-.284-.382-.031-.135.174-.111.439-.184.557-.104.175.567.339.567.174.025-.277.732-.063.87-.025.248.069.643-.226.211-.381-.355-.13-.542-.269-.574-.523 0 0 .188-.176.106-.166-.218.027-.614.786-.614.395zm6.296 5.371c0-1.035-.177-2.08-.357-2.632-.058-.174-.189-.312-.359-.378-.256-.1-1.337.597-1.5.254-.107-.229-.324.146-.572.008-.12-.066-.454-.515-.605-.46-.309.111.474.964.688 1.076.201-.152.852-.465.992-.038.268.804-.737 1.685-1.251 2.149-.768.694-.624-.449-1.147-.852-.275-.211-.272-.66-.55-.815-.124-.07-.693-.725-.688-.813l-.017.166c-.094.071-.294-.268-.315-.321 0 .295.48.765.639 1.001.271.405.416.995.748 1.326.178.178.858.914 1.035.898.193-.017.803-.458.911-.433.644.152-1.516 3.205-1.721 3.583-.169.317.138 1.101.113 1.476-.029.433-.37.573-.693.809-.346.253-.265.745-.556.925-.517.318-.889 1.353-1.623 1.348-.216-.001-1.14.36-1.261.007-.094-.256-.22-.45-.353-.703-.13-.248-.015-.505-.173-.724-.109-.152-.475-.497-.508-.677-.002-.155.117-.626.28-.708.229-.117.044-.458.016-.656-.048-.354-.267-.646-.53-.851-.389-.299-.188-.537-.097-.964 0-.204-.124-.472-.398-.392-.564.164-.393-.44-.804-.413-.296.021-.538.209-.813.292-.346.104-.7-.082-1.042-.125-1.407-.178-1.866-1.786-1.499-2.946.037-.19-.114-.542-.048-.689.158-.352.48-.747.762-1.014.158-.15.361-.112.547-.229.287-.181.291-.553.572-.781.4-.325.946-.318 1.468-.388.278-.037 1.336-.266 1.503-.06 0 .038.191.604-.019.572.433.023 1.05.749 1.461.579.211-.088.134-.736.567-.423.262.188 1.436.272 1.68.069.15-.124.234-.93.052-1.021.116.115-.611.124-.679.098-.12-.044-.232.114-.425.025.116.055-.646-.354-.218-.667-.179.131-.346-.037-.539.107-.133.108.062.18-.128.274-.302.153-.53-.525-.644-.602-.116-.076-1.014-.706-.77-.295l.789.785c-.039.025-.207-.286-.207-.059.053-.135.02.579-.104.347-.055-.089.09-.139.006-.268 0-.085-.228-.168-.272-.226-.125-.155-.457-.497-.637-.579-.05-.023-.764.087-.824.11-.07.098-.13.201-.179.311-.148.055-.287.126-.419.214l-.157.353c-.068.061-.765.291-.769.3.029-.075-.487-.171-.453-.321.038-.165.213-.68.168-.868-.048-.197 1.074.284 1.146-.235.029-.225.046-.487-.313-.525.068.008.695-.246.799-.36.146-.168.481-.442.724-.442.284 0 .223-.413.354-.615.131.053-.07.376.087.507-.01-.103.445.057.489.033.104-.054.684-.022.594-.294-.1-.277.051-.195.181-.253-.022.009.34-.619.402-.413-.043-.212-.421.074-.553.063-.305-.024-.176-.52-.061-.665.089-.115-.243-.256-.247-.036-.006.329-.312.627-.241 1.064.108.659-.735-.159-.809-.114-.28.17-.509-.214-.364-.444.148-.235.505-.224.652-.476.104-.178.225-.385.385-.52.535-.449.683-.09 1.216-.041.521.048.176.124.104.324-.069.19.286.258.409.099.07-.092.229-.323.298-.494.089-.222.901-.197.334-.536-.374-.223-2.004-.672-3.096-.672-.236 0-.401.263-.581.412-.356.295-1.268.874-1.775.698-.519-.179-1.63.66-1.808.666-.065.004.004-.634.358-.681-.153.023 1.247-.707 1.209-.859-.046-.18-2.799.822-2.676 1.023.059.092.299.092-.016.294-.18.109-.372.801-.541.801-.505.221-.537-.435-1.099.409l-.894.36c-1.328 1.411-2.247 3.198-2.58 5.183-.013.079.334.226.379.28.112.134.112.712.167.901.138.478.479.744.74 1.179.154.259.41.914.329 1.186.108-.178 1.07.815 1.246 1.022.414.487.733 1.077.061 1.559-.217.156.33 1.129.048 1.368l-.361.093c-.356.219-.195.756.021.982 1.818 1.901 4.38 3.087 7.22 3.087 5.517 0 9.989-4.472 9.989-9.989zm-11.507-6.357c.125-.055.293-.053.311-.22.015-.148.044-.046.08-.1.035-.053-.067-.138-.11-.146-.064-.014-.108.069-.149.104l-.072.019-.068.087.008.048-.087.106c-.085.084.002.139.087.102z"/></svg>
</div>
<h4>Visualisation de données</h4>
<p>
<ul>
<li><strong>Un logiciel de cartographie et de visualisation de données (ArcGIS)</strong> est utilisé pour convertir les données en dessins techniques exploratoires, interactifs et itératifs afin de les rendre accessibles à des analystes et à un public non spécialisé sur la plateteforme <strong>géospatiale fédérale (PGF).</strong></li>
<li>Ces produits de visualisation sont ensuite <strong>regroupés et publiés sur une plateforme accessible (SharePoint)</strong> qui met de l’avant le narratif émergeant des données analysées.</li>
</ul>
</p>
</div>
<div class="flex-card-content p-3" style="width: 32%; border-top: 3px solid #FFCE1A; border-radius:2px; box-shadow: 0 2px 6px 0px hsla(0,0%,0%,0.2);">
<div class="mb-2" style="border-radius:50px;background-color:#ccc;width:50px;height:50px;display:flex;align-items:center;justify-content:center;">
<svg style="margin-top:-5px;" xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 24 24">
<path d="M7 24h-6v-6h6v6zm8-9h-6v9h6v-9zm8-4h-6v13h6v-13zm0-11l-6 1.221 1.716 1.708-6.85 6.733-3.001-3.002-7.841 7.797 1.41 1.418 6.427-6.39 2.991 2.993 8.28-8.137 1.667 1.66 1.201-6.001z"/></svg>
</div>
<h4>Sélection des données et création du narratif</h4>
<p>
<ul>
<li><strong>Des consultations sont menées avec les secteurs et les régions afin d’assurer une collaboration continue.</strong></li>
<li>Basé sur un large éventail de sources, les données les plus pertinentes sont <strong>identifiées et analysées afin de faire émerger une trame narrative.</strong></li>
</ul>
</p>
</div>
</div>
<h4>Objectifs de particularités du cycle 2019-2020</h4>
<div class="row mb-5 mt-5">
<div class="col-md-6">
<div class="rvg-ol flex-h-cards">
<div class="rvg-ol-number">
<div class="rvg-ol-circle"><span class="lg-number">1</span></div>
</div>
<div class="rvg-ol-desc">
<p><strong>Maximiser l’exploitation des données*</strong> disponibles sur la cohésion sociale et l’inclusion au Canada, notamment en explorant les aspects régionaux et de la diversité des données de l’ESG et du Recensement;</p>
</div>
</div>
<div class="rvg-ol flex-h-cards">
<div class="rvg-ol-number">
<div class="rvg-ol-circle"><span class="lg-number">2</span></div>
</div>
<div class="rvg-ol-desc">
<p><strong>Développer des méthodes créatives et novatrices</strong> qui permettent de démontrer la valeur et le potentiel des données existantes;</p>
</div>
</div>
<div class="rvg-ol flex-h-cards">
<div class="rvg-ol-number">
<div class="rvg-ol-circle"><span class="lg-number">3</span></div>
</div>
<div class="rvg-ol-desc">
<p><strong>Maximiser le potentiel des techniques de visualisation de données,</strong> notamment en utilisant des logiciels de cartographie qui permettent d’analyser les données sous un nouvel angle;</p>
</div>
</div>
<div class="rvg-ol flex-h-cards">
<div class="rvg-ol-number">
<div class="rvg-ol-circle"><span class="lg-number">4</span></div>
</div>
<div class="rvg-ol-desc">
<p><strong>Rendre les bases de données facilement utilisables et accessibles</strong> aux employé.es de PCH, incluant les analystes, les chercheur.es et les responsables de programmes.</p>
</div>
</div>
<p style="font-size: 10pt; opacity:0.8;">* Les données utilisées lors de cet exercice proviennent du Recensement de 2016 (Statistique Canada), de données administratives (Données sur les personnes disparues 2014-2018; Données sur les crimes haineux) et de l’Enquête sociale générale de Statistique Canada (Les Canadiens au travail et à la maison, 2017; Identité sociale, 2013; victimisation, 2014).
</p>
</div>
<div class="col-md-6" style="max-height: 450px; overflow: hidden;">
<img src="https://source.unsplash.com/900x1600/?banff,water" width="600" alt="3"/>
</div>
</div>
<h3>Demonstration of key facts</h3>
<div class="row">
<div class="col-md-4">
<div id="donut_chart-1" style="width:500px; height:300px;"></div>
</div>
<div class="col-md-4">
<div id="donut_chart-2" style="width:500px; height:300px;"></div>
</div><div class="col-md-4">
<div id="donut_chart-2" style="width:500px; height:300px;"></div>
</div>
</div>

<h4>Visible minorities composition by region</h4>
<p>Each region has a very specific visible minorities profile.</p>
<div class="chart-box">
<div id="chart_div"></div>
</div>
<h3>Lessons Learned</h3>
<div class="row mb-5 mt-4">
<div class="col-md-6">
<ul>
<li>Canadian Heritage has access to a <strong>considerable amount of data</strong> that could be used more extensively. However, the process of organizing, analyzing and visualizing these data requires <strong>important resources in terms of time and expertise.</strong></li>
<li>Data analysis is only one step of the process. The ability to <strong>tell the stories embedded in the data, and to clearly communicate and visualize these data</strong> is also integral to the process. Often, the data analysis and storytelling steps require divergent skill sets, and a diverse team. </li>
<li>Even with these data optimization activities, it is clear that there are important <strong>data gaps</strong> for the needs of the Department and the Government of Canada, especially in terms of territorial and regional data. </li>
</ul>
</div>
<div class="col-md-6">
<img src="https://source.unsplash.com/900x400/?city,landscape" width="100%" alt="3"/>
</div>

</div>
<h3>Prochaine étapes</h3>
<div class="flex-h-cards mb-5 mt-4" style="flex-wrap: wrap;">
<div class="p-4 mb-3" style="width:49%; background-color: #fcc; border-radius: 2px; color:#520707;"><h4>Étape 1</h4> <p><strong>Obtenir l’aval pour une présentation au Comité exécutif. </strong>
</p></div>
<div class="p-4 mb-3" style="width:49%; background-color: #fcc; border-radius: 2px; color:#520707;"><h4>Étape 2</h4> <p><strong>Continuer la mise à jour des plateformes de visualisation</strong> avec de nouvelles données et analyses. Des projets sur la mesure des impacts sociaux, la cohésion sociale et les subventions et contributions sont déjà en cours ou prévus.
</p></div>
<div class="p-4 mb-3" style="width:49%; background-color: #fcc; border-radius: 2px; color:#520707;"><h4>Étape 3</h4> <p><strong>Poursuivre les discussions avec les analystes du Ministère</strong> pour les appuyer dans l’utilisation de cette ressource dans leur travail.
</p></div>
<div class="p-4 mb-3" style="width:49%; background-color: #fcc; border-radius: 2px; color:#520707;"><h4>Étape 4</h4> <p><strong>Identifier les lacunes des données disponibles</strong> et, dans la mesure du possible, développer des stratégies pour les combler avec l’aide d’autres organisations gouvernementales et le milieu universitaire.
</p></div>
</div>

</div>
</div>
<div id="rvg-footer" class="rvg-footer">
<div class="lg-container flex-h-cards">
<div class="footer-left" style="align-content: center;"><span class="rvg-copy"><a href="http://www.gcpedia.gc.ca/">GCPedia</a> page made with ⚡ by <a href="#">Rock Vincent Guitard</a></span></div>
<div class="footer-center">
<svg width="15" height="16" viewBox="0 0 15 16" fill="red" xmlns="http://www.w3.org/2000/svg">
<path d="M10.8904 10.8384L15 7.87118L13.7158 7.46252L14.3921 4.53082L11.4897 5.24153L11.1387 3.83787L9.58048 5.81011L10.2226 1.85675L9.01541 2.55858L7.5 0L5.98459 2.55858L4.7774 1.85675L5.41952 5.81011L3.86986 3.83787L3.51027 5.24153L0.607877 4.53082L1.28425 7.46252L0 7.87118L4.10959 10.8384L3.72432 12.4908L7.35445 11.9045L7.25171 16H7.5H7.74829L7.65411 11.9045L11.2842 12.4908L10.8904 10.8384Z" fill="#FF122B"/>
</svg>
</div>
<div class="footer-right"><a href="#" class="nav-link">FILES</a><a href="#" class="nav-link">CONTACT</a></div>
</div>
</div>
</div>

<!--Scripts-->
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"
>
</script>
</section>
</body>
</html>
{{prg-diversity-scan-19-20 css}}