-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathshowcase.html
291 lines (264 loc) · 13.2 KB
/
showcase.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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Showcase - Annotator - Annotating the Web</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link href='http://fonts.googleapis.com/css?family=Arvo:regular,bold&subset=latin' rel='stylesheet' />
<link href='http://fonts.googleapis.com/css?family=Inconsolata&subset=latin' rel='stylesheet' />
<link rel="canonical" href="http://annotatorjs.org">
<link rel="stylesheet" href="css/custom.css">
</head>
<body>
<div class="container">
<div class="header">
<h1>
<a href="./" title="The Annotator Homepage">Annotator</a>
</h1>
<nav>
<ul>
<li><a href="http://github.com/openannotation/annotator/" title="Check out the repository">Code</a></li>
<li><a href="http://docs.annotatorjs.org" title="Read the docs">Docs</a></li>
<li><a href="showcase.html" title="See who's using Annotator.">Showcase</a></li>
<li><a href="plugins/index.html">Plugins</a></li>
<li><a href="news/">News</a></li>
</ul>
</nav>
</div>
<article class="showcase">
<div class="row">
<div class="col-sm-6">
<h2>Who's Using It?</h2>
</div>
<div class="col-sm-6">
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p><a href="http://hypothes.is">Hypothes.is</a> is an open platform for the collaborative evaluation of knowledge. It combines sentence-level critique with community peer-review to provide commentary, references, and insight on top of news, blogs, scientific articles, books, terms of service, ballot initiatives, legislation and regulations, software code and more.</p>
</div>
<div class="col-sm-6">
<img src="./images/wui-hypothesis.png" alt="Hypothes.is screenshot" class="screenshot" />
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p>The <a href="http://openvideoannotation.org">Open Video Annotation Project</a> led by Harvard offers a simple way for anyone to create media-rich commentaries on fragments of video.</p>
</div>
<div class="col-sm-6">
<img src="./images/wui-openvideoannotation.png" alt="Open Video Annotation screenshot" class="screenshot" />
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p><a href="http://www.edx.org">EdX</a> is a platform that hosts free courses designed for interactive study via the web, provided by MIT, Harvard and Berkeley.</p>
</div>
<div class="col-sm-6">
<img src="./images/wui-edx.jpg" alt="EdX logo" class="logo" />
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p><a href="http://h2o.law.harvard.edu">H2O</a> is a suite of online classroom tools provided by Harvard’s Berkman Center that allow professors to freely develop, remix, and share online textbooks, casebooks, and modules under a Creative Commons license.</p>
</div>
<div class="col-sm-6">
<img src="./images/wui-h2o.png" alt="H2O screenshot" class="screenshot" />
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p><a href="http://www.annotationstudio.org">Annotation Studio</a> is a suite of web-based annotation tools developed by MIT’s HyperStudio that supports close reading and collaborative interpretation of online documents. It is designed primarily for humanities students and classrooms.</p>
</div>
<div class="col-sm-6">
<img src="./images/wui-annotationstudio.png" alt="Annotation Studio screenshot" class="screenshot" />
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p><a href="http://www.writingpod.com">WritingPod</a> is an online writing community that allows users to share and get feedback on their writing, and engage with what they read.</p>
</div>
<div class="col-sm-6">
<img src="./images/wui-writingpod.png" alt="WritingPod screenshot" class="screenshot" />
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p><a href="http://www.cbook.it/en">Crunched Book</a> (cbook) is a platform for reading and exploring literary works. It is based on semantic technologies and it is designed primarily for students and classrooms. Students and teachers can annotate portions of text, explore novel’s settings through interactive maps, add and share images and other contents related to a literary work, search for terms into the text (e.g. in the quoted speeches of a particular character), explore connections between characters in their social networks.</p>
</div>
<div class="col-sm-6">
<img src="./images/cbook-annotator.jpg" alt="CBook Screenshow" class="screenshot" />
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p>The <a href="https://it-dev.mpiwg-berlin.mpg.de/tracs/Annotations/wiki">Max Planck Institute for the History of Science</a> maintains a series of software projects for annotation of scanned books, images, and texts.</p>
</div>
<div class="col-sm-6">
<img src="./images/wui-maxplanck.png" alt="Max Planck logo" class="logo" />
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p><a href="http://austese.net">AustESE</a> is developing a set of interoperable services to support the publication of electronic scholarly editions by distributed collaborators in a Web 2.0 environment.</p>
</div>
<div class="col-sm-6">
<img src="./images/wui-austese.png" alt="AustESE logo" class="logo" />
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p><a href="http://oerpub.org">OERPUB</a> is creating open-source tools for authoring, adapting, remixing, and publishing open education resources and then delivering them to the web, mobile, tablet, and print.</p>
</div>
<div class="col-sm-6">
<img src="./images/wui-epubjsreader.png" alt="ePub.js Reader screenshot" class="screenshot" />
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p><a href="http://karmanotes.org">KarmaNotes</a> empowers college students to share course notes, study guides, and other digital learning resources online.</p>
</div>
<div class="col-sm-6">
<img src="./images/wui-karmanotes.png" alt="KarmaNotes logo" class="logo" />
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p>The OpenGov Foundation’s <a href="http://opengovfoundation.org/the-madison-project/">Madison Project</a> seeks to open government documents to allow for public discussion, collaboration and improvement.</p>
</div>
<div class="col-sm-6">
<img src="./images/wui-opengov.png" alt="OpenGov logo" class="logo" />
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p><a href="http://peerlibrary.org">PeerLibrary</a> provides a collaborative layer of knowledge on top of academic publications, allowing researchers to see and share real-time highlights and annotations.</p>
</div>
<div class="col-sm-6">
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p><a href="http://www.safaritutorials.com">Safari Tutorials</a> provides customized tutorials for training company employees.</p>
</div>
<div class="col-sm-6">
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p><a href="http://papergrader.org">Paper Grader</a> allows teachers and professors to quickly and efficiently collect, annotate, and grade student papers.</p>
</div>
<div class="col-sm-6">
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p><a href="http://www.siyavula.com">Siyavula</a> makes textbooks and resources available online for teachers and learners.</p>
</div>
<div class="col-sm-6">
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p><a href="http://open-apps.uoc.edu/">Universitat Oberta de Catalunya</a> maintains a set of open applications and teaching tools.</p>
</div>
<div class="col-sm-6">
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p><a href="http://www.InfiniteUlysses.com">Infinite Ulysses</a> supports public participation in the conversation around James Joyce's challenging novel by adding social voting and favoriting to Annotator.</p>
</div>
<div class="col-sm-6">
<img src="./images/wui-infiniteulysses.png" alt="Infinite Ulysses screenshot" class="screenshot" />
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p><a href="http://www.lacunastories.com">Lacuna</a> is an open-source, online learning tool designed by the Stanford Poetic Media Lab to create new possibilities for reading and learning collaboratively. By focusing on tools for digital annotation, Lacuna allows instructors, students, and co-learners to discover different ways of reading, interpreting, and discussing course materials.</p>
</div>
<div class="col-sm-6">
<img src="./images/lacuna.png" alt="Lacuna logo" class="screenshot" />
</div>
</div>
</div>
</article>
<footer>
<p>Annotator is developed by a wide range of <a href="https://github.com/openannotation/annotator/graphs/contributors">contributors</a> and supported by a number of <a href="http://annotatorjs.org/showcase.html">organizations</a>. Previous financial support was provided by the <a href="http://www.shuttleworthfoundation.org/">Shuttleworth Foundation</a> and the <a href="http://okfn.org">Open Knowledge Foundation</a></p>
<!-- <p>Annotator was developed by the
<img src="http://assets.okfn.org/images/logo/okf_logo_white_and_green_tiny.png" id="footer-okf-logo" />
<a href="http://okfn.org">Open
Knowledge Foundation</a> with support from the <a
href="http://www.shuttleworthfoundation.org/">Shuttleworth
Foundation</a>.</p> -->
<!-- <div class="widget-area">
<ul class="xoxo">
<li class="widget-container widget_text">
<h3 class="widget-title"></h3>
<div class="text-widget">
<ul>
<li>
© <a href="http://www.okfn.org/">Open Knowledge Foundation</a>
</li>
<li>
<a href="http://opendefinition.org/okd/" class="img">
<img alt="This Content and Data is Open" src="http://assets.okfn.org/images/ok_buttons/oc_80x15_blue.png" class="button" />
</a>
</li>
</ul>
</div>
</li>
</ul>
<ul class="xoxo">
<li class="widget-container widget_text">
<h3 class="widget-title"></h3>
<div class="textwidget">
<ul>
<li>
<a href="http://okfn.org/projects/annotator/">Project Home Page</a>
</li>
<li>
<a href="http://lists.okfn.org/mailman/listinfo/annotator-dev">Mailing List</a>
</li>
</ul>
</div>
</li>
</ul>
</div> -->
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="js/main.js"></script>
<!-- This is absolutely horrific
<script type="text/javascript">
// This is absolutely horrific, but GitHub pages provides no sensible
// mechanism of redirecting from org pages to project pages with canonical
// URLs.
// if (window.location.href.indexOf('http://annotatorjs.org') !== 0) {
// if (window.location.pathname.indexOf('/annotator/') === 0) {
// window.location.href = 'http://annotatorjs.org' + window.location.pathname.substr(10);
// } else {
// window.location.href = 'http://annotatorjs.org' + window.location.pathname;
// }
// }
</script> -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-8271754-31']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>