Difference between revisions of "Data Conference 2022 Agenda"

From wiki
Jump to navigation Jump to search
m
 
(373 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[fr:yourfile-fra]]
+
{{#css:
__NOTOC__
 
{{GCb-head-yourfile-eng}}
 
{{GCb-nav-yourfile-eng}}
 
<html>
 
  
<div role="main" class="container-fluid">
+
.btn {
<nav aria-label="breadcrumb" class="mb-2">
+
  border: none;
  <ol class="breadcrumb">
+
  background-color: #0B1E3F;
<li class="breadcrumb-item"><a href="http://www.gcpedia.gc.ca/wiki/GCbootstrap"><span class="rounded text-white badge" style="background: #563D7C;"><strong>GC</strong>bootstrap</span></a></li>
+
  padding: 14px 28px;
<li class="breadcrumb-item active">Style Guide</li>
+
  font-size: 16px;
  </ol>
+
   cursor: pointer;
</nav>
+
   display: inline-block;
+
}
<div class="row">
 
<div class="col-lg-12">
 
  <h1>Style Guide</h1>
 
  <p class="lead">Below are most of the default <a href="http://www.gcpedia.gc.ca/wiki/GCbootstrap"><span class="rounded text-white badge" style="background: #563D7C;"><strong>GC</strong>bootstrap</span></a> styles and how they should look when on your page. <strong>Keep this page as your master template!</strong></p>
 
  <p class="badge badge-danger">Experience with <abbr title="Hyper Text Markup Language">HTML</abbr>, <abbr title="Cascading Style Sheets">CSS</abbr>, <abbr title="JavaScript">JS</abbr> and GCpedia recommended!</p>
 
  <p class="badge badge-info">Last updated: 2018-12-14</p>
 
</div>
 
</div>
 
 
 
   <!-- Buttons
 
      ================================================== -->
 
   <div class="bs-docs-section">
 
    <div class="page-header">
 
      <div class="row">
 
        <div class="col-lg-12">
 
          <h1 id="buttons">Buttons</h1>
 
        </div>
 
      </div>
 
    </div>
 
  
    <div class="row">
+
.btn:hover {background: #eee;}
      <div class="col-lg-7">
 
  
        <p class="bs-component">
+
.cta {color: b62aa9;}
          <button type="button" class="btn btn-primary">Primary</button>
 
          <button type="button" class="btn btn-secondary">Secondary</button>
 
          <button type="button" class="btn btn-success">Success</button>
 
          <button type="button" class="btn btn-info">Info</button>
 
          <button type="button" class="btn btn-warning">Warning</button>
 
          <button type="button" class="btn btn-danger">Danger</button>
 
          <button type="button" class="btn btn-link">Link</button>
 
        </p>
 
  
        <p class="bs-component">
+
p.stream{
          <button type="button" class="btn btn-primary disabled">Primary</button>
+
color: #b62aa9;
          <button type="button" class="btn btn-secondary disabled">Secondary</button>
+
padding-top:30px;
          <button type="button" class="btn btn-success disabled">Success</button>
+
line-height:0;
          <button type="button" class="btn btn-info disabled">Info</button>
+
font-weight: 900;
          <button type="button" class="btn btn-warning disabled">Warning</button>
+
font-size:small;
          <button type="button" class="btn btn-danger disabled">Danger</button>
+
}
          <button type="button" class="btn btn-link disabled">Link</button>
 
        </p>
 
  
        <p class="bs-component">
+
h1{
          <button type="button" class="btn btn-outline-primary">Primary</button>
+
font-family: Arial, Helvetica, sans-serif !important;
          <button type="button" class="btn btn-outline-secondary">Secondary</button>
+
font-size:xx-large !important;
          <button type="button" class="btn btn-outline-success">Success</button>
+
text-decoration:none !important;
          <button type="button" class="btn btn-outline-info">Info</button>
+
}
          <button type="button" class="btn btn-outline-warning">Warning</button>
 
          <button type="button" class="btn btn-outline-danger">Danger</button>
 
        </p>
 
  
        <div class="bs-component">
+
h2{
          <div class="btn-group" role="group" aria-label="Button group with nested dropdown">
+
font-family: Arial, Helvetica, sans-serif !important;
            <button type="button" class="btn btn-primary">Primary</button>
+
font-size:x-large !important;
            <div class="btn-group" role="group">
+
text-decoration:none !important;
              <button id="btnGroupDrop1" type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"></button>
+
border:0 !important;
              <div class="dropdown-menu" aria-labelledby="btnGroupDrop1">
+
}
                <a class="dropdown-item" href="#">Dropdown link</a>
 
                <a class="dropdown-item" href="#">Dropdown link</a>
 
              </div>
 
            </div>
 
          </div>
 
  
          <div class="btn-group" role="group" aria-label="Button group with nested dropdown">
+
h3{
            <button type="button" class="btn btn-success">Success</button>
+
padding-top:0;
            <div class="btn-group" role="group">
+
}
              <button id="btnGroupDrop2" type="button" class="btn btn-success dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"></button>
 
              <div class="dropdown-menu" aria-labelledby="btnGroupDrop2">
 
                <a class="dropdown-item" href="#">Dropdown link</a>
 
                <a class="dropdown-item" href="#">Dropdown link</a>
 
              </div>
 
            </div>
 
          </div>
 
  
          <div class="btn-group" role="group" aria-label="Button group with nested dropdown">
 
            <button type="button" class="btn btn-info">Info</button>
 
            <div class="btn-group" role="group">
 
              <button id="btnGroupDrop3" type="button" class="btn btn-info dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"></button>
 
              <div class="dropdown-menu" aria-labelledby="btnGroupDrop3">
 
                <a class="dropdown-item" href="#">Dropdown link</a>
 
                <a class="dropdown-item" href="#">Dropdown link</a>
 
              </div>
 
            </div>
 
          </div>
 
  
          <div class="btn-group" role="group" aria-label="Button group with nested dropdown">
+
.button {
            <button type="button" class="btn btn-danger">Danger</button>
+
  width: 330px;
            <div class="btn-group" role="group">
+
  height: 30px;
              <button id="btnGroupDrop4" type="button" class="btn btn-danger dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"></button>
+
  font-family: 'Roboto', sans-serif;
              <div class="dropdown-menu" aria-labelledby="btnGroupDrop4">
+
  font-size: 11px;
                <a class="dropdown-item" href="#">Dropdown link</a>
+
  letter-spacing: 2px;
                <a class="dropdown-item" href="#">Dropdown link</a>
+
  font-weight: 500;
              </div>
+
  color: #000;
            </div>
+
  background-color: #85EBFF;
          </div>
+
  border: none;
        </div>
+
  border-radius: 10px;
 +
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
 +
  transition: all 0.3s ease 0s;
 +
  cursor: pointer;
 +
  outline: none;
 +
  padding-top: 15px;
 +
  padding-left: 15px;
 +
  text-transform: uppercase;
 +
  text-align: center;
 +
  }
  
        <div class="bs-component">
+
.button:hover {
          <button type="button" class="btn btn-primary btn-lg">Large button</button>
+
  background-color: #fff;
          <button type="button" class="btn btn-primary">Default button</button>
+
  box-shadow: 0px 10px 15px rgba(40, 141, 161, 0.4);
          <button type="button" class="btn btn-primary btn-sm">Small button</button>
+
  color: #fff;
        </div>
+
  transform: translateY(-2px);
 +
}
  
      </div>
+
}}
      <div class="col-lg-5">
+
<p style="text-align:left; padding: 10px; margin-top: -10px; width:1130px"><strong>[https://wiki.gccollab.ca/Conférence_sur_les_données_2022_-_Ordre_du_jour Français]</strong></p>
  
        <p class="bs-component">
+
<p class="button"><strong>[https://wiki.gccollab.ca/GC_Data_Conference_2023 ➡ View the 2023 GC Data Conference]</strong></p>
          <button type="button" class="btn btn-primary btn-lg btn-block">Block level button</button>
+
<br>
        </p>
 
  
        <div class="bs-component" style="margin-bottom: 15px;">
+
[[Image:DataCon2022-Banner-EN.png |100%|Data Conference 2022: Driving Data Value and Insights for All Canadians, 23 + 24 February 2022]]
          <div class="btn-group btn-group-toggle" data-toggle="buttons">
+
<p style="background-color: #f18f34; padding: 5px; margin-top: -10px; width:1130px""><small>
            <label class="btn btn-primary active">
+
<strong>[https://vexpodev.z9.web.core.windows.net/en/#/2203/lobby Virtual Expo]</strong>&nbsp;&nbsp;|&nbsp;&nbsp;
              <input type="checkbox" checked="" autocomplete="off"> Active
+
<strong>[https://wiki.gccollab.ca/Data_Conference_2022_Agenda AGENDA]</strong>&nbsp;&nbsp;|&nbsp;&nbsp;
            </label>
+
<strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers Conference speakers]</strong>&nbsp;&nbsp;|&nbsp;&nbsp;
            <label class="btn btn-primary">
+
<strong>[https://wiki.gccollab.ca/Data_Conference_2022_Networking_Missions Networking Missions]</strong>&nbsp;&nbsp;|&nbsp;&nbsp;
              <input type="checkbox" autocomplete="off"> Check
+
<strong>[https://wiki.gccollab.ca/Discover_more_about_data Discover more about data]</strong>&nbsp;&nbsp;|&nbsp;&nbsp;
            </label>
+
<strong>[https://wiki.gccollab.ca/Data_Conference_2022_Announcements Announcements]</strong>
            <label class="btn btn-primary">
+
</small></p>
              <input type="checkbox" autocomplete="off"> Check
 
            </label>
 
          </div>
 
        </div>
 
  
        <div class="bs-component" style="margin-bottom: 15px;">
+
<p style="color: DarkBlue; font-size:large;"><strong>Brought to you by Statistics Canada and the Canada School of Public Service with support from the GC Data Community</strong></p>  
          <div class="btn-group btn-group-toggle" data-toggle="buttons">
 
            <label class="btn btn-primary active">
 
              <input type="radio" name="options" id="option1" autocomplete="off" checked=""> Active
 
            </label>
 
            <label class="btn btn-primary">
 
              <input type="radio" name="options" id="option2" autocomplete="off"> Radio
 
            </label>
 
            <label class="btn btn-primary">
 
              <input type="radio" name="options" id="option3" autocomplete="off"> Radio
 
            </label>
 
          </div>
 
        </div>
 
  
        <div class="bs-component">
+
<h1>Wednesday, February 23, 2022</h1>
          <div class="btn-group-vertical" data-toggle="buttons">
+
            <button type="button" class="btn btn-primary">Button</button>
+
<h2>10:00 to 11:00 am - Pre-event networking</h2>
            <button type="button" class="btn btn-primary">Button</button>
+
<p>Find people to connect with:</p>
            <button type="button" class="btn btn-primary">Button</button>
+
<ul>
            <button type="button" class="btn btn-primary">Button</button>
+
<li>Meet others through our <strong>[https://app.wonder.me/?spaceId=6ec0bd7f-11c0-43da-975e-2a8ac68c4058 Wonder.me networking space]</strong></li>
            <button type="button" class="btn btn-primary">Button</button>
+
<li>Chat with others attending the conference with <strong>[https://message.gccollab.ca/channel/data-conference-2022-or-conference-sur-les-donnees-2022 GCmessage]</strong> (<small>[https://support.gccollab.ca/en/support/solutions/articles/2100037288-how-do-i-create-an-account-on-gcmessage- How to create an account on GCmessage]</small>)</li>
            <button type="button" class="btn btn-primary">Button</button>
+
<li>Post a message on the <strong>[https://gccollab.ca/groups/profile/6144942/gc-data-community-communaut-des-donn-es-du-gc GC Data Community forums on GCcollab]</strong></li>
          </div>
+
<li>Join in on the conversation on <strong>[https://twitter.com/search?q=%23GCData2022&src=typed_query Twitter using #GCData2022]</strong></li>  
        </div>
+
</ul>
  
        <div class="bs-component" style="margin-bottom: 15px;">
+
<h2>11:00 to 11:30 am - Opening plenary</h2>
          <div class="btn-group" role="group" aria-label="Basic example">
+
<ul>
            <button type="button" class="btn btn-secondary">Left</button>
+
<li>Emcees open Data Conference 2022</li>
            <button type="button" class="btn btn-secondary">Middle</button>
+
<ul>
            <button type="button" class="btn btn-secondary">Right</button>
+
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Tom_Dufour Tom Dufour]</strong>, Director General, Strategic Data Management Branch, Statistics Canada</li>
          </div>
+
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Kara_Beckles Kara Beckles]</strong>, Director General, Data Integrity, Privy Council Office</li>
        </div>
+
</ul>
 +
<li style="padding-top:15px;">Opening remarks</li>
 +
<ul>
 +
<li><strong>[https://youtu.be/TE8gliWXgzs Video] | [https://wiki.gccollab.ca/images/4/45/Data_Conference_2022_Driving_Data_Value_and_Insights_for_All_Canadians_Transcript.pdf English transcript]</strong></li>
 +
</ul>
 +
<ul>
 +
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Anil_Arora Anil Arora]</strong>, Chief Statistician of Canada, Statistics Canada</li>
 +
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Taki_Sarantakis Taki Sarantakis]</strong>, President, Canada School of Public Service</li>
 +
</ul>
 +
</ul>
  
        <div class="bs-component" style="margin-bottom: 15px;">
+
<h2>11:30 am to 12:30 pm - Concurrent sessions</h2>
          <div class="btn-toolbar" role="toolbar" aria-label="Toolbar with button groups">
 
            <div class="btn-group mr-2" role="group" aria-label="First group">
 
              <button type="button" class="btn btn-secondary">1</button>
 
              <button type="button" class="btn btn-secondary">2</button>
 
              <button type="button" class="btn btn-secondary">3</button>
 
              <button type="button" class="btn btn-secondary">4</button>
 
            </div>
 
            <div class="btn-group mr-2" role="group" aria-label="Second group">
 
              <button type="button" class="btn btn-secondary">5</button>
 
              <button type="button" class="btn btn-secondary">6</button>
 
              <button type="button" class="btn btn-secondary">7</button>
 
            </div>
 
            <div class="btn-group" role="group" aria-label="Third group">
 
              <button type="button" class="btn btn-secondary">8</button>
 
            </div>
 
          </div>
 
        </div>
 
  
      </div>
+
<p class="stream"><small>DATA FOUNDATIONS</small></p>
    </div>
+
<h3>Health data strategies and data sharing</h3>
  </div>
+
<p><strong>[https://www.wooclap.com/DC22A Go to Wooclap to interact during this session]</strong></p>
 +
<p>Over the past two years, national health data has been brought to the forefront of the conversation about health. It revealed much-needed improvements for the well-being of Canadians. In addition to highlighting the challenges and solutions regarding national health data strategies, this session will focus on how the Government of Canada can enhance partnerships with all jurisdictions to resolve health data gaps and improve emergency response through reliable and timely data.</p>
 +
<ul>
 +
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Eric_Sutherland Eric Sutherland]</strong>, Executive Director, Pan-Canadian Health Data Strategy</li>
 +
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#James_Van_Loon James Van Loon]</strong>, Chief Data Officer, Health Canada</li>
 +
<li>Moderated by <strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Lynn_Barr-Telford Lynn Barr-Telford]</strong>, Assistant Chief Statistician, Social, Health and Labour Statistics Field, Statistics Canada</li>
 +
</ul>
  
  <!-- Typography
+
<p class="stream" style="padding-bottom:0px;"><small>DATA AS A PUBLIC GOOD</small></p>
      ================================================== -->
+
<h3>Building the future with responsible Artificial Intelligence</h3>
  <div class="bs-docs-section">
+
<p>Technology is driving changes in all spheres of life and transforming the way information is consumed. Organizations are embracing new digital sources of data and new methods such as artificial intelligence (AI) to better serve society. Learn from expert AI leaders in the private sector, academia and the federal government about recent advances in AI, examples of AI use for public good, and responsible AI methods.</p>
    <div class="row">
+
<ul>
      <div class="col-lg-12">
+
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Foteini_Agrafioti Foteini Agrafioti]</strong>, Chief Science Officer, RBC and Head, Borealis AI </li>
        <div class="page-header">
+
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Cynthia_Rudin Cynthia Rudin]</strong>, Professor of computer science, electrical and computer engineering, statistical science, mathematics, and biostatistics and bioinformatics at Duke University</li>
          <h1 id="typography">Typography</h1>
+
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Benoit_Deshaies Benoit Deshaies]</strong>, Acting Director of data and artificial intelligence, Treasury Board of Canada Secretariat</li>
        </div>
+
<li>Moderated by <strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Sevgui_Erman Sevgui Erman]</strong>, Director and Chief Data Scientist, Statistics Canada</li>
      </div>
+
</ul>
    </div>
 
  
    <!-- Headings -->
+
<p class="stream"><small>DATA INSIGHTS THROUGH COLLABORATION</small></p>
 +
<h3>Data access and partnerships to inform the public </h3>
 +
<p>Breaking down barriers to data access is paramount for research and development, evidence-based decision-making and communicating with Canadians. Find out what has been done to enhance data access for researchers and get an overview of the Canadian Research Data Centre Network and the services it provides. Topics of discussion include research, partnerships, challenges and successes, and how the public sector and the Network can collaborate for greater success.</p>
 +
<ul>
 +
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Johanne_Proven.C3.A7al Johanne Provençal]</strong>, Research Program Director, Canadian Research Data Centre Network</li>
 +
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Ted_McDonald Ted McDonald]</strong>, Director, New Brunswick Institute for Research, Data and Training, and Professor, University of New Brunswick</li>
 +
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Celine_Teo Celine Teo]</strong>, MSc, PhD student, Social epidemiology, Brock University</li>
 +
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Sukhdeep_Kaur Sukhdeep Kaur]</strong>, Epidemiologist, Niagara Region Public Health</li>
 +
