Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jhung committed Mar 28, 2016
2 parents c556a20 + 6b9e24b commit e0ea22f
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 8 deletions.
13 changes: 6 additions & 7 deletions index.html
Expand Up @@ -248,20 +248,19 @@ <h4>Accessibility Sprint</h4>
</div>
<div class="floe-front-news">
<h3>News</h3>
<h4>Upcoming Talks on Inclusive Digital Education</h4>
<p class="floe-date">March 28, 2016</p>

<p>IDRC Director Jutta Treviranus will be speaking at the following conferences on topics crossing digital inclusion in education, to rethinking the role of technology in our institutions.</p>
<a href="./news/2016-03-28-upcoming-talks-on-inclusive-digital-education.html">Read more</a></p>

<h4>PhET Accessible Physics Simulations</h4>
<p class="floe-date">Nov. 12, 2015</p>
<p>Floe is working with <a href="http://phet.colorado.edu/">PhET</a>
to improve the accessibility of their free, open, interactive physics simulations. Over the past
year, we have contributed research, ideas, and evaluations for improvements to two of PhET's simulations.<br/>
<a href="./news/2015-11-16-phet.html">Read more</a></p>

<h4>Workshop: The Business Advantages of Making Special the Norm</h4>
<p class="floe-date">May 8, 2015</p>
<p>The <a href="http://www.viscardicenter.org/services/nbdc/">National Business and
Disability Council (NBDC)</a> at <a href="http://www.viscardicenter.org/">The Viscardi Center</a>
is offering an educational online workshop to focus on designing for diversity on May 20, 2015.<br/>
<a href="./news/2015-05-08-workshop-business-advantages.html">Read more</a></p>

<p><a href="news/">News Archive</a></p>
</div>
</div>
Expand Down
140 changes: 140 additions & 0 deletions news/2016-03-28-upcoming-talks-on-inclusive-digital-education.html
@@ -0,0 +1,140 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>News: Upcoming Talks on Inclusive Digital Education | floe</title>
<link type="image/x-icon" href="../images/favicon.ico" rel="shortcut icon"/>
<link href="../css/fss/fss-reset.css" rel="stylesheet" type="text/css"/>
<link href="../css/fss/fss-layout.css" rel="stylesheet" type="text/css"/>
<link href="../css/fss/fss-text.css" rel="stylesheet" type="text/css"/>
<link href="../css/style.css" media="all" rel="stylesheet" type="text/css"/>
<link href="../css/print.css" media="print" rel="stylesheet" type="text/css"/>

<link rel="stylesheet" type="text/css" href="../lib/infusion/framework/preferences/css/fss/fss-theme-bw-prefsEditor.css" />
<link rel="stylesheet" type="text/css" href="../lib/infusion/framework/preferences/css/fss/fss-theme-wb-prefsEditor.css" />
<link rel="stylesheet" type="text/css" href="../lib/infusion/framework/preferences/css/fss/fss-theme-by-prefsEditor.css" />
<link rel="stylesheet" type="text/css" href="../lib/infusion/framework/preferences/css/fss/fss-theme-yb-prefsEditor.css" />
<link rel="stylesheet" type="text/css" href="../lib/infusion/framework/preferences/css/fss/fss-theme-lgdg-prefsEditor.css" />
<link rel="stylesheet" type="text/css" href="../lib/infusion/framework/preferences/css/fss/fss-text-prefsEditor.css" />
<link rel="stylesheet" type="text/css" href="../lib/infusion/lib/jquery/ui/css/fl-theme-by/by.css" />
<link rel="stylesheet" type="text/css" href="../lib/infusion/lib/jquery/ui/css/fl-theme-yb/yb.css" />
<link rel="stylesheet" type="text/css" href="../lib/infusion/lib/jquery/ui/css/fl-theme-bw/bw.css" />
<link rel="stylesheet" type="text/css" href="../lib/infusion/lib/jquery/ui/css/fl-theme-wb/wb.css" />
<link rel="stylesheet" type="text/css" href="../lib/infusion/lib/jquery/ui/css/fl-theme-lgdg/lgdg.css" />
<link href="../lib/infusion/framework/preferences/css/PrefsEditor.css" rel="stylesheet" type="text/css" />
<link href="../lib/infusion/framework/preferences/css/SeparatedPanelPrefsEditor.css" rel="stylesheet" type="text/css" />

