start with outline and fill in some data
[phd-thesis.git] / glossaries.tex
index 424c665..35dc916 100644 (file)
@@ -1,8 +1,15 @@
 % Acronyms
-\newacronym{acronymTest}{ACR}{Acronym}
+\newacronym{IOT}{IoT}{internet of things}
+\newacronym{DSL}{DSL}{domain specific language}
+\newacronym{EDSL}{eDSL}{embedded \acrshort{DSL}}
+\newacronym{TOP}{TOP}{task oriented programming}
 
 % Glossaries
-\newglossaryentry{glossaryTest}{%
-       name=test,
-       description={is a test glossary.},
+\newglossaryentry{MTASK}{%
+       name=mTask,
+       description={is a \acrshort{TOP} \acrshort{EDSL} for microcontrollers integrated with the \gls{ITASK} system.},
+}
+\newglossaryentry{ITASK}{%
+       name=iTask,
+       description={is a \acrshort{TOP} \acrshort{EDSL} for creating distributed multi-user collaborative web applications.},
 }