-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (89 loc) · 5.25 KB
/
Copy pathindex.html
File metadata and controls
91 lines (89 loc) · 5.25 KB
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
---
layout: default
---
<div class="header-container jumbotron">
<div class="container">
<h1>ELAT: EdX Logfile Analysis Tool</h1>
<p>Simple browser-based tool to process events from edX logfiles into a local database for analysis</p>
<p><a class="btn btn-primary btn-lg" href="{{ "/docs/quickstart/" | prepend: site.baseurl }}" role="button">Quick Start</a></p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<h2 class="header-light regular-pad">What is ELAT?</h2>
<p class="lead">ELAT is a simple, browser-based, fully local processing tool that can
take the logfiles with events produced by edX and generate a database that can be
downloaded as csv files, along with some basic indicators of students in a given
<strong>edX</strong> course.
It is an ongoing project developed by the Delft Data Science
<a target="_blank" href="https://www.tudelft.nl/ewi/samenwerken/delft-data-science/">(DDS)</a> Initiative,
for Learning Analytics research from the Web Information Systems
<a target="_blank" href="https://www.tudelft.nl/ewi/over-de-faculteit/afdelingen/software-technology/web-information-systems/">(WIS)</a>
Group together with the Centre for Education and Learning <a target="_blank" href="https://www.educationandlearning.nl/home">(CEL)</a>
and the <a target="_blank" href="https://online-learning.tudelft.nl/">TU Delft Extension School</a>.
You can start using ELAT simply by going to the
<a target="_blank" href="https://mvallet91.github.io/ELAT-Workbench/">workbench</a> and uploading
metadata files and logfiles (to your own browser, there is no server involved).
The code is fully available <a target="_blank" href="https://github.com/mvallet91/ELAT-Workbench">here</a>.</p>
</div>
<div class="col-md-1 center"></div>
<div class="col-md-5 center">
<img src="img/ELAT.png" alt="" class="img-responsive" width="350">
</div>
</div>
<hr>
<div class="row">
<h2 class="header-light regular-pad">Why use ELAT?</h2>
</div>
<div class="row">
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-cogs" aria-hidden="true"></i></h1>
<h3 class="text-center">Session Focused</h3>
<p>ELAT considers a student's <a href="{{ "/docs/sessions/" | prepend: site.baseurl }}">learning session</a>
as a series of interactions with course material such as mouse clicks, video controls or problem responses.
ELAT processes sessions of different types, for example: a video interaction session starts when a
student opens a video, and it contains the duration, number of pauses, rewinds, fast forwards, etc.,
until the video is closed.</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-pencil" aria-hidden="true"></i></h1>
<h3 class="text-center">Easy and Private</h3>
<p> <a href="{{ "/docs/quickstart/" | prepend: site.baseurl }}">Get started</a> by uploading
the metadata files of the course, then the logfiles of the corresponding time period.
Once processed, the csv files for each type of session can be downloaded.
No account required, everything stays in your computer and everything can be deleted with a single button.
</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-area-chart" aria-hidden="true"></i></h1>
<h3 class="text-center">Primary Indicators</h3>
<p>From the information extracted from the logfiles, ELAT automatically generates a
few general indicators, such as the number of students per day, and the duration
of their sessions. While these indicators provide a helpful overview on the processed
information, it's just one of many <a href="{{ "/docs/use_cases/" | prepend: site.baseurl }}">use cases</a>
of ELAT in Learning Analytics, the main value is in the generated csv files.</p>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h3 class="header-light regular-pad">ELAT in LAK20</h3>
We are proud to announce that this work will be part of the 10th Learning Analytics and Knowledge Conference (LAK20) in
Frankfurt as <a target="_blank" href="https://chauff.github.io/documents/publications/LAK2020-Torre.pdf">edX Log Data Analysis Made Easy</a>.
If you use ELAT, or adapt it for your work, please cite our (preprint) publication.
<pre>
<code>
@inproceedings{Valle2020ELAT,
author = {Valle Torre, Manuel and Tan, Esther and Hauff, Claudia},
title = {edX Log Data Analysis Made Easy},
booktitle = {Proceedings of the 10th International Conference on Learning Analytics \& Knowledge},
series = {LAK20},
year = {2020},
location = {Frankfurt, Germany}
}
</code>
</pre>
</div>
</div>
</div>