<!--[if lte IE 8]>
<script type="text/javascript">document.createElement("header")</script>
<script type="text/javascript">document.createElement("nav")</script>
<script type="text/javascript">document.createElement("footer")</script>
<script type="text/javascript">document.createElement("section")</script>
<script type="text/javascript">document.createElement("aside")</script>
<![endif]-->

<script type="text/javascript" src="../lib/infusion/infusion-custom.js"></script>
<script type="text/javascript" src="../js/floe.js"></script>
</head>
<body>
<script type="text/javascript">
$(document).ready(function () {
floe.setupUIO({
templatePrefix: "../lib/infusion/framework/preferences/html/",
messagePrefix: "../lib/infusion/framework/preferences/messages/",
tocTemplate: "../lib/infusion/components/tableOfContents/html/TableOfContents.html",
template: "../lib/infusion/framework/preferences/html/SeparatedPanelPrefsEditor.html"
});
});
</script>

<!-- BEGIN markup for Preference Editor -->
<div class="flc-prefsEditor-separatedPanel fl-prefsEditor-separatedPanel">
<!-- This is the div that will contain the Preference Editor component -->
<div class="flc-slidingPanel-panel flc-prefsEditor-iframe"></div>

<!-- This div is for the sliding panel that shows and hides the Preference Editor controls -->
<div class="fl-panelBar">
<span class="fl-prefsEditor-buttons">
<button id="reset" class="flc-prefsEditor-reset fl-prefsEditor-reset"><span class="fl-icon-undo"></span> Reset</button>
<button id="show-hide" class="flc-slidingPanel-toggleButton fl-prefsEditor-showHide"> Show/Hide</button>
</span>
</div>
</div>
<!-- END markup for Preference Editor -->

<div id="skip">
<a href="#content">Skip to Content</a>
</div>

<div class="floe">
<header class="floe-header">
<h1><a rel="home" title="Home" href="../index.html" class="floe-header-logo">floe
<span class="floe-header-tagline">
flexible learning for open education
</span></a>
</h1>
</header>

<div class="flc-toc-tocContainer toc"> </div>
<div class="floe-content floe-news-item">
<h2> News </h2>

<h3>Upcoming Talks on Inclusive Digital Education</h3>
<p class="floe-date">March 28, 2016</p>

<p>IDRC Director Jutta Treviranus will be speaking at the following conferences on topics crossing digital inclusion in education, to rethinking the role of technology in our institutions.</p>

<p>April 2016:</p>
<ul>
<li>April 12 -<a href="https://events.keep.edu.hk/webed/2016/"> WWW2016 Workshop on Web Science and Technology for Education (WWW2016 Montreal)</a>. "Evaluating Educational Software in the Web Era".</li>
<li>April 12 - <a href="http://www.w4a.info/2016/">W4A Conference (WWW2016 Montreal)</a>. "Life-Long Learning on the Inclusive Web".
<ul>
<li>Conference paper - "<a href="http://inclusivedesign.ca/wp-content/uploads/2016/03/Treviranus-Web4All-Paper_accessible-PDF.pdf">Life-Long Learning on the Inclusive Web</a>".</li>
</ul>
</li>
<li>April 13 - <a href="http://www.teluq.ca/edu-fiction2030/">Edu-Fiction (WWW2016 Montreal)</a>. "What will the web bring [in 2030]?"</li>
<li>April 14 - <a href="http://conference.oeconsortium.org/2016/">Open Education Global 2016</a>. "[Action Lab] Salad dressing, pendula, navels, scraped knees and future-proof learning (Accessibility and OER)".</li>
<li>April 29 - <a href="https://oculaspring.wordpress.com/">OCULA Spring Conferece</a>. "Creating Space: Expanding the Physical, Digital, and Mental Boundaries of the Academic Library"</li>
</ul>
<p>May 2016:</p>
<ul>
<li>May 12 to 14 - <a href="http://universalinclusion.unito.it/en/">UNIversal Inclusion Rights and Opportunities for Persons with Disabilities in the Academic Conext</a>
<ul>
<li>The information about this conference is also available in this accessible PDF: <a href="http://en.unito.it/sites/sten/files/universal_inclusion.pdf">http://en.unito.it/sites/sten/files/universal_inclusion.pdf</a></li>
</ul>
</li>
<li>May 26 - <a href="http://www.thinkconference.ca/">Think Conference</a></li>
</ul>
<p>Visit the conference websites for individual times and details.</p>
</div>

