-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
430 lines (369 loc) · 14.4 KB
/
index.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
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
<!DOCTYPE html>
<html>
<head>
<title>OpenDSA Project Homepage</title>
<meta charset="utf-8" />
<link href="lib/site.css" rel="stylesheet" type="text/css">
<style type="text/css">
body {
min-width: 980px;
}
.rightimg {
float: right;
}
.odsawidget {
position: absolute;
right: 55px;
top: 165px;
}
</style>
</head>
<body>
<div id="content">
<div id="mytitle">
<h1>
OpenDSA: Open Source Interactive<br /> Data Structures and Algorithms
</h1>
<img src="site/OpenDSALogoT64.png" alt="OpenDSA logo"
style="position:relative; bottom: 85px; height: 50px"/>
</div>
<div id="widget-container"></div>
<script type="text/javascript"
src="http://opendsa.cs.vt.edu/media/widget.js"></script>
<div id="maintext">
<p></p>
<h5 id="firsttitle">Click on the images to try things out.<br/>
</h5>
<br/>
<p>
Welcome to the homepage for the OpenDSA Active-eBook Project.
We have created infrastructure and materials to support courses in a
wide variety of Computer Science-related topics
such as Data Structures and Algorithms (DSA), Formal Languages, Finite
Automata, and Programming Languages.
</p>
<p>
OpenDSA materials include many visualizations and interactive
exercises.
Our philosophy is that students learn this material best when
they engage the material and then practice it until they have
demonstrated their proficiency.
This page shows a sampling of screenshots (if you click on a
screenshot, you will be taken to the actual artifact).
In the same way, a given visualization or exercise could be
incorporated individually into an instructor's own web pages.
</p>
<p>
But these visualizations and exercises were designed to be integrated
with explanatory tutorials, with the basic unit of instruction being a
"module".
A module is a single HTML page, corresponding to a single section in a
textbook, or a single topic that might be part of a lecture.
Modules are collected together to form an OpenDSA
"book instance".
Book instances can be integrated into courses in the Canvas LMS.
</p>
<ul>
<li><a href="Books/OpenDSA">Here</a> is an example book instance that
shows off some of the most polished material.
<li><a href="Books/CS3114">Here</a> is an example book instance for a
typical Data Structures and Algorithms course taken after a
traditional CS2 course.
<li><a href="Books/Everything">Here</a> is a book instance that shows
all of the exisiting modules, including ones that are not fully
ready for classroom use.
</ul>
<p>
For instructors, <a href="instructors.html">we have support</a> for
making assignments and tracking your students' progress through the
material.
Materials are created using
the <a href="http://opendsa.readthedocs.io">OpenDSA authoring
and configuration tools</a>.
</p>
<p>
There is a short online "course" available for people who want to
learn how to use OpenDSA to teach a class or how to develop and
contribute content to OpenDSA.
There is an
<a href="http://algoviz.org/OpenDSA/Books/C2GEN">OpenDSA book instance</a>
and also a
<a href="https://www.youtube.com/watch?list=PL73Q3sgutLBsRPFHJTbZ1AljjDeSvPUIJ&t=30&v=it9lHdMuCGs">series of four short video presentations</a>.
</p>
<p>
If you would like to contribute to our open-source project, please
take a look at our
<a href="https://github.com/OpenDSA/OpenDSA/wiki/OpenDSA-Contributors-Guide">Contributor's Guide</a>.
</p>
<p>
OpenDSA materials are continuing to increase and improve.
Already, our project includes:
</p>
<ul>
<li >
Nearly two hundred instructional modules, where each
module is the equivalent to one topic, such as one sorting algorithm,
corresponding to a couple of pages in a standard textbook.
Each module is of textbook quality.
An "eTextbook" can be created from any
<a href="Books">collection of modules</a>,
as defined by
<a href="https://github.com/OpenDSA/OpenDSA/tree/master/config">
an editable configuration file</a>,
making it easy for an instructor to create a custom textbook for a
class.
<br />
<p></p>
<a href="Books/OpenDSA/html/InsertionSort.html" target="_blank">
<img src="site/Inssort.png" width="400" alt="Insertion Sort Module" /></a>
<p></p>
</li>
<li>
Every algorithm or data structure is illustrated by an
interactive algorithm visualization. Students could enter their own
test cases to see how the algorithm or data structure works on that
input, and they can control the pacing of the visualization.
<br />
<p></p>
<a href="AV/Sorting/insertionsortAV.html" target="_blank">
<img src="site/insertionsort.png" width="400" alt="Insertion Sort AV" /></a>
<br />
<p></p>
</li>
<li>
Every module contains multiple interactive assessment activities
that give students immediate feedback on their proficiency with the
material.
This means many hundreds of exercises.
<br />
<p></p>
<a href="AV/Sorting/shellsortPRO.html" target="_blank">
<img src="site/Shellsort_prof.png" width="400" alt="Shellsort AV" /></a>
<a href="AV/Sorting/heapsortPRO.html" target="_blank">
<img src="site/heapsort.png" width="400" alt="Heapsort AV" /></a>
<br />
</li>
</ul>
<p>
We accomplish this through an open-source, creative commons
environment.
"Open Source" means that not only can anyone use the materials,
they can also access the source code that generates the materials.
"Creative Commons" means that anyone has permission to modify or remix
the materials for their own purposes.
You as an instructor (or even a student or professional who wants to
self study) will be able to pick and choose from the
selection of modules and exercises, automatically generating a custom
textbook that contains exactly the topics you want.
Since all materials are open source, you can rewrite any part
if you don't like what is already there.
Infrastructure will be included that lets you register
students and then track their progress through the modules and exercises.
</p>
<p>
A major complaint of students in DSA classes is that they do
not get enough practice problems, or sufficient other means of testing
their proficiency.
One of the most important aspects of our vision is a rich
set of exercises to ensure that the student understands the
material as he/she progresses through the book.
Our modules will contain a mix of content, visualizations, and
exercises.
We make extensive use of the
<a href="https://github.com/Khan/khan-exercises">
Khan Academy exercise infrastructure</a> to build interactive
exercises.
</p>
<a href="Exercises/Indexing/IndexChoice.html" target="_blank">
<img src="site/ka.png" height="250" alt="Khan Academy Exercise" /></a>
<a href="http://algoviz.org/OpenDSA/dev/OpenDSA/AV/Binary/huffmanBuildAV.html"
target="_blank">
<img src="site/huffman.png" height="250" alt="Huffman Coding AV" /></a>
<p>
For more details on our project infrastructure, status, and issues,
see our <a href="https://github.com/OpenDSA">GitHub Organization</a>
and our <a href="https://github.com/OpenDSA/OpenDSA">main development repository</a>.
Our <a href="https://piazza.com/class/i1v25wdagpr6sn">OpenDSA Piazza Forum</a>
contains discussions among project participants.
Contact us at
<kbd><script type="text/javascript">
// Make it just a little harder for spammers to pick up email address
var name = "opendsa";
var place = "cs.vt.edu";
var theAddress = name + "@" + place;
document.write (theAddress.link ("mailto:" + theAddress))
</script></kbd>.
if you would like to become involved.
You can also see our
<a href="https://github.com/OpenDSA/OpenDSA/wiki/OpenDSA-Contributors'-Guide">materials
for potential contributors</a>.
</p>
<p>
If you are a new developer on the project, see
<a href="http://opendsa.readthedocs.io/en/latest/GettingStarted.html">the OpenDSA developer's Getting Started Guide</a>.
Further documentation for the OpenDSA infrastructure is available
<a href="http://opendsa.readthedocs.io">here</a>.
</p>
<a href="http://algoviz.org/OpenDSA/AV/Sorting/shellsortPerf.html" target="_blank">
<img src="site/Shellsort_perf.png" height="300" alt="Shellsort Performance" /></a>
<h2>OpenDSA-Related Publications and Presentations</h2>
<ol>
<li>
V. Karavirta and C.A. Shaffer,
Creating Engaging Online Learning Material with the JSAV JavaScript
Algorithm Visualization Library
(<a href="http://dx.doi.org/10.1109/TLT.2015.2490673">DOI</a>,
<a href="http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=7298430">PDF</a>),
to appear in <i>IEEE Transactions on Learning Technologies</i>, 2016.
<li>
E. Fouh, S. Hamouda, M.F. Farghally, and C.A. Shaffer,
"Automating Learner Feedback in an eTextbook
for Data Structures and Algorithms Courses"
(<a href="http://store.elsevier.com/Formative-Assessment-Learning-Data-Analytics-and-Gamification/Santi-Caball%C3%A9/isbn-9780128036372/">site</a>),
in <i>Challenges in ICT Education:
Formative Assessment, Learning Data Analytics and Gamification</i>,
Santi Caballé & Robert Clarisó, eds., Elsevier, 2016.
<li>
T. Farnqvist, F. Heintz, P. Lambrix, L. Mannila, and C. Wang,
Supporting Active Learning by Introducing an Interactive Teaching Tool
in a Data Structures and Algorithms Course,
in <i>Proceedings of the 47th ACM Technical Symposium on Computing
Science Education (SIGCSE 2016)</i>, 663-668.
<li>
S. Hamouda,
<a href="https://vtechworks.lib.vt.edu/handle/10919/64249">
<i>Enhancing Learning of Recursion</i></a>
PhD Dissertation, December 2015.
<li>
N. Maji,
<a href="https://vtechworks.lib.vt.edu/handle/10919/52973">
<i>An Interactive Tutorial for NP-Completeness</i></a>,
MS Thesis, May 2015.
<a href="Presentations/MajiNabanitaDefensePresentation.pptx">Defense presentation</a>
<li>
E. Fouh,
<a href="http://vtechworks.lib.vt.edu/handle/10919/51951">
<i>Building and Evaluating a Learning Environment for Data Structures
and
Algorithms Courses</i></a>,
PhD Dissertation, May 2015.
<li>
E. Fouh, D.A. Breakiron, S. Hamouda, M.F. Farghally,
and C.A. Shaffer,
Exploring students learning behavior with an interactive eTextbook in
Computer Science Courses
(<a href="http://dx.doi.org/10.1016/j.chb.2014.09.061">DOI</a>),
<i>Computers in Human Behavior 41</i>, (December 2014), 478-485.
<li>
E. Fouh, V. Karavirta, D.A. Breakiron, S. Hamouda, S. Hall, T.L. Naps,
and C.A. Shaffer,
Design and architecture of an interactive eTextbook - The OpenDSA
system
(<a href="http://dx.doi.org/10.1016/j.scico.2013.11.040">DOI</a>,
<a href="http://www.sciencedirect.com/science/article/pii/S016764231300333X/pdfft?md5=7e7a97b14fbedcdccc82e0ec23f6a1f4&pid=1-s2.0-S016764231300333X-main.pdf">PDF</a>),
<i>Science of Computer Programming 88,
Special Issue on Software Development Concerns in the
e-Learning Domain</i>, 1(August 2014), 22-40.
<li>
A. Korhonen, T. Naps, C. Boisvert, P. Crescenzi, V. Karavirta,
L. Mannila, B. Miller, B. Morrison, S.H. Rodger, R. Ross, and
C.A. Shaffer,
<a href="http://people.cs.vt.edu/~shaffer/Papers/p53-korhonen.pdf">
Requirements and Design Strategies for Open Source
Interactive Computer Science eBooks</a>, in
<i>Proceedings of the ITiCSE
Working Group Reports Conference on Innovation and Technology in
Computer Science Education - Working Group Reports (ITiCSE-WGR'13)</i>,
Canterbury, England, UK, July, 2013, 53-72.
<li>
V. Karavirta and C.A. Shaffer,
<a href="http://people.cs.vt.edu/~shaffer/Papers/p159-karavirta.pdf">
JSAV: The JavaScript Algorithm Visualization Library</a>,
In
<i>Proceedings of the 18th Annual Conference on Innovation and
Technology in Computer Science Education (ITiCSE 2013)</i>,
Canterbury, UK, July 2013, 159-164.
<li>
S. Hall, E. Fouh, D. Breakiron, M. Elshehaly, and C.A. Shaffer,
Evaluating Online Tutorials for Data Structures and Algorithms
Courses,
<i>Proceedings of the 2013 ASEE Annual Conference & Exposition</i>
(<a href="http://people.cs.vt.edu/~shaffer/Papers/5951_ASEE_2013_Hall.pdf">.pdf</a>,
<a href="Presentations/ASEEConference_2013_5951.pptx">presentation</a>),
Atlanta, GA, June 2013, Paper #5951.
<li>
A.M. Paul,
<a href="http://vtechworks.lib.vt.edu/handle/10919/23889">
QBank: A Web-Based Dynamic Problem Authoring Tool</a>,
Masters Thesis, Virginia Tech, June 2013.
<a href="http://people.cs.vt.edu/~shaffer/Presentations/AnnPaulDefenseFinal.pptx">Defense presentation</a>
<li>
D.A. Breakiron,
<a href="http://vtechworks.lib.vt.edu/handle/10919/23107">
Evaluating the Integration of Online, Interactive Tutorials into a
Data Structures and Algorithms Course</a>,
Masters Thesis, Virginia Tech, May 2013.
<a href="http://people.cs.vt.edu/~shaffer/Presentations/breakid_masters_defense.pptx">Defense presentation</a>
<li>
E. Fouh, D. Breakiron, M. Elshehaly, T.S. Hall,
V. Karavirta, and C.A. Shaffer,
<a href="http://people.cs.vt.edu/~shaffer/Presentations/opendsa_sigcse13.pdf">OpenDSA: using an active
eTextbook to teach data structures and algorithms</a>,
poster abstract appears in
<i>Proceedings of the 44th ACM Technical Symposium on Computer
Science Education</i>,
SIGCSE 2013, Denver, CO, March 2013, 734.
<li>
E. Fouh, M. Sun, and C.A. Shaffer,
<a href="http://people.cs.vt.edu/~shaffer/Presentations/ODSA_SIGCSE12.pdf">OpenDSA:
A Creative Commons Active-eBook</a>,
a poster presented at SIGCSE 2012, Raleigh, NC, March 2012.
<li>
C.A. Shaffer, V. Karavirta, A. Korhonen and T.L. Naps,
<a href="http://people.cs.vt.edu/~shaffer/Papers/Koli2011.pdf">
OpenDSA: Beginning a Community Active-eBook Project</a>
in <i>Proceedings of 11th Koli Calling International Conference on
Computing Education Research</i>,
November 17-20, 2011, Koli National Park, Finland, 112--117.
<li>
C.A. Shaffer, T.L. Naps, and E. Fouh,
<a href="http://people.cs.vt.edu/~shaffer/Papers/pvw1.pdf">
Interactive Textbooks for Computer Science Education</a>
in <i>Proceedings of the Sixth Program Visualization Workshop</i>,
June 30, 2011, Darmstadt, Germany, 97-103.
</ol>
<img class="rightimg" src="site/IMG_2457.JPG" height="100" alt="Team members" />
<h2>Contact</h2>
<p>
For more information, or to get involved, please contact
Cliff Shaffer at
<kbd><script type="text/javascript">
// Make it just a little harder for spammers to pick up email address
var name = "opendsa";
var place = "cs.vt.edu";
var theAddress = name + "@" + place;
document.write (theAddress.link ("mailto:" + theAddress))
</script></kbd>.
</p>
<div id="support">
<h2>Support</h2>
<a href="http://nsf.gov">
<img src="site/nsf1.gif" class="rightimg" height="64" alt="NSF Logo"
style="position:relative; bottom: 20px"/></a>
<p>
The OpenDSA Project is supported by the National Science Foundation
(<a href="support.html">see more</a>).
</p>
</div>
</div>
</div>
<div id="footer">
<p class="footertext">
Last updated:
<script type="text/javascript">
document.write(document.lastModified);
</script>
</p>
</div>
</body>
</html>