<li>Moderated by <strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Crystal_Sewards Crystal Sewards]</strong>, Manager, Office of the Chief Data Officer, Statistics Canada</li>
 +
</ul>
  
    <div class="row">
+
<h2>12:30 to 1:00 pm - Health break</h2>
      <div class="col-lg-4">
+
<p><strong>[https://expo.da-an.ca/en/#/2203/lobby  Visit the kiosks in the virtual exposition (vExpo)]</strong></p>
        <div class="bs-component">
 
          <h1>Heading 1</h1>
 
          <h2>Heading 2</h2>
 
          <h3>Heading 3</h3>
 
          <h4>Heading 4</h4>
 
          <h5>Heading 5</h5>
 
          <h6>Heading 6</h6>
 
          <h3>
 
            Heading
 
            <small class="text-muted">with muted text</small>
 
          </h3>
 
          <p class="lead">Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.</p>
 
        </div>
 
      </div>
 
      <div class="col-lg-4">
 
        <div class="bs-component">
 
          <h2>Example body text</h2>
 
          <p>Nullam quis risus eget
 
            <a href="#">urna mollis ornare</a> vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus
 
            mus. Nullam id dolor id nibh ultricies vehicula.</p>
 
          <p>
 
            <small>This line of text is meant to be treated as fine print.</small>
 
          </p>
 
          <p>The following is
 
            <strong>rendered as bold text</strong>.</p>
 
          <p>The following is
 
            <em>rendered as italicized text</em>.</p>
 
          <p>An abbreviation of the word attribute is
 
            <abbr title="attribute">attr</abbr>.</p>
 
        </div>
 
  
      </div>
+
<h2>1:00 to 2:00 pm - Keynote address</h2>
      <div class="col-lg-4">
+
<!--<p>[https://link.com Join this session online]</p>-->
        <div class="bs-component">
+
<h3>Leveraging data as a competitive advantage and the role of the public sector</h3>
          <h2>Emphasis classes</h2>
+
<ul>
          <p class="text-muted">Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.</p>
+
<li><strong>[https://youtu.be/ImxioYlR_Q0 Video] | [https://wiki.gccollab.ca/images/8/8c/Data_Conference_2022_Leveraging_data_as_a_competitive_advantage_and_the_role_of_the_public_sector_Descriptive_Transcript.pdf English transcript]</strong></li>
          <p class="text-primary">Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
+
</ul>
          <p class="text-warning">Etiam porta sem malesuada magna mollis euismod.</p>
+
<p>Leveraging the value of data is directly linked to the speed and scale of how it is gathered, shared and used. The federal government must ensure that data is secure and protected against threats while leveraging it for public good. Can sound management strategies for data assets and IT systems confidentiality help to build and protect data as a competitive advantage for Canadians? This keynote by Melissa Hathaway will bring a unique perspective on the intersection of government policy, developing technological and industry trends, and the economic drivers that impact acquisition and strategy. </p>
          <p class="text-danger">Donec ullamcorper nulla non metus auctor fringilla.</p>
+
<ul>
          <p class="text-success">Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</p>
+
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Melissa_Hathaway Melissa Hathaway]</strong>, President, Hathaway Global Strategies LLC</li>
          <p class="text-info">Maecenas sed diam eget risus varius blandit sit amet non magna.</p>
+
<li>Introduced by <strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Taki_Sarantakis Taki Sarantakis]</strong>, President, Canada School of Public Service</li>
        </div>
+
</ul>
  
      </div>
+
<h2>2:00 to 2:30 pm - Health break</h2>
    </div>
+
<p><strong>[https://expo.da-an.ca/en/#/2203/lobby  Visit the kiosks in the virtual exposition (vExpo)]</strong></p>
  
    <!-- Blockquotes -->
+
<h2>2:30 to 3:30 pm - Concurrent sessions</h2>
  
    <div class="row">
+
<p class="stream" style="padding-bottom:0px;"><small>DATA FOUNDATIONS</small></p>
      <div class="col-lg-12">
+
<h3 style="padding-top:0px;">Data literacy</h3>
        <h2 id="type-blockquotes">Blockquotes</h2>
+
<p>What are the key elements that enable organizations to shift to a data literacy that is, in addition to being inclusive of all mindsets, using an accessible, diverse and inclusive approach? Topics during this session include: the need for a culture shift and change management; how data literacy is not just about training; the need to measure, map and develop; and acknowledging both top-down and bottom-up (grassroots) initiatives. The speakers will draw on the experiences of public service and private sector organizations that are leaders in the field and will highlight the factors for success and the ongoing challenges and barriers.</p>
      </div>
+
<ul>
    </div>
+
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Jane_Crofts Jane Crofts]</strong>, Founder and CEO, Data To The People</li>
    <div class="row">
+
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Valerie_A_Logan Valerie Logan]</strong>, CEO and Founder, The Data Lodge, Inc</li>
      <div class="col-lg-4">
+
<li>Moderated by <strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Erica_Vezeau Erica Vezeau]</strong>, Director General, Digital Academy, Canada School of Public Service</li>
        <div class="bs-component">
+
</ul>
          <blockquote class="blockquote">
 
            <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
 
            <footer class="blockquote-footer">Someone famous in
 
              <cite title="Source Title">Source Title</cite>
 
            </footer>
 
          </blockquote>
 
        </div>
 
      </div>
 
      <div class="col-lg-4">
 
        <div class="bs-component">
 
          <blockquote class="blockquote text-center">
 
            <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
 
            <footer class="blockquote-footer">Someone famous in
 
              <cite title="Source Title">Source Title</cite>
 
            </footer>
 
          </blockquote>
 
        </div>
 
      </div>
 
      <div class="col-lg-4">
 
        <div class="bs-component">
 
          <blockquote class="blockquote text-right">
 
            <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
 
            <footer class="blockquote-footer">Someone famous in
 
              <cite title="Source Title">Source Title</cite>
 
            </footer>
 
          </blockquote>
 
        </div>
 
      </div>
 
    </div>
 
  </div>
 
  
  <!-- Tables
+
<p class="stream" style="padding-bottom:0px;"><small>DATA AS A PUBLIC GOOD</small></p>
      ================================================== -->
+
<h3 style="padding-top:0px;">Digital and data transformation</h3>
  <div class="bs-docs-section">
+
<p><strong>[https://www.wooclap.com/DC22B Go to Wooclap to interact during this session]</strong></p>
 +
<p>The mass adoption of technology has forced Canadians to change the way they work and interact. Also, it has challenged organizations to remain relevant and competitive as technologies evolve quickly. This session will concentrate on how the Government of Canada is transforming by using data as an asset and digital technologies. The discussion will also address the investments and commitments needed to support data transformation in the long term.</p>
 +
<ul>
 +
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Shaifa_Kanji Shaifa Kanji]</strong>, Assistant Deputy Minister and Chief Digital Officer, Innovation, Science and Economic Development Canada</li>
 +
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Ima_Okonny Ima Okonny]</strong>, Chief Data Officer, Employment and Social Development Canada</li>
 +
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Sandy_Kyriakatos Sandy Kyriakatos]</strong>, Chief Data Officer, Canada Border Services Agency</li>
 +