<div class="floe-footer">
<div class="floe-content clearfix">
<div class="floe-column">
Floe is a project of the
<a href="http://idrc.ocadu.ca">Inclusive Design Research Centre</a>, <a href="http://ocadu.ca">OCAD University</a>, funded by a grant from
<a href="http://www.hewlett.org">The William and Flora Hewlett Foundation</a>.
<br/>
<a class="floe-image-link" href="http://www.hewlett.org/"> <img alt="Hewlett foundation logo" src="../images/hewlett_foundation_logo.png"/> </a>
</div>

<div class="floe-column">
<address>
205 Richmond St. W., Second Floor<br/>
Toronto, Ontario, Canada<br/>
M5V 1V3<br/>
Telephone: (416) 977-6000 #3968<br/>
Fax: (416) 977-9844
</address>
<p>
<a href="mailto:jtreviranus@faculty.ocadu.ca">Jutta Treviranus</a> Principal Investigator, Director and Professor<br/>
<a href="mailto:jmitchell@ocadu.ca">Jess Mitchell</a> Senior Manager, Research and Development<br/>
<a href="mailto:cclark@ocadu.ca">Colin Clark</a> Lead Software Architect
</p>
</div>
</div>
</div>
</div>

</body>
</html>
36 changes: 35 additions & 1 deletion news/index.html
Expand Up @@ -79,6 +79,40 @@ <h1><a rel="home" title="Home" href="../index.html" class="floe-header-logo">flo
<div class="flc-toc-tocContainer toc"> </div>
<h2> News </h2>

<div class="floe-news-item">
<h3>Upcoming Talks on Inclusive Digital Education</h3>
<p class="floe-date">March 28, 2016</p>

<p>IDRC Director Jutta Treviranus will be speaking at the following conferences on topics crossing digital inclusion in education, to rethinking the role of technology in our institutions.</p>

<p>March 2016:</p>
<ul>
<li>March 15,<a href="http://news.umanitoba.ca/information-and-communication-accessibility-learning-event/"> University of Manitoba. "Information and communication accessibility".</a></li>
</ul>
<p>April 2016:</p>
<ul>
<li>April 12 -<a href="https://events.keep.edu.hk/webed/2016/"> WWW2016 Workshop on Web Science and Technology for Education (WWW2016 Montreal)</a>. "Evaluating Educational Software in the Web Era".</li>
<li>April 12 - <a href="http://www.w4a.info/2016/">W4A Conference (WWW2016 Montreal)</a>. "Life-Long Learning on the Inclusive Web".
<ul>
<li>Conference paper - "<a href="http://inclusivedesign.ca/wp-content/uploads/2016/03/Treviranus-Web4All-Paper_accessible-PDF.pdf">Life-Long Learning on the Inclusive Web</a>".</li>
</ul>
</li>
<li>April 13 - <a href="http://www.teluq.ca/edu-fiction2030/">Edu-Fiction (WWW2016 Montreal)</a>. "What will the web bring [in 2030]?"</li>
<li>April 14 - <a href="http://conference.oeconsortium.org/2016/">Open Education Global 2016</a>. "[Action Lab] Salad dressing, pendula, navels, scraped knees and future-proof learning (Accessibility and OER)".</li>
<li>April 29 - <a href="https://oculaspring.wordpress.com/">OCULA Spring Conferece</a>. "Creating Space: Expanding the Physical, Digital, and Mental Boundaries of the Academic Library"</li>
</ul>
<p>May 2016:</p>
<ul>
<li>May 12 to 14 - <a href="http://universalinclusion.unito.it/en/">UNIversal Inclusion Rights and Opportunities for Persons with Disabilities in the Academic Conext</a>
<ul>
<li>The information about this conference is also available in this accessible PDF: <a href="http://en.unito.it/sites/sten/files/universal_inclusion.pdf">http://en.unito.it/sites/sten/files/universal_inclusion.pdf</a></li>
</ul>
</li>
<li>May 26 - <a href="http://www.thinkconference.ca/">Think Conference</a></li>
</ul>
<p>Visit the conference websites for individual times and details.</p>
</div>

<div class="floe-news-item">
<h3>Accessible Physics Simulations</h3>
<p class="floe-date">Nov. 16, 2015</p>
Expand Down Expand Up @@ -502,4 +536,4 @@ <h3>Updates to the Inclusive Learning Design Handbook</h3>
</footer>
</div>
</body>
</html>
</html>

0 comments on commit e0ea22f

Please sign in to comment.