Write abstract and partial introduction

This commit is contained in:
Kristóf Tóth
2018-11-27 16:49:38 +01:00
parent 6525b8a6fd
commit 7e839e779f
6 changed files with 105 additions and 7 deletions

View File

@ -1,4 +1,15 @@
\section*{Abstract}
\addcontentsline{toc}{section}{Abstract}
During my thesis work I became a caffeine addict.
This paper discusses the design and development of a framework which can be used to create
interactive tutorials running inside Docker containers, semi-automatically showcasing various
IT topics in real time. The user is guided through exercises using real environments with
real software, all with the possibility of interaction at any time.
This technology can supplement/improve the way e-learning is usually done today
-- which is mostly articles and learning videos -- and help users get hands-on experience
on their way of acquiring knowledge.
Currently more than 60 learning exercises based on this framework are available on
the e-learning platform called Avatao, with more being released every week.
This text is going to justify the need for such technology, explain the ideas leading
to it, discuss architecture, use-cases and more.