<li>Moderated by <strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Chris_Allison Christopher Allison]</strong>, Director General and Chief Data Officer, Centre for Data Management, Innovation and Analytics, Corporate Data and Surveillance Branch, Public Health Agency of Canada </li>
 +
</ul>
  
    <div class="row">
+
<p class="stream" style="padding-bottom:0px;"><small>DATA INSIGHTS THROUGH COLLABORATION</small></p>
      <div class="col-lg-12">
+
<h3 style="padding-top:0px;">Data to support the environment and climate change</h3>
        <div class="page-header">
+
<p><strong>[https://www.wooclap.com/DC22C Go to Wooclap to interact during this session]</strong></p>
          <h1 id="tables">Tables</h1>
+
<p>As the urgency for action on climate change continues to grow, data is needed to enhance our understanding of the issue and inform efforts across sectors. This session will focus on the need for open-data sharing, science and partnerships to provide insights for decision-making that will contribute towards a net-zero Canada. Learn how leading federal organizations are helping to secure a healthy environment for future generations with initiatives like Climate Science 2050, Canada’s Energy Future, and the Clean Tech Data Strategy.</p>
        </div>
+
<ul>
 +
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Shawn_Marshall Shawn Marshall]</strong>, Departmental Science Advisor, Environment and Climate Change Canada</li>
 +
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Anna_van_der_Kamp Anna van der Kamp]</strong>, Director of Innovation Policy, Natural Resources Canada</li>
 +
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Ryan_Hum Ryan Hum]</strong>, Vice-President of Data and Chief Information Officer, Canada Energy Regulator</li>
 +
<li>Moderated by <strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Fran.C3.A7ois_Soulard François Soulard]</strong>, Research Manager, Environment Energy Statistics Division, Statistics Canada</li>
 +
</ul>
  
        <div class="bs-component">
+
<h2>3:30 to 3:50 pm - Health break</h2>
          <table class="table table-hover">
+
<p><strong>[https://expo.da-an.ca/en/#/2203/lobby  Visit the kiosks in the virtual exposition (vExpo)]</strong></p>
            <thead>
+
<h2>3:50 to 4:45 pm - Fireside chat</h2>
              <tr>
+
<h3>Role of data and the digitalization of government</h3>
                <th scope="col">Type</th>
+
<ul>
                <th scope="col">Column heading</th>
+
<li><strong>[https://youtu.be/urL-UqVrX2w Video] | [https://wiki.gccollab.ca/images/d/dd/Data_Conference_2022_Role_of_data_and_the_digitalization_of_government_Descriptive_Transcript.pdf English transcript]</strong></li>
                <th scope="col">Column heading</th>
+
</ul>
                <th scope="col">Column heading</th>
+
<p>Data is the fuel and digital processes are the engine; they are interdependent and the drivers of change worldwide. Harnessing the power of this interdependency allows federal organizations to improve operational efficiencies, innovate how they work, and improve the way they engage with Canadians. As this interdependency increases, the Government of Canada must demonstrate that the use of data and digital processes adhere to sound governance that includes transparency and accountability, while protecting privacy and fostering trust.</p>
              </tr>
+
<ul>
            </thead>
+
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Catherine_Luelo Catherine Luelo]</strong>, Chief Information Officer of Canada, Treasury Board of Canada Secretariat</li>
            <tbody>
+
<li>Interviewed by <strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Vidya_ShankarNarayan Vidya ShankarNarayan]</strong>, Chief Information Office and Assistant Deputy Minister, Information Systems Branch, Agriculture and Agri-Food Canada</li>
              <tr class="table-active">
+
</ul>
                <th scope="row">Active</th>
 
                <td>Column content</td>
 
                <td>Column content</td>
 
                <td>Column content</td>
 
              </tr>
 
              <tr>
 
                <th scope="row">Default</th>
 
                <td>Column content</td>
 
                <td>Column content</td>
 
                <td>Column content</td>
 
              </tr>
 
              <tr class="table-primary">
 
                <th scope="row">Primary</th>
 
                <td>Column content</td>
 
                <td>Column content</td>
 
                <td>Column content</td>
 
              </tr>
 
              <tr class="table-secondary">
 
                <th scope="row">Secondary</th>
 
                <td>Column content</td>
 
                <td>Column content</td>
 
                <td>Column content</td>
 
              </tr>
 
              <tr class="table-success">
 
                <th scope="row">Success</th>
 
                <td>Column content</td>
 
                <td>Column content</td>
 
                <td>Column content</td>
 
              </tr>
 
              <tr class="table-danger">
 
                <th scope="row">Danger</th>
 
                <td>Column content</td>
 
                <td>Column content</td>
 
                <td>Column content</td>
 
              </tr>
 
              <tr class="table-warning">
 
                <th scope="row">Warning</th>
 
                <td>Column content</td>
 
                <td>Column content</td>
 
                <td>Column content</td>
 
              </tr>
 
              <tr class="table-info">
 
                <th scope="row">Info</th>
 
                <td>Column content</td>
 
                <td>Column content</td>
 
                <td>Column content</td>
 
              </tr>
 
              <tr class="table-light">
 
                <th scope="row">Light</th>
 
                <td>Column content</td>
 
                <td>Column content</td>
 
                <td>Column content</td>
 
              </tr>
 
              <tr class="table-dark">
 
                <th scope="row">Dark</th>
 
                <td>Column content</td>
 
                <td>Column content</td>
 
                <td>Column content</td>
 
              </tr>
 
            </tbody>
 
          </table>
 
        </div>
 
        <!-- /example -->
 
      </div>
 
    </div>
 
  </div>
 
  
  <!-- Forms
+
<h2>4:45 to 4:50 pm - Closing remarks</h2>
      ================================================== -->
+
<!--<p>[https://link.com Join us on the Main Stage]</p>-->
  <div class="bs-docs-section">
+
<ul>
    <div class="row">
+
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Crystal_Sewards Crystal Sewards]</strong>, Manager, Office of the Chief Data Officer, Statistics Canada</li>
      <div class="col-lg-12">
+
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Christopher_Valiquet Christopher Valiquet]</strong>, Director, GC Data Community, Canada School of Public Service</li>
        <div class="page-header">
+
</ul>
          <h1 id="forms">Forms</h1>
 
        </div>
 
      </div>
 
    </div>
 
  
    <div class="row">
+
<h2>4:50 to 5:00 pm - Health break</h2>
      <div class="col-lg-6">
