-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappendices.html
270 lines (233 loc) · 14.1 KB
/
appendices.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Appendix - TrueLearn</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/logos/TL-favicon.png" rel="icon">
<link href="assets/img/logos/TL-logo.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800|Montserrat:300,400,700" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Reveal - v4.10.0
* Template URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header/top bar ======= -->
<header id="header" class="d-flex align-items-center">
<div class="container d-flex justify-content-between">
<div id="logo">
<h1><a href="index.html">True<span>Learn</span></a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html"><img src="assets/img/logo.png" alt=""></a>-->
</div>
<nav id="navbar" class="navbar">
<ul>
<li class="dropdown"><a href="index.html"><span>Home</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a class="nav-link scrollto" href="index.html#about">Abstract</a></li>
<li><a class="nav-link scrollto" href="index.html#portfolio">Portfolio Video</a></li>
<li><a class="nav-link scrollto" href="index.html#timeline">Project Timeline</a></li>
<li><a class="nav-link scrollto" href="index.html#team">Team</a></li>
</ul>
</li>
<li><a class="nav-link" href="requirements.html">Requirements</a></li>
<li><a class="nav-link" href="research.html">Research</a></li>
<li><a class="nav-link" href="design.html">System Design</a></li>
<li><a class="nav-link" href="implementation.html">Implementation</a></li>
<li><a class="nav-link" href="testing.html">Testing</a></li>
<li><a class="nav-link" href="evaluation.html">Evaluation</a></li>
<li class="dropdown"><a href="appendices.html"><span>Appendices</span><i class="bi bi-chevron-down"></i></a>
<ul>
<li><a class="nav-link scrollto" href="appendices.html#documentation">Documentation</a> </li>
<li><a class="nav-link scrollto" href="appendices.html#development-blog">Development Blog</a></li>
<li><a class="nav-link scrollto" href="appendices.html#development-videos">Monthly Videos</a> </li>
<li><a class="nav-link scrollto" href="appendices.html#license">License</a> </li>
<li><a class="nav-link scrollto" href="appendices.html#privacy-policy">Privacy policy</a> </li>
</ul>
</li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Banner ======= -->
<section id="banner">
<div class="banner-content" data-aos="fade-up">
<h2>Appendices</h2>
</div>
</section>
<!-- End Banner -->
<main>
<section id="github">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>GitHub</h2>
<p> Please find the GitHub repository for this project <a href="https://github.com/truelearnai/truelearn">here</a>.
</div>
</div>
</section>
<section id="documentation">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Documentation</h2>
<p>
The documentation for this project can be found at the following link:
<a href="https://truelearn.readthedocs.io/en/latest/">https://truelearn.readthedocs.io/en/latest/</a>
</p>
</div>
</div>
</section>
<section id="development-blog">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Development Blog</h2>
<p>Please find the development blog for this project <a href="blogs.html">here</a>.
</p>
</div>
</div>
</section>
<section id="development-videos">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Monthly Videos</h2>
</div>
<div class="row">
<div>
<h3>December 2022</h3>
</div>
<div class="col-lg-3"></div>
<div>
<video preload="none" controls>
<source src="assets/videos/december-2022.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="col-lg-3"></div>
</div>
<div>
<h3>January 2023</h3>
</div>
<div class="col-lg-3"></div>
<div>
<video preload="none" controls>
<source src="assets/videos/january-2023.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="col-lg-3"></div>
<div>
<h3>February 2023</h3>
</div>
<div class="col-lg-3"></div>
<div>
<video preload="none" controls>
<source src="assets/videos/february-2023.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="col-lg-3"></div>
<div>
<h3>March 2023</h3>
</div>
<div class="col-lg-3"></div>
<div>
<video preload="none" controls>
<source src="assets/videos/march-2023.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="col-lg-3"></div>
</div>
</section>
<section id="license">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>License</h2>
<p><em>Please find the license for this project below which is also available
<a href="https://github.com/TrueLearnAI/truelearn/blob/main/LICENSE">here</a>.</em></p>
</div>
<div >
<p>MIT License</p>
<p>Copyright (c) 2023 TrueLearn authors</p>
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
<p>---</p>
<p>Some of TrueLearn's functionality is derived from externally maintained libraries, including:</p>
<p>- scikit-learn, licensed as follows:<br /> """<br /> BSD 3-Clause License</p>
<p>Copyright (c) 2007-2022 The scikit-learn developers.<br /> All rights reserved.</p>
<p>Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</p>
<p>* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</p>
<p>* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.</p>
<p>* Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.</p>
<p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.<br /> """</p>
</div>
</div>
</section>
<section id="privacy-policy">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Privacy Policy</h2>
</div>
<div>
<p>TrueLearn does not collect or share any personally identifiable information. Due to its privacy centric nature no data must be retained as learning event data does not need to be stored after training. </p>
<h3>Definitions</h3>
<p>A Learning Event consists of a topic name and timestamp when that topic was last watched by the user.</p>
<h3>Information Collected</h3>
<h4>Learning Events</h4>
<p>When a learner watches a transcribed video, the transcript is pre-processed to determine the topics in that video. The topics in the video and the timestamp of when that video was watched forms a learning event. These learning events are then passed to the Classifiers to conduct training to refine their assumptions about the learner’s knowledge, with no additional information required. The default behaviour is to not retain this information however it is up to the discretion of the developer whether learning events are stored or not. </p>
<h3>Usage of Information</h3>
<p>The developer may choose to store the history of learning events to construct visualisations that demonstrate how the learner’s knowledge has progressed overtime. However, importantly no other information other than Learning Events are needed to provide this functionality. </p>
<h3>Information Shared</h3>
<p>No information is shared between parties, TrueLearn does not collect any data itself. Affiliated collection of data is done only by users of the library to store Learning Events. </p>
<h3>Retention of Information</h3>
<p>Retention policies of learning events are at the discretion of the developer using the library to implement, please see their privacy policy for more information. </p>
</div>
</div>
</section>
</main>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="copyright">
© Copyright <strong>TrueLearn</strong>. All Rights Reserved
</div>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=Reveal
-->
<div class = "text-center">Designed by Karim Djemili</div>
Theme from <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>