morewrites, backrefs, structure
[phd-thesis.git] / glossaries.tex
1 % Acronyms
2 \newacronym{IOT}{IoT}{internet of things}
3 \newacronym{DSL}{DSL}{domain specific language}
4 \newacronym{EDSL}{eDSL}{embedded \acrshort{DSL}}
5 \newacronym{TOP}{TOP}{task-oriented programming}
6
7 % Glossaries
8 \newglossaryentry{MTASK}{%
9 name=mTask,
10 description={is a \acrshort{TOP} \acrshort{EDSL} for microcontrollers integrated with the \gls{ITASK} system.},
11 }
12 \newglossaryentry{ITASK}{%
13 name=iTask,
14 description={is a \acrshort{TOP} \acrshort{EDSL} for creating distributed multi-user collaborative web applications.},
15 }