+
<p><strong>[https://expo.da-an.ca/en/#/2203/lobby  Visit the kiosks in the virtual exposition (vExpo)]</strong></p>
        <div class="bs-component">
 
          <form>
 
            <fieldset>
 
              <legend>Legend</legend>
 
              <div class="form-group row">
 
                <label for="staticEmail" class="col-sm-2 col-form-label">Email</label>
 
                <div class="col-sm-10">
 
                  <input type="text" readonly="" class="form-control-plaintext" id="staticEmail" value="email@example.com">
 
                </div>
 
              </div>
 
              <div class="form-group">
 
                <label for="exampleInputEmail1">Email address</label>
 
                <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
 
                <small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
 
              </div>
 
              <div class="form-group">
 
                <label for="exampleInputPassword1">Password</label>
 
                <input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">
 
              </div>
 
              <div class="form-group">
 
                <label for="exampleSelect1">Example select</label>
 
                <select class="form-control" id="exampleSelect1">
 
                  <option>1</option>
 
                  <option>2</option>
 
                  <option>3</option>
 
                  <option>4</option>
 
                  <option>5</option>
 
                </select>
 
              </div>
 
              <div class="form-group">
 
                <label for="exampleSelect2">Example multiple select</label>
 
                <select multiple="" class="form-control" id="exampleSelect2">
 
                  <option>1</option>
 
                  <option>2</option>
 
                  <option>3</option>
 
                  <option>4</option>
 
                  <option>5</option>
 
                </select>
 
              </div>
 
              <div class="form-group">
 
                <label for="exampleTextarea">Example textarea</label>
 
                <textarea class="form-control" id="exampleTextarea" rows="3"></textarea>
 
              </div>
 
              <div class="form-group">
 
                <label for="exampleInputFile">File input</label>
 
                <input type="file" class="form-control-file" id="exampleInputFile" aria-describedby="fileHelp">
 
                <small id="fileHelp" class="form-text text-muted">This is some placeholder block-level help text for the above input. It's a bit lighter and easily wraps to
 
                  a new line.</small>
 
              </div>
 
              <fieldset class="form-group">
 
                <legend>Radio buttons</legend>
 
                <div class="form-check">
 
                  <label class="form-check-label">
 
                    <input type="radio" class="form-check-input" name="optionsRadios" id="optionsRadios1" value="option1" checked=""> Option one is this and that—be sure to include why it's great
 
                  </label>
 
                </div>
 
                <div class="form-check">
 
                  <label class="form-check-label">
 
                    <input type="radio" class="form-check-input" name="optionsRadios" id="optionsRadios2" value="option2"> Option two can be something else and selecting it will deselect option one
 
                  </label>
 
                </div>
 
                <div class="form-check disabled">
 
                  <label class="form-check-label">
 
                    <input type="radio" class="form-check-input" name="optionsRadios" id="optionsRadios3" value="option3" disabled=""> Option three is disabled
 
                  </label>
 
                </div>
 
              </fieldset>
 
              <fieldset class="form-group">
 
                <legend>Checkboxes</legend>
 
                <div class="form-check">
 
                  <label class="form-check-label">
 
                    <input class="form-check-input" type="checkbox" value="" checked=""> Option one is this and that—be sure to include why it's great
 
                  </label>
 
                </div>
 
                <div class="form-check disabled">
 
                  <label class="form-check-label">
 
                    <input class="form-check-input" type="checkbox" value="" disabled=""> Option two is disabled
 
                  </label>
 
                </div>
 
              </fieldset>
 
              <button type="submit" class="btn btn-primary">Submit</button>
 
            </fieldset>
 
          </form>
 
        </div>
 
      </div>
 
      <div class="col-lg-4 offset-lg-1">
 
  
        <form class="bs-component">
+
<h2>5:00 to 6:00 pm - Post Day 1 networking</h2>
          <div class="form-group">
+
<p>Find people to connect with:</p>
            <fieldset disabled="">
+
<ul>
              <label class="control-label" for="disabledInput">Disabled input</label>
+
<li>Meet others through our <strong>[https://app.wonder.me/?spaceId=6ec0bd7f-11c0-43da-975e-2a8ac68c4058 Wonder.me networking space]</strong></li>
              <input class="form-control" id="disabledInput" type="text" placeholder="Disabled input here..." disabled="">
+
<li>Chat with others attending the conference with <strong>[https://message.gccollab.ca/channel/data-conference-2022-or-conference-sur-les-donnees-2022 GCmessage]</strong> (<small>[https://support.gccollab.ca/en/support/solutions/articles/2100037288-how-do-i-create-an-account-on-gcmessage- How to create an account on GCmessage]</small>)</li>
            </fieldset>
+
<li>Post a message on the <strong>[https://gccollab.ca/groups/profile/6144942/gc-data-community-communaut-des-donn-es-du-gc GC Data Community forums on GCcollab]</strong></li>
          </div>
+
<li>Join in on the conversation on <strong>[https://twitter.com/search?q=%23GCData2022&src=typed_query Twitter using #GCData2022]</strong></li>  
 +
</ul>
  
          <div class="form-group">
+
<h1>Thursday, February 24, 2022</h1>
            <fieldset>
 
              <label class="control-label" for="readOnlyInput">Readonly input</label>
 
              <input class="form-control" id="readOnlyInput" type="text" placeholder="Readonly input here…" readonly="">
 
            </fieldset>
 
          </div>
 
  
          <div class="form-group has-success">
+
<h2>10:00 to 11:00 am - Pre-Day 2 networking</h2>
            <label class="form-control-label" for="inputSuccess1">Valid input</label>
+
<p>Find people to connect with:</p>
            <input type="text" value="correct value" class="form-control is-valid" id="inputValid">
+
<ul>
            <div class="valid-feedback">Success! You've done it.</div>
+
<li>Meet others through our <strong>[https://app.wonder.me/?spaceId=6ec0bd7f-11c0-43da-975e-2a8ac68c4058 Wonder.me networking space]</strong></li>
          </div>
+
<li>Chat with others attending the conference with <strong>[https://message.gccollab.ca/channel/data-conference-2022-or-conference-sur-les-donnees-2022 GCmessage]</strong> (<small>[https://support.gccollab.ca/en/support/solutions/articles/2100037288-how-do-i-create-an-account-on-gcmessage- How to create an account on GCmessage]</small>)</li>
 +
<li>Post a message on the <strong>[https://gccollab.ca/groups/profile/6144942/gc-data-community-communaut-des-donn-es-du-gc GC Data Community forums on GCcollab]</strong></li>
 +
<li>Join in on the conversation on <strong>[https://twitter.com/search?q=%23GCData2022&src=typed_query Twitter using #GCData2022]</strong></li>  
 +
</ul>
  
          <div class="form-group has-danger">
+
<h2>11:00 to 11:15 am - Opening plenary</h2>
            <label class="form-control-label" for="inputDanger1">Invalid input</label>
+
<!--<p>[https://link.com Join the Conference Welcome online]</p>-->
            <input type="text" value="wrong value" class="form-control is-invalid" id="inputInvalid">
+
<ul>
            <div class="invalid-feedback">Sorry, that username's taken. Try another?</div>
+
<li>Emcees open Data Conference 2022</li>
          </div>
+
<ul>
 +
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Tom_Dufour Tom Dufour]</strong>, Director General, Strategic Data Management Branch, Statistics Canada</li>
 +
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Kara_Beckles Kara Beckles]</strong>, Director General, Data Integrity, Privy Council Office</li>
 +
</ul>
  
          <div class="form-group">
+
<h2>11:15 am to 12:15 pm - Concurrent sessions</h2>
            <label class="col-form-label col-form-label-lg" for="inputLarge">Large input</label>
 
            <input class="form-control form-control-lg" type="text" placeholder=".form-control-lg" id="inputLarge">
 
          </div>
 
  
          <div class="form-group">
+
<p class="stream" style="padding-bottom:0px;"><small>DATA FOUNDATIONS</small></p>
            <label class="col-form-label" for="inputDefault">Default input</label>
+
<h3 style="padding-top:0px;">New perspectives on Indigenous data </h3>
            <input type="text" class="form-control" placeholder="Default input" id="inputDefault">
+
<p>Advancing reconciliation is central to the nation-to-nation relationships between the Government of Canada and Indigenous peoples across Canada. Collaboration with Indigenous partners and support for Indigenous-led data and research capacity will enable the development and implementation of solutions for using data and data technologies to contribute to safer, healthier, and economically resilient Indigenous communities. How will these collaborations and solutions bridge the gap between policy objectives and practice? What new perspectives and approaches are needed to build trust and cooperation to move forward?</p>
          </div>
+
<ul>
 +
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Christiane_Fox Christiane Fox]</strong>, Deputy Minister, Indigenous Services Canada </li>
 +
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Daniel_Quan-Watson Daniel Quan-Watson]</strong>, Deputy Minister, Crown-Indigenous Relations and Northern Affairs Canada</li>
 +
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Harold_Calla Harold Calla]</strong>, Executive Chair, First Nations Financial Management Board</li>
 +
<ul>
 +
<li>[https://wiki.gccollab.ca/images/e/e3/2022-02-24_First-Nations-Financial-Management-Board_-_RoadMap_Eng_Introductory_Chapter_Final.pdf First Nations Financial Management Board, The Roadmap Project, Chapter 1: Creating Paths for Indigenous Prosperity]</li>
 +
</ul>
 +
<li>Moderated by <strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Gina_Wilson Gina Wilson]</strong>, Deputy Minister, Women and Gender Equality and Youth</li>
 +
</ul>
  
          <div class="form-group">
+
<p class="stream"><small>DATA AS A PUBLIC GOOD</small></p>
            <label class="col-form-label col-form-label-sm" for="inputSmall">Small input</label>
+
<h3>Artificial Intelligence-driven service delivery for Canadians </h3>
            <input class="form-control form-control-sm" type="text" placeholder=".form-control-sm" id="inputSmall">
+
<p>We are in an era of continuous social and technological change. As a result, the Government of Canada must evolve to meet the demands of an increasingly digital population. Learn about how the Government of Canada is using AI to deliver high-quality and timely services to Canadians in the digital era. Other topics include successful service delivery throughout the pandemic, existing challenges and the future uses of AI to better serve Canadians.</p>
          </div>
+
<ul>
 +
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Martin_Lessard Martin Lessard]</strong>, Director, Data Science Division, Employment and Social Development Canada</li>
 +
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Saeid_Molladavoudi Saeid Molladavoudi]</strong>, Senior data science advisor, Data Science Division, Statistics Canada</li>
 +
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Maryam_Haghighi Maryam Haghighi]</strong>, Director, Data Science, Bank of Canada </li>
 +
<li>Moderated by <strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Yvan_Gauthier Yvan Gauthier]</strong>, Head, Artificial Intelligence Accelerator, National Research Council of Canada </li>
 +
</ul>
  
          <div class="form-group">
+
<p class="stream" style="padding-bottom:0px;"><small>DATA INSIGHTS THROUGH COLLABORATION</small></p>
            <label class="control-label">Input addons</label>
+
<h3>Disaggregated data: Equity, diversity and inclusion</h3>
            <div class="form-group">
+
<p><strong>[https://www.wooclap.com/DC22D Go to Wooclap to interact during this session]</strong></p>
              <div class="input-group mb-3">
+
<p>Countries around the world have committed to the United Nations Sustainable Development Goals, including the principle to leave no one behind. Disaggregated data is key to achieving this goal. These data can provide insights about vulnerable sub-populations, and hidden trends can be identified to improve decision and policy-making. Topics include: the importance of disaggregated data with emphasis on equity, diversity and inclusion to bring about representation for all in Canadian policies; challenges due to data gaps and how to resolve these issues; and insights that can improve the lives of Canadians.</p>
                <div class="input-group-prepend">
+
<ul>
                  <span class="input-group-text">$</span>
+
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Shaida_Badiee Shaida Badiee]</strong>, Managing Director, Open Data Watch</li>
                </div>
+
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Howard_Ramos Howard Ramos]</strong>, Chair, Canadian Statistics Advisory Council and Professor and Chair, Department of Sociology, Western University</li>
                <input type="text" class="form-control" aria-label="Amount (to the nearest dollar)">
+
<li>Moderated by <strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Jeff_Latimer Jeff Latimer]</strong>, Director General, Health, Justice, Diversity and Populations, Statistics Canada</li>
                <div class="input-group-append">
+
</ul>
                  <span class="input-group-text">.00</span>
 
                </div>
 
              </div>
 
            </div>
 
          </div>
 
        </form>
 
  
        <div class="bs-component">
+
<h2>12:15 to 12:45 pm - Health break</h2>
          <fieldset>
+
<p><strong>[https://expo.da-an.ca/en/#/2203/lobby  Visit the kiosks in the virtual exposition (vExpo)]</strong></p>
            <legend>Custom forms</legend>
 
            <div class="form-group">
 
              <div class="custom-control custom-radio">
 
                <input type="radio" id="customRadio1" name="customRadio" class="custom-control-input" checked="">
 
                <label class="custom-control-label" for="customRadio1">Toggle this custom radio</label>
 
              </div>
 
              <div class="custom-control custom-radio">
 
                <input type="radio" id="customRadio2" name="customRadio" class="custom-control-input">
 
                <label class="custom-control-label" for="customRadio2">Or toggle this other custom radio</label>
 
              </div>
 
              <div class="custom-control custom-radio">
 
                <input type="radio" id="customRadio3" name="customRadio" class="custom-control-input" disabled="">
 
                <label class="custom-control-label" for="customRadio3">Disabled custom radio</label>
 
              </div>
 
            </div>
 
            <div class="form-group">
 
              <div class="custom-control custom-checkbox">
 
                <input type="checkbox" class="custom-control-input" id="customCheck1" checked="">
 
                <label class="custom-control-label" for="customCheck1">Check this custom checkbox</label>
 
              </div>
 
              <div class="custom-control custom-checkbox">
 
                <input type="checkbox" class="custom-control-input" id="customCheck2" disabled="">
 
                <label class="custom-control-label" for="customCheck2">Disabled custom checkbox</label>
 
              </div>
 
            </div>
 
            <div class="form-group">
 
              <select class="custom-select">
 
                <option selected="">Open this select menu</option>
 
                <option value="1">One</option>
 
                <option value="2">Two</option>
 
                <option value="3">Three</option>
 
              </select>
 
            </div>
 
            <div class="form-group">
 
              <label class="custom-file">
 
                <input type="file" id="file2" class="custom-file-input">
 
                <span class="custom-file-control"></span>
 
              </label>
 
            </div>
 
          </fieldset>
 
        </div>
 
  
      </div>
+
<h2>12:45 to 1:45 pm - Fireside chat</h2>
    </div>
+
<!--<p>[https://link.com Join this session online]</p>-->
  </div>
+
<h3>Data as a competitive advantage for Canada: The benefits of a data and digitally enabled public service</h3>
 +
<ul>
 +
<li><strong>[https://youtu.be/7nWFTeZBjKk Video] | [https://wiki.gccollab.ca/images/f/fc/Data_Conference_2022_Data_as_a_competitive_advantage_for_Canada_The_benefits_of_a_data_and_digitally_enabled_public_service_Descriptive_Transcript.pdf English transcript]</strong></li>
 +
</ul>
 +
<p>A data and digitally enabled public service, firmly grounded in principles of sound data stewardship, including frameworks designed around standards, quality, ethics, trust and privacy can be seen as the key to using data as a competitive advantage and the fuel to a data driven economy.  Panelists will discuss Canada’s Digital Charter and commitments towards sustainable growth, how to actively use standards as a competitive advantage and how the Government of Canada can become an enabler for responsible data use towards a stronger and more innovative Canada.</p>
 +
<ul>
 +
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Anil_Arora Anil Arora]</strong>, Chief Statistician of Canada, Statistics Canada</li>
 +
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Chantal_Guay Chantal Guay]</strong>, CEO, Standards Council of Canada</li>
 +
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Francis_Bilodeau Francis Bilodeau]</strong>, Senior Assistant Deputy Minister, Strategy and Innovation Policy Sector at Innovation, Science and Economic Development Canada</li>
 +
<li>Interviewed by <strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Taki_Sarantakis Taki Sarantakis]</strong>, President, Canada School of Public Service</li>
 +
</ul>
  
  <!-- Navs
+
<h2>1:45 to 2:15 pm - Health break</h2>
      ================================================== -->
+
<p><strong>[https://expo.da-an.ca/en/#/2203/lobby  Visit the kiosks in the virtual exposition (vExpo)]</strong></p>
  <div class="bs-docs-section">
 
  
    <div class="row">
+
<h2>2:15 to 3:15 pm - Concurrent sessions</h2>
      <div class="col-lg-12">
 
        <div class="page-header">
 
          <h1 id="navs">Navs</h1>
 
        </div>
 
      </div>
 
    </div>
 
  
    <div class="row" style="margin-bottom: 2rem;">
+
<p class="stream"><small>DATA FOUNDATIONS</small></p>
      <div class="col-lg-6">
+
<h3 style="padding-top:0px;">Data-fueled economic recovery and strategic global competitiveness </h3>
        <h2 id="nav-tabs">Tabs</h2>
+
<p><strong>[https://www.wooclap.com/DC22E Go to Wooclap to interact during this session]</strong></p>
        <div class="bs-component">
+
<p>The pandemic forced global economies to pivot how they work and how they do business. As businesses and organizations moved permanently online, and working from home has become the norm, will these shifts contribute to a robust post-pandemic economy? How should Canada strategically leverage data and digitized processes to drive its economic recovery and global competitiveness?</p>
          <ul class="nav nav-tabs">
+
<ul>
            <li class="nav-item">
+
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Stephen_Tapp Stephen Tapp]</strong>, Chief Economist, Canadian Chamber of Commerce</li>
              <a class="nav-link active" data-toggle="tab" href="#home">Home</a>
+
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Marie-France_Paquet Marie-France Paquet]</strong>, Chief Economist, Global Affairs Canada</li>
            </li>
+
<li>Moderated by <strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#.C3.89tienne_Saint-Pierre Étienne Saint-Pierre]</strong>, Director General, Macroeconomic Accounts Branch, Statistics Canada</li>
            <li class="nav-item">
