forked from fluid-project/floeproject.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprefsEditors.html
137 lines (121 loc) · 7.74 KB
/
prefsEditors.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>Screencast: Preference Editing Tools | floe</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link type="image/x-icon" href="images/favicon.ico" rel="shortcut icon"/>
<!-- Foundation flex grid -->
<link href="lib/foundation/foundation.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/src/lib/normalize/css/normalize.css" />
<link rel="stylesheet" type="text/css" href="lib/infusion/src/framework/core/css/fluid.css" />
<link rel="stylesheet" type="text/css" href="lib/infusion/src/framework/preferences/css/Enactors.css" />
<link rel="stylesheet" type="text/css" href="lib/infusion/src/framework/preferences/css/PrefsEditor.css" />
<link rel="stylesheet" type="text/css" href="lib/infusion/src/framework/preferences/css/SeparatedPanelPrefsEditor.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();
});
</script>
<!-- BEGIN markup for Preference Editor -->
<div class="flc-prefsEditor-separatedPanel fl-prefsEditor-separatedPanel">
<!--
This div is for the sliding panel bar that shows and hides the Preference Editor controls in the mobile view.
A separate panel bar for mobile displays is needed to preserve the correct tab order.
-->
<div class="fl-panelBar fl-panelBar-smallScreen">
<span class="fl-prefsEditor-buttons">
<button class="flc-slidingPanel-toggleButton fl-prefsEditor-showHide"> Show/Hide</button>
<button class="flc-prefsEditor-reset fl-prefsEditor-reset"><span class="fl-icon-undo"></span> Reset</button>
</span>
</div>
<!-- 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 bar that shows and hides the Preference Editor controls in the desktop view.
A separate panel bar for desktop displays is needed to preserve the correct tab order.
-->
<div class="fl-panelBar fl-panelBar-wideScreen">
<span class="fl-prefsEditor-buttons">
<button class="flc-slidingPanel-toggleButton fl-prefsEditor-showHide"> Show/Hide</button>
<button class="flc-prefsEditor-reset fl-prefsEditor-reset"><span class="fl-icon-undo"></span> Reset</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 id="content" class="floe-content floe-video">
<div class="flc-toc-tocContainer toc"> </div>
<div class="floe-breadcrumbs"><a href="index.html">< back</a></div>
<h2> Preference Editing Tools </h2>
<p>
The Floe Project is collaborating with the <a href="http://gpii.net">Global Public Inclusive Infrastructure</a> to build tools to allow users to create personalized digital interfaces. These preference management tools enable and promote the discovery, adjustment and application of user preferences across multiple devices. A user will be able to customize any interface they might encounter by exploring and then declaring preferences, saving them to the cloud, and
applying them to devices (both private and public). For example, a user may use these tools to discover and adjust their preferences on a personal laptop, and later apply these preferences to a public ticketing kiosk.
</p>
<p>
Personalized interfaces have the potential to help digital users overcome barriers to access and participation in an increasingly digital world. Interfaces that meet users where they are, adapt to their unique needs, and empower them to participate by putting the personalization decisions in their hands are not only possible, but are a necessity for many to “get in the digital door.” The goal of this personalization is to make
interaction with technology as painless and as enjoyable as possible for all.
</p>
<p>
For more information and to see an example of preference management tools in action, please see the video below.
</p>
<video controls width="100%" tabindex="0">
<source src="https://idrc.cachefly.net/floeproject.org/videos/Floe-GPII-prefs-editors.mp4" type="video/mp4"></source>
<source src="https://idrc.cachefly.net/floeproject.org/videos/Floe-GPII-prefs-editors.webm" type="video/webm"></source>
</video>
</div>
<footer class="floe-footer">
<div class="floe-content row">
<div class="columns large-6 small-12">
<div>
<p>
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>.<br/>
</p>
<p>
<span class="floe-hewlett-logo">Funded by a grant from <a href="http://www.hewlett.org">The William and Flora Hewlett Foundation</a>.</span>
</p>
</div>
</div>
<div class="columns large-6 small-12">
<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:[email protected]">Jutta Treviranus</a> Principal Investigator, Director and Professor<br/>
<a href="mailto:[email protected]">Jess Mitchell</a> Senior Manager, Research and Development<br/>
<a href="mailto:[email protected]">Colin Clark</a> Lead Software Architect
</p>
</div>
</div>
</footer>
</div>
</body>
</html>