+
</ul>
              <a class="nav-link" data-toggle="tab" href="#profile">Profile</a>
 
            </li>
 
            <li class="nav-item">
 
              <a class="nav-link disabled" href="#">Disabled</a>
 
            </li>
 
            <li class="nav-item dropdown">
 
              <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Dropdown</a>
 
              <div class="dropdown-menu">
 
                <a class="dropdown-item" href="#">Action</a>
 
                <a class="dropdown-item" href="#">Another action</a>
 
                <a class="dropdown-item" href="#">Something else here</a>
 
                <div class="dropdown-divider"></div>
 
                <a class="dropdown-item" href="#">Separated link</a>
 
              </div>
 
            </li>
 
          </ul>
 
          <div id="myTabContent" class="tab-content">
 
            <div class="tab-pane fade show active" id="home">
 
              <p>Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth
 
                master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro
 
                keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat
 
                salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.</p>
 
            </div>
 
            <div class="tab-pane fade" id="profile">
 
              <p>Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore
 
                velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee.
 
                Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR.
 
                Homo nostrud organic, assumenda labore aesthetic magna delectus mollit.</p>
 
            </div>
 
            <div class="tab-pane fade" id="dropdown1">
 
              <p>Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny
 
                pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard
 
                locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid
 
                8-bit cred pitchfork.</p>
 
            </div>
 
            <div class="tab-pane fade" id="dropdown2">
 
              <p>Trust fund seitan letterpress, keytar raw denim keffiyeh etsy art party before they sold out master cleanse
 
                gluten-free squid scenester freegan cosby sweater. Fanny pack portland seitan DIY, art party locavore wolf
 
                cliche high life echo park Austin. Cred vinyl keffiyeh DIY salvia PBR, banh mi before they sold out farm-to-table
 
                VHS viral locavore cosby sweater.</p>
 
            </div>
 
          </div>
 
        </div>
 
      </div>
 
  
      <div class="col-lg-6">
+
<p class="stream" style="padding-bottom:0px;"><small>DATA AS A PUBLIC GOOD</small></p>
        <h2 id="nav-pills">Pills</h2>
+
<h3 style="padding-top:0px;">Data technologies and data as a public good</h3>
        <div class="bs-component">
+
<p>Data technologies have evolved quickly and governments sometimes struggle to keep up with safeguarding them. What is being done in Canada and other countries to harness the benefits of new data technologies for public good? Points of consideration include the evolving context, advantages, and potential risks of data and data technologies on social, environmental and economic change.</p>
          <ul class="nav nav-pills">
+
<ul>
            <li class="nav-item">
+
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Stefaan_G_Verhulst Stefaan G Verhulst]</strong>, Co-Founder and Chief Research and Development Office, Governance Laboratory, New York University</li>
              <a class="nav-link active" href="#">Active</a>
+
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Jennifer_Miller Jennifer Miller]</strong>, Director General, Innovation, Science and Economic Development Canada</li>
            </li>
+
<li>Moderated by <strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Marc_Brouillard Marc Brouillard]</strong>, Chief Digital Officer, Fisheries and Oceans Canada</li>
            <li class="nav-item dropdown">
+
</ul>
              <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Dropdown</a>
 
              <div class="dropdown-menu">
 
                <a class="dropdown-item" href="#">Action</a>
 
                <a class="dropdown-item" href="#">Another action</a>
 
                <a class="dropdown-item" href="#">Something else here</a>
 
                <div class="dropdown-divider"></div>
 
                <a class="dropdown-item" href="#">Separated link</a>
 
              </div>
 
            </li>
 
            <li class="nav-item">
 
              <a class="nav-link" href="#">Link</a>
 
            </li>
 
            <li class="nav-item">
 
              <a class="nav-link disabled" href="#">Disabled</a>
 
            </li>
 
          </ul>
 
        </div>
 
        <br>
 
        <div class="bs-component">
 
          <ul class="nav nav-pills flex-column">
 
            <li class="nav-item">
 
              <a class="nav-link active" href="#">Active</a>
 
            </li>
 
            <li class="nav-item dropdown">
 
              <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Dropdown</a>
 
              <div class="dropdown-menu">
 
                <a class="dropdown-item" href="#">Action</a>
 
                <a class="dropdown-item" href="#">Another action</a>
 
                <a class="dropdown-item" href="#">Something else here</a>
 
                <div class="dropdown-divider"></div>
 
                <a class="dropdown-item" href="#">Separated link</a>
 
              </div>
 
            </li>
 
            <li class="nav-item">
 
              <a class="nav-link" href="#">Link</a>
 
            </li>
 
            <li class="nav-item">
 
              <a class="nav-link disabled" href="#">Disabled</a>
 
            </li>
 
          </ul>
 
        </div>
 
      </div>
 
    </div>
 
  
    <div class="row">
+
<p class="stream" style="padding-bottom:0px;"><small>DATA INSIGHTS THROUGH COLLABORATION</small></p>
      <div class="col-lg-6">
+
<h3 style="padding-top:0px;">Information-enabled data sharing </h3>
        <h2 id="nav-breadcrumbs">Breadcrumbs</h2>
+
<p>Data-driven decision-making is essential to the operations of the Government of Canada. As federal organizations become increasingly data-driven, how can they share timely, high-quality data and manage information to meet their needs? Learn about the benefits and challenges of data-sharing agreements and platforms within and between federal organizations (for example, expanding horizontality through data interoperability and partnerships across the Government of Canada).</p>
        <div class="bs-component">
+
<ul>
          <ol class="breadcrumb">
+
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Stephen_Burt Stephen Burt]</strong>,Assistant Deputy Minister, Data, Innovation, Analytics, Department of National Defence and Canadian Armed Forces</li>
            <li class="breadcrumb-item active">Home</li>
+
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Pierre_Desrochers Pierre Desrochers]</strong>, Director/Chief Privacy Officer, Office of the Privacy Management and Information Coordination, Statistics Canada</li>
          </ol>
+
<li>Moderated by <strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Sonya_Read Sonya Read]</strong>, A/Assistant Secretary, Digital Policy and Services, Office of the Chief Information Officer, Treasury Board of Canada Secretariat</li>
          <ol class="breadcrumb">
+
</ul>
            <li class="breadcrumb-item">
 
              <a href="#">Home</a>
 
            </li>
 
            <li class="breadcrumb-item active">Library</li>
 
          </ol>
 
          <ol class="breadcrumb">
 
            <li class="breadcrumb-item">
 
              <a href="#">Home</a>
 
            </li>
 
            <li class="breadcrumb-item">
 
              <a href="#">Library</a>
 
            </li>
 
            <li class="breadcrumb-item active">Data</li>
 
          </ol>
 
        </div>
 
      </div>
 
  
      <div class="col-lg-6">
+
<h2>3:15 to 3:35 pm - Health break</h2>
        <h2 id="pagination">Pagination</h2>
+
<p><strong>[https://expo.da-an.ca/en/#/2203/lobby  Visit the kiosks in the virtual exposition (vExpo)]</strong></p>
        <div class="bs-component">
 
          <div>
 
            <ul class="pagination">
 
              <li class="page-item disabled">
 
                <a class="page-link" href="#">«</a>
 
              </li>
 
              <li class="page-item active">
 
                <a class="page-link" href="#">1</a>
 
              </li>
 
              <li class="page-item">
 
                <a class="page-link" href="#">2</a>
 
              </li>
 
              <li class="page-item">
 
                <a class="page-link" href="#">3</a>
 
              </li>
 
              <li class="page-item">
 
                <a class="page-link" href="#">4</a>
 
              </li>
 
              <li class="page-item">
 
                <a class="page-link" href="#">5</a>
 
              </li>
 
              <li class="page-item">
 
                <a class="page-link" href="#">»</a>
 
              </li>
 
            </ul>
 
          </div>
 
  
          <div>
+
<h2>3:35 to 4:30 pm - Keynote address</h2>
            <ul class="pagination pagination-lg">
+
<h3>Privacy Frameworks and data for public good</h3>
              <li class="page-item disabled">
+
<ul>
                <a class="page-link" href="#">«</a>
+
<li><strong>[https://youtu.be/V9eJ94Wkx6g Video] | [https://wiki.gccollab.ca/images/4/4f/Data_Conference_2022_Privacy_Frameworks_and_data_for_public_good_Descriptive_Transcript.pdf English transcript]</strong></li>
              </li>
+
</ul>
              <li class="page-item active">
+
<p>In May 2020, Chantal Bernier wrote about how Canada has a framework to provide privacy protection while also collecting data. The Government of Canada must strengthen its trust relationship with Canadians as it depends on both identifiable and unidentifiable data to be relevant and competitive in this digital world. These data are key to the success and acceleration of innovation in Canada. Let's discuss how to manage these data for the collective good while maintaining privacy. </p>
                <a class="page-link" href="#">1</a>
+
<ul>
              </li>
+
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Chantal_Bernier Chantal Bernier]</strong>, National Practice Leader, Privacy and Cybersecurity, Dentons</li>
              <li class="page-item">
+
<li>Introduced by <strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Eric_Rancourt Eric Rancourt]</strong>, Director General, Modern Statistical Methods and Data Science, Statistics Canada</li>
                <a class="page-link" href="#">2</a>
+
</ul>
              </li>
 
              <li class="page-item">
 
                <a class="page-link" href="#">3</a>
 
              </li>
 
              <li class="page-item">
 
                <a class="page-link" href="#">4</a>
 
              </li>
 
              <li class="page-item">
 
                <a class="page-link" href="#">5</a>
 
              </li>
 
              <li class="page-item">
 
                <a class="page-link" href="#">»</a>
 
              </li>
 
            </ul>
 
          </div>
 
  
          <div>
+
<h2>4:30 to 4:50 pm - Summary</h2>
            <ul class="pagination pagination-sm">
+
<!--<p>[https://link.com Join us on the Main Stage]</p>-->
              <li class="page-item disabled">
+
<p><strong>[https://www.wooclap.com/DC22 Go to Wooclap to interact during this session]</strong></p>
                <a class="page-link" href="#">«</a>
+
<ul>
              </li>
+
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Andr.C3.A9_Loranger André Loranger]</strong>, Assistant Chief Statistician, Strategic Data Management, Methods and Analysis, Statistics Canada</li>
              <li class="page-item active">
+
<li><strong>[https://wiki.gccollab.ca/Data_Conference_2022_Speakers#Neil_Bouwer Neil Bouwer]</strong>, Vice-President, Innovation and Skills Development, Canada School of Public Service</li>
                <a class="page-link" href="#">1</a>
+
</ul>
              </li>
 
              <li class="page-item">
 
                <a class="page-link" href="#">2</a>
 
              </li>
 
              <li class="page-item">
 
                <a class="page-link" href="#">3</a>
 
              </li>
 
              <li class="page-item">
 
                <a class="page-link" href="#">4</a>
 
              </li>
 
              <li class="page-item">
 
                <a class="page-link" href="#">5</a>
 
              </li>
 
              <li class="page-item">
 
                <a class="page-link" href="#">»</a>
 
              </li>
 
            </ul>
 
          </div>
 
  
        </div>
+
<h2>4:50 to 5:00 pm - Health break</h2>
      </div>
+
<p><strong>[https://expo.da-an.ca/en/#/2203/lobby  Visit the kiosks in the virtual exposition (vExpo)]</strong></p>
    </div>
 
  </div>
 
  
  <!-- Indicators
+
<h2>5:00 to 6:00 pm - Post event networking</h2>
      ================================================== -->
+
<p>Find people to connect with:</p>
  <div class="bs-docs-section">
+
<ul>
 +
<li>Meet others through our <strong>[https://app.wonder.me/?spaceId=6ec0bd7f-11c0-43da-975e-2a8ac68c4058 Wonder.me networking space]</strong></li>
 +
<li>Chat with others attending the conference with <strong>[https://message.gccollab.ca/channel/data-conference-2022-or-conference-sur-les-donnees-2022 GCmessage]</strong> (<small>[https://support.gccollab.ca/en/support/solutions/articles/2100037288-how-do-i-create-an-account-on-gcmessage- How to create an account on GCmessage]</small>)</li>
 +
<li>Post a message on the <strong>[https://gccollab.ca/groups/profile/6144942/gc-data-community-communaut-des-donn-es-du-gc GC Data Community forums on GCcollab]</strong></li>
 +
<li>Join in on the conversation on <strong>[https://twitter.com/search?q=%23GCData2022&src=typed_query Twitter using #GCData2022]</strong></li>
 +
</ul>
  
    <div class="row">
+
<br>
      <div class="col-lg-12">
+
<p style="background-color: #f18f34; padding: 10px; margin-top: -10px; width:1130px; text-transform: uppercase; font-family: 'Roboto', sans-serif; font-size: 11px; letter-spacing: 2.5px; font-weight: 500;"><strong>[https://www.csps-efpc.gc.ca/partnerships/data-community-eng.aspx GC Data Community]  |  [mailto:gcdc-cdgc@csps-efpc.gc.ca Contact us]  |  [https://mailchi.mp/e0872fde637e/gc-data-community-mailing-list-sign-up-inscription-la-liste-de-diffusion-de-la-communaut-des-donnes-du-gc Subscribe]  |  [https://gccollab.ca/groups/profile/6144942/gc-data-community-communaut-des-donn-es-du-gc Join us on GCcollab]  | [https://wiki.gccollab.ca/GC_Data_Community_Partners GC Data Community Partners]</strong></p>
        <div class="page-header">
 
          <h1 id="indicators">Indicators</h1>
 
        </div>
 
      </div>
 
    </div>
 
 
 
    <div class="row">
 
      <div class="col-lg-12">
 
        <h2>Alerts</h2>
 
        <div class="bs-component">
 
          <div class="alert alert-dismissible alert-warning">
 
            <button type="button" class="close" data-dismiss="alert">×</button>
 
            <h4 class="alert-heading">Warning!</h4>
 
            <p class="mb-0">Best check yo self, you're not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo
 
              cursus magna,
 
              <a href="#" class="alert-link">vel scelerisque nisl consectetur et</a>.</p>
 
          </div>
 
        </div>
 
      </div>
 
    </div>
 
    <div class="row">
 
      <div class="col-lg-4">
 
        <div class="bs-component">
 
          <div class="alert alert-dismissible alert-danger">
 
            <button type="button" class="close" data-dismiss="alert">×</button>
 
            <strong>Oh snap!</strong>
 
            <a href="#" class="alert-link">Change a few things up</a> and try submitting again.
 
          </div>
 
        </div>
 
      </div>
 
      <div class="col-lg-4">
 
        <div class="bs-component">
 
          <div class="alert alert-dismissible alert-success">
 
            <button type="button" class="close" data-dismiss="alert">×</button>
 
            <strong>Well done!</strong> You successfully read
 
            <a href="#" class="alert-link">this important alert message</a>.
 
          </div>
 
        </div>
 
      </div>
 
      <div class="col-lg-4">
 
        <div class="bs-component">
 
          <div class="alert alert-dismissible alert-info">
 
            <button type="button" class="close" data-dismiss="alert">×</button>
 
            <strong>Heads up!</strong> This
 
            <a href="#" class="alert-link">alert needs your attention</a>, but it's not super important.
 
          </div>
 
        </div>
 
      </div>
 
    </div>
 
    <div class="row">
 
      <div class="col-lg-4">
 
        <div class="bs-component">
 
          <div class="alert alert-dismissible alert-primary">
 
            <button type="button" class="close" data-dismiss="alert">×</button>
 
            <strong>Oh snap!</strong>
 
            <a href="#" class="alert-link">Change a few things up</a> and try submitting again.
 
          </div>
 
        </div>
 
      </div>
 
      <div class="col-lg-4">
 
        <div class="bs-component">
 
          <div class="alert alert-dismissible alert-secondary">
 
            <button type="button" class="close" data-dismiss="alert">×</button>
 
            <strong>Well done!</strong> You successfully read
 
            <a href="#" class="alert-link">this important alert message</a>.
 
          </div>
 
        </div>
 
      </div>
 
      <div class="col-lg-4">
 
        <div class="bs-component">
 
          <div class="alert alert-dismissible alert-light">
 
            <button type="button" class="close" data-dismiss="alert">×</button>
 
            <strong>Heads up!</strong> This
 
            <a href="#" class="alert-link">alert needs your attention</a>, but it's not super important.
 
          </div>
 
        </div>
 
      </div>
 
    </div>
 
    <div>
 
      <h2>Badges</h2>
 
      <div class="bs-component" style="margin-bottom: 40px;">
 
        <span class="badge badge-primary">Primary</span>
 
        <span class="badge badge-secondary">Secondary</span>
 
        <span class="badge badge-success">Success</span>
 
        <span class="badge badge-danger">Danger</span>
 
        <span class="badge badge-warning">Warning</span>
 
        <span class="badge badge-info">Info</span>
 
        <span class="badge badge-light">Light</span>
 
        <span class="badge badge-dark">Dark</span>
 
      </div>
 
      <div class="bs-component">
 
        <span class="badge badge-pill badge-primary">Primary</span>
 
        <span class="badge badge-pill badge-secondary">Secondary</span>
 
        <span class="badge badge-pill badge-success">Success</span>
 
        <span class="badge badge-pill badge-danger">Danger</span>
 
        <span class="badge badge-pill badge-warning">Warning</span>
 
        <span class="badge badge-pill badge-info">Info</span>
 
        <span class="badge badge-pill badge-light">Light</span>
 
        <span class="badge badge-pill badge-dark">Dark</span>
 
      </div>
 
    </div>
 
  </div>
 
 
 
  <!-- Progress
 
      ================================================== -->
 
  <div class="bs-docs-section">
 
 
 
    <div class="row">
 
      <div class="col-lg-12">
 
        <div class="page-header">
 
          <h1 id="progress">Progress</h1>
 
        </div>
 
 
 
        <h3 id="progress-basic">Basic</h3>
 
        <div class="bs-component">
 
          <div class="progress">
 
            <div class="progress-bar" role="progressbar" style="width: 25%;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
 
          </div>
 
        </div>
 
 
 
        <h3 id="progress-alternatives">Contextual alternatives</h3>
 
        <div class="bs-component">
 
          <div class="progress">
 
            <div class="progress-bar bg-success" role="progressbar" style="width: 25%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
 
          </div>
 
          <div class="progress">
 
            <div class="progress-bar bg-info" role="progressbar" style="width: 50%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
 
          </div>
 
          <div class="progress">
 
            <div class="progress-bar bg-warning" role="progressbar" style="width: 75%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
 
          </div>
 
          <div class="progress">
 
            <div class="progress-bar bg-danger" role="progressbar" style="width: 100%" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>
 
          </div>
 
        </div>
 
 
 
        <h3 id="progress-multiple">Multiple bars</h3>
 
        <div class="bs-component">
 
          <div class="progress">
 
            <div class="progress-bar" role="progressbar" style="width: 15%" aria-valuenow="15" aria-valuemin="0" aria-valuemax="100"></div>
 
            <div class="progress-bar bg-success" role="progressbar" style="width: 30%" aria-valuenow="30" aria-valuemin="0" aria-valuemax="100"></div>
 
            <div class="progress-bar bg-info" role="progressbar" style="width: 20%" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100"></div>
 
          </div>
 
        </div>
 
 
 
        <h3 id="progress-striped">Striped</h3>
 
        <div class="bs-component">
 
          <div class="progress">
 
            <div class="progress-bar progress-bar-striped" role="progressbar" style="width: 10%" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100"></div>
 
          </div>
 
          <div class="progress">
 
            <div class="progress-bar progress-bar-striped bg-success" role="progressbar" style="width: 25%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
 
          </div>
 
          <div class="progress">
 
            <div class="progress-bar progress-bar-striped bg-info" role="progressbar" style="width: 50%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
 
          </div>
 
          <div class="progress">
 
            <div class="progress-bar progress-bar-striped bg-warning" role="progressbar" style="width: 75%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
 
          </div>
 
          <div class="progress">
 
            <div class="progress-bar progress-bar-striped bg-danger" role="progressbar" style="width: 100%" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>
 
          </div>
 
        </div>
 
 
 
        <h3 id="progress-animated">Animated</h3>
 
        <div class="bs-component">
 
          <div class="progress">
 
            <div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 75%"></div>
 
          </div>
 
        </div>
 
      </div>
 
    </div>
 
  </div>
 
 
 
  <!-- Containers
 
      ================================================== -->
 
  <div class="bs-docs-section">
 
 
 
    <div class="row">
 
      <div class="col-lg-12">
 
        <div class="page-header">
 
          <h1 id="containers">Containers</h1>
 
        </div>
 
        <div class="bs-component">
 
          <div class="jumbotron">
 
            <h1 class="display-3">Hello, world!</h1>
 
            <p class="lead">This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content
 
              or information.</p>
 
            <hr class="my-4">
 
            <p>It uses utility classes for typography and spacing to space content out within the larger container.</p>
 
            <p class="lead">
 
              <a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a>
 
            </p>
 
          </div>
 
        </div>
 
      </div>
 
    </div>
 
 
 
 
 
    <div class="row">
 
      <div class="col-lg-12">
 
        <h2>List groups</h2>
 
      </div>
 
    </div>
 
 
 
    <div class="row">
 
      <div class="col-lg-4">
 
        <div class="bs-component">
 
          <ul class="list-group">
 
            <li class="list-group-item d-flex justify-content-between align-items-center">
 
              Cras justo odio
 
              <span class="badge badge-primary badge-pill">14</span>
 
            </li>
 
            <li class="list-group-item d-flex justify-content-between align-items-center">
 
              Dapibus ac facilisis in
 
              <span class="badge badge-primary badge-pill">2</span>
 
            </li>
 
            <li class="list-group-item d-flex justify-content-between align-items-center">
 
              Morbi leo risus
 
              <span class="badge badge-primary badge-pill">1</span>
 
            </li>
 
          </ul>
 
        </div>
 
      </div>
 
      <div class="col-lg-4">
 
        <div class="bs-component">
 
          <div class="list-group">
 
            <a href="#" class="list-group-item list-group-item-action active">
 
              Cras justo odio
 
            </a>
 
            <a href="#" class="list-group-item list-group-item-action">Dapibus ac facilisis in
 
            </a>
 
            <a href="#" class="list-group-item list-group-item-action disabled">Morbi leo risus
 
            </a>
 
          </div>
 
        </div>
 
      </div>
 
      <div class="col-lg-4">
 
        <div class="bs-component">
 
          <div class="list-group">
 
            <a href="#" class="list-group-item list-group-item-action flex-column align-items-start active">
 
              <div class="d-flex w-100 justify-content-between">
 
                <h5 class="mb-1">List group item heading</h5>
 
                <small>3 days ago</small>
 
              </div>
 
              <p class="mb-1">Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.</p>
 
              <small>Donec id elit non mi porta.</small>
 
            </a>
 
            <a href="#" class="list-group-item list-group-item-action flex-column align-items-start">
 
              <div class="d-flex w-100 justify-content-between">
 
                <h5 class="mb-1">List group item heading</h5>
 
                <small class="text-muted">3 days ago</small>
 
              </div>
 
              <p class="mb-1">Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.</p>
 
              <small class="text-muted">Donec id elit non mi porta.</small>
 
            </a>
 
          </div>
 
        </div>
 
      </div>
 
    </div>
 
 
 
    <div class="row">
 
      <div class="col-lg-12">
 
        <h2>Cards</h2>
 
      </div>
 
    </div>
 
 
 
    <div class="row">
 
      <div class="col-lg-4">
 
        <div class="bs-component">
 
          <div class="card text-white bg-primary mb-3" style="max-width: 20rem;">
 
            <div class="card-header">Header</div>
 
            <div class="card-body">
 
              <h4 class="card-title">Primary card title</h4>
 
              <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
 
            </div>
 
          </div>
 
          <div class="card text-white bg-secondary mb-3" style="max-width: 20rem;">
 
            <div class="card-header">Header</div>
 
            <div class="card-body">
 
              <h4 class="card-title">Secondary card title</h4>
 
              <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
 
            </div>
 
          </div>
 
          <div class="card text-white bg-success mb-3" style="max-width: 20rem;">
 
            <div class="card-header">Header</div>
 
            <div class="card-body">
 
              <h4 class="card-title">Success card title</h4>
 
              <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
 
            </div>
 
          </div>
 
          <div class="card text-white bg-danger mb-3" style="max-width: 20rem;">
 
            <div class="card-header">Header</div>
 
            <div class="card-body">
 
              <h4 class="card-title">Danger card title</h4>
 
              <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
 
            </div>
 
          </div>
 
          <div class="card text-white bg-warning mb-3" style="max-width: 20rem;">
 
            <div class="card-header">Header</div>
 
            <div class="card-body">
 
              <h4 class="card-title">Warning card title</h4>
 
              <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
 
            </div>
 
          </div>
 
          <div class="card text-white bg-info mb-3" style="max-width: 20rem;">
 
            <div class="card-header">Header</div>
 
            <div class="card-body">
 
              <h4 class="card-title">Info card title</h4>
 
              <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
 
            </div>
 
          </div>
 
          <div class="card bg-light mb-3" style="max-width: 20rem;">
 
            <div class="card-header">Header</div>
 
            <div class="card-body">
 
              <h4 class="card-title">Light card title</h4>
 
              <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
 
            </div>
 
          </div>
 
          <div class="card text-white bg-dark mb-3" style="max-width: 20rem;">
 
            <div class="card-header">Header</div>
 
            <div class="card-body">
 
              <h4 class="card-title">Dark card title</h4>
 
              <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
 
            </div>
 
          </div>
 
        </div>
 
      </div>
 
      <div class="col-lg-4">
 
        <div class="bs-component">
 
          <div class="card border-primary mb-3" style="max-width: 20rem;">
 
            <div class="card-header">Header</div>
 
            <div class="card-body">
 
              <h4 class="card-title">Primary card title</h4>
 
              <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
 
            </div>
 
          </div>
 
          <div class="card border-secondary mb-3" style="max-width: 20rem;">
 
            <div class="card-header">Header</div>
 
            <div class="card-body">
 
              <h4 class="card-title">Secondary card title</h4>
 
              <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
 
            </div>
 
          </div>
 
          <div class="card border-success mb-3" style="max-width: 20rem;">
 
            <div class="card-header">Header</div>
 
            <div class="card-body">
 
              <h4 class="card-title">Success card title</h4>
 
              <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
 
            </div>
 
          </div>
 
          <div class="card border-danger mb-3" style="max-width: 20rem;">
 
            <div class="card-header">Header</div>
 
            <div class="card-body">
 
              <h4 class="card-title">Danger card title</h4>
 
              <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
 
            </div>
 
          </div>
 
          <div class="card border-warning mb-3" style="max-width: 20rem;">
 
            <div class="card-header">Header</div>
 
            <div class="card-body">
 
              <h4 class="card-title">Warning card title</h4>
 
              <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
 
            </div>
 
          </div>
 
          <div class="card border-info mb-3" style="max-width: 20rem;">
 
            <div class="card-header">Header</div>
 
            <div class="card-body">
 
              <h4 class="card-title">Info card title</h4>
 
              <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
 
            </div>
 
          </div>
 
          <div class="card border-light mb-3" style="max-width: 20rem;">
 
            <div class="card-header">Header</div>
 
            <div class="card-body">
 
              <h4 class="card-title">Light card title</h4>
 
              <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
 
            </div>
 
          </div>
 
          <div class="card border-dark mb-3" style="max-width: 20rem;">
 
            <div class="card-header">Header</div>
 
            <div class="card-body">
 
              <h4 class="card-title">Dark card title</h4>
 
              <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
 
            </div>
 
          </div>
 
        </div>
 
      </div>
 
 
 
      <div class="col-lg-4">
 
        <div class="bs-component">
 
          <div class="card mb-3">
 
            <h3 class="card-header">Card header</h3>
 
            <div class="card-body">
 
              <h5 class="card-title">Special title treatment</h5>
 
              <h6 class="card-subtitle text-muted">Support card subtitle</h6>
 
            </div>
 
            <img style="height: 200px; width: 100%; display: block;" src="data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22318%22%20height%3D%22180%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20318%20180%22%20preserveAspectRatio%3D%22none%22%3E%3Cdefs%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%23holder_158bd1d28ef%20text%20%7B%20fill%3Argba(255%2C255%2C255%2C.75)%3Bfont-weight%3Anormal%3Bfont-family%3AHelvetica%2C%20monospace%3Bfont-size%3A16pt%20%7D%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22holder_158bd1d28ef%22%3E%3Crect%20width%3D%22318%22%20height%3D%22180%22%20fill%3D%22%23777%22%3E%3C%2Frect%3E%3Cg%3E%3Ctext%20x%3D%22129.359375%22%20y%3D%2297.35%22%3EImage%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E" alt="Card image">
 
            <div class="card-body">
 
              <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
 
            </div>
 
            <ul class="list-group list-group-flush">
 
              <li class="list-group-item">Cras justo odio</li>
 
              <li class="list-group-item">Dapibus ac facilisis in</li>
 
              <li class="list-group-item">Vestibulum at eros</li>
 
            </ul>
 
            <div class="card-body">
 
              <a href="#" class="card-link">Card link</a>
 
              <a href="#" class="card-link">Another link</a>
 
            </div>
 
            <div class="card-footer text-muted">
 
              2 days ago
 
            </div>
 
          </div>
 
          <div class="card">
 
            <div class="card-body">
 
              <h4 class="card-title">Card title</h4>
 
              <h6 class="card-subtitle mb-2 text-muted">Card subtitle</h6>
 
              <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
 
              <a href="#" class="card-link">Card link</a>
 
              <a href="#" class="card-link">Another link</a>
 
            </div>
 
          </div>
 
        </div>
 
      </div>
 
    </div>
 
 
 
  </div>
 
 
 
  <!-- Dialogs
 
      ================================================== -->
 
  <div class="bs-docs-section">
 
 
 
    <div class="row">
 
      <div class="col-lg-12">
 
        <div class="page-header">
 
          <h1 id="dialogs">Dialogs</h1>
 
        </div>
 
      </div>
 
    </div>
 
    <div class="row">
 
      <div class="col-lg-6">
 
        <h2>Modals</h2>
 
       
 
 
<!-- Button trigger modal -->
 
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal">
 
  Launch demo modal (normal size)
 
</button>
 
 
 
<!-- Modal -->
 
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
 
  <div class="modal-dialog" role="document">
 
<div class="modal-content">
 
  <div class="modal-header">
 
<h5 class="modal-title" id="exampleModalLabel">Modal title</h5>
 
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
 
  <span aria-hidden="true">×</span>
 
</button>
 
  </div>
 
  <div class="modal-body">
 
...
 
  </div>
 
  <div class="modal-footer">
 
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
 
<button type="button" class="btn btn-primary">Save changes</button>
 
  </div>
 
</div>
 
  </div>
 
</div>
 
 
<!-- Large modal -->
 
<button type="button" class="btn btn-primary" data-toggle="modal" data-target=".bd-example-modal-lg">Large modal</button>
 
 
 
<div class="modal fade bd-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
 
  <div class="modal-dialog modal-lg">
 
<div class="modal-content">
 
  <div class="modal-header">
 
<h5 class="modal-title" id="exampleModalLabel">Modal title</h5>
 
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
 
  <span aria-hidden="true">×</span>
 
</button>
 
  </div>
 
  <div class="modal-body">
 
...
 
  </div>
 
  <div class="modal-footer">
 
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
 
<button type="button" class="btn btn-primary">Save changes</button>
 
  </div>
 
</div>
 
  </div>
 
</div>
 
 
 
<!-- Small modal -->
 
<button type="button" class="btn btn-primary" data-toggle="modal" data-target=".bd-example-modal-sm">Small modal</button>
 
 
 
<div class="modal fade bd-example-modal-sm" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel" aria-hidden="true">
 
  <div class="modal-dialog modal-sm">
 
<div class="modal-content">
 
  <div class="modal-header">
 
<h5 class="modal-title" id="exampleModalLabel">Modal title</h5>
 
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
 
  <span aria-hidden="true">×</span>
 
</button>
 
  </div>
 
  <div class="modal-body">
 
...
 
  </div>
 
  <div class="modal-footer">
 
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
 
<button type="button" class="btn btn-primary">Save changes</button>
 
  </div>
 
</div>
 
  </div>
 
</div>
 
 
 
 
      </div>
 
      <div class="col-lg-6">
 
        <h2>Popovers</h2>
 
        <div class="bs-component" style="margin-bottom: 3em;">
 
          <button type="button" class="btn btn-secondary" title="" data-container="body" data-toggle="popover" data-placement="left" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus." data-original-title="Popover Title">Left</button>
 
 
 
          <button type="button" class="btn btn-secondary" title="" data-container="body" data-toggle="popover" data-placement="top" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus." data-original-title="Popover Title">Top</button>
 
 
 
          <button type="button" class="btn btn-secondary" title="" data-container="body" data-toggle="popover" data-placement="bottom" data-content="Vivamus
 
              sagittis lacus vel augue laoreet rutrum faucibus." data-original-title="Popover Title">Bottom</button>
 
 
 
          <button type="button" class="btn btn-secondary" title="" data-container="body" data-toggle="popover" data-placement="right" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus." data-original-title="Popover Title">Right</button>
 
        </div>
 
        <h2>Tooltips</h2>
 
        <div class="bs-component">
 
          <button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="left" title="Tooltip on left">Left</button>
 
 
 
          <button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="top" title="Tooltip on top">Top</button>
 
 
 
          <button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="bottom" title="Tooltip on bottom">Bottom</button>
 
 
 
          <button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="right" title="Tooltip on right">Right</button>
 
        </div>
 
      </div>
 
    </div>
 
  </div>
 
 
 
  <div id="source-modal" class="modal fade">
 
    <div class="modal-dialog modal-lg">
 
      <div class="modal-content">
 
        <div class="modal-header">
 
          <h4 class="modal-title">Source Code</h4>
 
          <button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button>
 
        </div>
 
        <div class="modal-body">
 
          <pre><p>Source code</p></pre>
 
        </div>
 
      </div>
 
    </div>
 
  </div>  
 
 
 
  <!-- Expand and Collapse -->
 
 
 
  <div class="row">
 
      <div class="col-lg-12">
 
        <div class="page-header">
 
          <h1 id="dialogs">Expand and Collapse</h1>
 
        </div>
 
      </div>
 
    </div>
 
 
 
<div id="accordion">
 
  <div class="card">
 
<div class="card-header" id="headingOne">
 
  <h5 class="mb-0">
 
<button class="btn btn-link" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
 
  Collapsible Group Item #1
 
</button>
 
  </h5>
 
</div>
 
 
 
<div id="collapseOne" class="collapse" aria-labelledby="headingOne">
 
  <div class="card-body">
 
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
 
  </div>
 
</div>
 
  </div>
 
  <div class="card">
 
<div class="card-header" id="headingTwo">
 
  <h5 class="mb-0">
 
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
 
  Collapsible Group Item #2
 
</button>
 
  </h5>
 
</div>
 
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo">
 
  <div class="card-body">
 
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
 
  </div>
 
</div>
 
  </div>
 
  <div class="card">
 
<div class="card-header" id="headingThree">
 
  <h5 class="mb-0">
 
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
 
  Collapsible Group Item #3
 
</button>
 
  </h5>
 
</div>
 
<div id="collapseThree" class="collapse" aria-labelledby="headingThree">
 
  <div class="card-body">
 
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
 
  </div>
 
</div>
 
  </div>
 
</div> 
 
</div>
 
 
 
</html>
 
{{GCb-footer-yourfile-eng}}
 
{{GCb-css-yourfile-core}}
 
{{GCb-css-yourfile-override}}
 

Latest revision as of 10:46, 21 December 2022

Français

➡ View the 2023 GC Data Conference


Data Conference 2022: Driving Data Value and Insights for All Canadians, 23 + 24 February 2022

Virtual Expo  |   AGENDA  |   Conference speakers  |   Networking Missions  |   Discover more about data  |   Announcements

Brought to you by Statistics Canada and the Canada School of Public Service with support from the GC Data Community

Wednesday, February 23, 2022

10:00 to 11:00 am - Pre-event networking

Find people to connect with:

11:00 to 11:30 am - Opening plenary

11:30 am to 12:30 pm - Concurrent sessions

DATA FOUNDATIONS

Health data strategies and data sharing

Go to Wooclap to interact during this session

Over the past two years, national health data has been brought to the forefront of the conversation about health. It revealed much-needed improvements for the well-being of Canadians. In addition to highlighting the challenges and solutions regarding national health data strategies, this session will focus on how the Government of Canada can enhance partnerships with all jurisdictions to resolve health data gaps and improve emergency response through reliable and timely data.

  • Eric Sutherland, Executive Director, Pan-Canadian Health Data Strategy
  • James Van Loon, Chief Data Officer, Health Canada
  • Moderated by Lynn Barr-Telford, Assistant Chief Statistician, Social, Health and Labour Statistics Field, Statistics Canada

DATA AS A PUBLIC GOOD

Building the future with responsible Artificial Intelligence

Technology is driving changes in all spheres of life and transforming the way information is consumed. Organizations are embracing new digital sources of data and new methods such as artificial intelligence (AI) to better serve society. Learn from expert AI leaders in the private sector, academia and the federal government about recent advances in AI, examples of AI use for public good, and responsible AI methods.

  • Foteini Agrafioti, Chief Science Officer, RBC and Head, Borealis AI
  • Cynthia Rudin, Professor of computer science, electrical and computer engineering, statistical science, mathematics, and biostatistics and bioinformatics at Duke University
  • Benoit Deshaies, Acting Director of data and artificial intelligence, Treasury Board of Canada Secretariat
  • Moderated by Sevgui Erman, Director and Chief Data Scientist, Statistics Canada

DATA INSIGHTS THROUGH COLLABORATION

Data access and partnerships to inform the public

Breaking down barriers to data access is paramount for research and development, evidence-based decision-making and communicating with Canadians. Find out what has been done to enhance data access for researchers and get an overview of the Canadian Research Data Centre Network and the services it provides. Topics of discussion include research, partnerships, challenges and successes, and how the public sector and the Network can collaborate for greater success.

  • Johanne Provençal, Research Program Director, Canadian Research Data Centre Network
  • Ted McDonald, Director, New Brunswick Institute for Research, Data and Training, and Professor, University of New Brunswick
  • Celine Teo, MSc, PhD student, Social epidemiology, Brock University
  • Sukhdeep Kaur, Epidemiologist, Niagara Region Public Health
  • Moderated by Crystal Sewards, Manager, Office of the Chief Data Officer, Statistics Canada

12:30 to 1:00 pm - Health break

Visit the kiosks in the virtual exposition (vExpo)

1:00 to 2:00 pm - Keynote address

Leveraging data as a competitive advantage and the role of the public sector

Leveraging the value of data is directly linked to the speed and scale of how it is gathered, shared and used. The federal government must ensure that data is secure and protected against threats while leveraging it for public good. Can sound management strategies for data assets and IT systems confidentiality help to build and protect data as a competitive advantage for Canadians? This keynote by Melissa Hathaway will bring a unique perspective on the intersection of government policy, developing technological and industry trends, and the economic drivers that impact acquisition and strategy.

2:00 to 2:30 pm - Health break

Visit the kiosks in the virtual exposition (vExpo)

2:30 to 3:30 pm - Concurrent sessions

DATA FOUNDATIONS

Data literacy

What are the key elements that enable organizations to shift to a data literacy that is, in addition to being inclusive of all mindsets, using an accessible, diverse and inclusive approach? Topics during this session include: the need for a culture shift and change management; how data literacy is not just about training; the need to measure, map and develop; and acknowledging both top-down and bottom-up (grassroots) initiatives. The speakers will draw on the experiences of public service and private sector organizations that are leaders in the field and will highlight the factors for success and the ongoing challenges and barriers.

  • Jane Crofts, Founder and CEO, Data To The People
  • Valerie Logan, CEO and Founder, The Data Lodge, Inc
  • Moderated by Erica Vezeau, Director General, Digital Academy, Canada School of Public Service

DATA AS A PUBLIC GOOD

Digital and data transformation

Go to Wooclap to interact during this session

The mass adoption of technology has forced Canadians to change the way they work and interact. Also, it has challenged organizations to remain relevant and competitive as technologies evolve quickly. This session will concentrate on how the Government of Canada is transforming by using data as an asset and digital technologies. The discussion will also address the investments and commitments needed to support data transformation in the long term.

  • Shaifa Kanji, Assistant Deputy Minister and Chief Digital Officer, Innovation, Science and Economic Development Canada
  • Ima Okonny, Chief Data Officer, Employment and Social Development Canada
  • Sandy Kyriakatos, Chief Data Officer, Canada Border Services Agency
  • Moderated by Christopher Allison, Director General and Chief Data Officer, Centre for Data Management, Innovation and Analytics, Corporate Data and Surveillance Branch, Public Health Agency of Canada

DATA INSIGHTS THROUGH COLLABORATION

Data to support the environment and climate change

Go to Wooclap to interact during this session

As the urgency for action on climate change continues to grow, data is needed to enhance our understanding of the issue and inform efforts across sectors. This session will focus on the need for open-data sharing, science and partnerships to provide insights for decision-making that will contribute towards a net-zero Canada. Learn how leading federal organizations are helping to secure a healthy environment for future generations with initiatives like Climate Science 2050, Canada’s Energy Future, and the Clean Tech Data Strategy.

  • Shawn Marshall, Departmental Science Advisor, Environment and Climate Change Canada
  • Anna van der Kamp, Director of Innovation Policy, Natural Resources Canada
  • Ryan Hum, Vice-President of Data and Chief Information Officer, Canada Energy Regulator
  • Moderated by François Soulard, Research Manager, Environment Energy Statistics Division, Statistics Canada

3:30 to 3:50 pm - Health break

Visit the kiosks in the virtual exposition (vExpo)

3:50 to 4:45 pm - Fireside chat

Role of data and the digitalization of government

Data is the fuel and digital processes are the engine; they are interdependent and the drivers of change worldwide. Harnessing the power of this interdependency allows federal organizations to improve operational efficiencies, innovate how they work, and improve the way they engage with Canadians. As this interdependency increases, the Government of Canada must demonstrate that the use of data and digital processes adhere to sound governance that includes transparency and accountability, while protecting privacy and fostering trust.

  • Catherine Luelo, Chief Information Officer of Canada, Treasury Board of Canada Secretariat
  • Interviewed by Vidya ShankarNarayan, Chief Information Office and Assistant Deputy Minister, Information Systems Branch, Agriculture and Agri-Food Canada

4:45 to 4:50 pm - Closing remarks

4:50 to 5:00 pm - Health break

Visit the kiosks in the virtual exposition (vExpo)

5:00 to 6:00 pm - Post Day 1 networking

Find people to connect with:

Thursday, February 24, 2022

10:00 to 11:00 am - Pre-Day 2 networking

Find people to connect with:

11:00 to 11:15 am - Opening plenary

  • Emcees open Data Conference 2022
    • Tom Dufour, Director General, Strategic Data Management Branch, Statistics Canada
    • Kara Beckles, Director General, Data Integrity, Privy Council Office

    11:15 am to 12:15 pm - Concurrent sessions

    DATA FOUNDATIONS

    New perspectives on Indigenous data

    Advancing reconciliation is central to the nation-to-nation relationships between the Government of Canada and Indigenous peoples across Canada. Collaboration with Indigenous partners and support for Indigenous-led data and research capacity will enable the development and implementation of solutions for using data and data technologies to contribute to safer, healthier, and economically resilient Indigenous communities. How will these collaborations and solutions bridge the gap between policy objectives and practice? What new perspectives and approaches are needed to build trust and cooperation to move forward?

    DATA AS A PUBLIC GOOD

    Artificial Intelligence-driven service delivery for Canadians

    We are in an era of continuous social and technological change. As a result, the Government of Canada must evolve to meet the demands of an increasingly digital population. Learn about how the Government of Canada is using AI to deliver high-quality and timely services to Canadians in the digital era. Other topics include successful service delivery throughout the pandemic, existing challenges and the future uses of AI to better serve Canadians.

    • Martin Lessard, Director, Data Science Division, Employment and Social Development Canada
    • Saeid Molladavoudi, Senior data science advisor, Data Science Division, Statistics Canada
    • Maryam Haghighi, Director, Data Science, Bank of Canada
    • Moderated by Yvan Gauthier, Head, Artificial Intelligence Accelerator, National Research Council of Canada

    DATA INSIGHTS THROUGH COLLABORATION

    Disaggregated data: Equity, diversity and inclusion

    Go to Wooclap to interact during this session

    Countries around the world have committed to the United Nations Sustainable Development Goals, including the principle to leave no one behind. Disaggregated data is key to achieving this goal. These data can provide insights about vulnerable sub-populations, and hidden trends can be identified to improve decision and policy-making. Topics include: the importance of disaggregated data with emphasis on equity, diversity and inclusion to bring about representation for all in Canadian policies; challenges due to data gaps and how to resolve these issues; and insights that can improve the lives of Canadians.

    • Shaida Badiee, Managing Director, Open Data Watch
    • Howard Ramos, Chair, Canadian Statistics Advisory Council and Professor and Chair, Department of Sociology, Western University
    • Moderated by Jeff Latimer, Director General, Health, Justice, Diversity and Populations, Statistics Canada

    12:15 to 12:45 pm - Health break

    Visit the kiosks in the virtual exposition (vExpo)

    12:45 to 1:45 pm - Fireside chat

    Data as a competitive advantage for Canada: The benefits of a data and digitally enabled public service

    A data and digitally enabled public service, firmly grounded in principles of sound data stewardship, including frameworks designed around standards, quality, ethics, trust and privacy can be seen as the key to using data as a competitive advantage and the fuel to a data driven economy. Panelists will discuss Canada’s Digital Charter and commitments towards sustainable growth, how to actively use standards as a competitive advantage and how the Government of Canada can become an enabler for responsible data use towards a stronger and more innovative Canada.

    • Anil Arora, Chief Statistician of Canada, Statistics Canada
    • Chantal Guay, CEO, Standards Council of Canada
    • Francis Bilodeau, Senior Assistant Deputy Minister, Strategy and Innovation Policy Sector at Innovation, Science and Economic Development Canada
    • Interviewed by Taki Sarantakis, President, Canada School of Public Service

    1:45 to 2:15 pm - Health break

    Visit the kiosks in the virtual exposition (vExpo)

    2:15 to 3:15 pm - Concurrent sessions

    DATA FOUNDATIONS

    Data-fueled economic recovery and strategic global competitiveness

    Go to Wooclap to interact during this session

    The pandemic forced global economies to pivot how they work and how they do business. As businesses and organizations moved permanently online, and working from home has become the norm, will these shifts contribute to a robust post-pandemic economy? How should Canada strategically leverage data and digitized processes to drive its economic recovery and global competitiveness?

    DATA AS A PUBLIC GOOD

    Data technologies and data as a public good

    Data technologies have evolved quickly and governments sometimes struggle to keep up with safeguarding them. What is being done in Canada and other countries to harness the benefits of new data technologies for public good? Points of consideration include the evolving context, advantages, and potential risks of data and data technologies on social, environmental and economic change.

    • Stefaan G Verhulst, Co-Founder and Chief Research and Development Office, Governance Laboratory, New York University
    • Jennifer Miller, Director General, Innovation, Science and Economic Development Canada
    • Moderated by Marc Brouillard, Chief Digital Officer, Fisheries and Oceans Canada

    DATA INSIGHTS THROUGH COLLABORATION

    Information-enabled data sharing

    Data-driven decision-making is essential to the operations of the Government of Canada. As federal organizations become increasingly data-driven, how can they share timely, high-quality data and manage information to meet their needs? Learn about the benefits and challenges of data-sharing agreements and platforms within and between federal organizations (for example, expanding horizontality through data interoperability and partnerships across the Government of Canada).

    • Stephen Burt,Assistant Deputy Minister, Data, Innovation, Analytics, Department of National Defence and Canadian Armed Forces
    • Pierre Desrochers, Director/Chief Privacy Officer, Office of the Privacy Management and Information Coordination, Statistics Canada
    • Moderated by Sonya Read, A/Assistant Secretary, Digital Policy and Services, Office of the Chief Information Officer, Treasury Board of Canada Secretariat

    3:15 to 3:35 pm - Health break

    Visit the kiosks in the virtual exposition (vExpo)

    3:35 to 4:30 pm - Keynote address

    Privacy Frameworks and data for public good

    In May 2020, Chantal Bernier wrote about how Canada has a framework to provide privacy protection while also collecting data. The Government of Canada must strengthen its trust relationship with Canadians as it depends on both identifiable and unidentifiable data to be relevant and competitive in this digital world. These data are key to the success and acceleration of innovation in Canada. Let's discuss how to manage these data for the collective good while maintaining privacy.

    • Chantal Bernier, National Practice Leader, Privacy and Cybersecurity, Dentons
    • Introduced by Eric Rancourt, Director General, Modern Statistical Methods and Data Science, Statistics Canada

    4:30 to 4:50 pm - Summary

    Go to Wooclap to interact during this session

    • André Loranger, Assistant Chief Statistician, Strategic Data Management, Methods and Analysis, Statistics Canada
    • Neil Bouwer, Vice-President, Innovation and Skills Development, Canada School of Public Service

    4:50 to 5:00 pm - Health break

    Visit the kiosks in the virtual exposition (vExpo)

    5:00 to 6:00 pm - Post event networking

    Find people to connect with:


    GC Data Community | Contact us | Subscribe | Join us on GCcollab | GC Data Community Partners