many updates
[phd-thesis.git] / glossaries.tex
index 424c665..9922387 100644 (file)
@@ -1,8 +1,72 @@
 % Acronyms
-\newacronym{acronymTest}{ACR}{Acronym}
+\newacronym{ADT}{ADT}{algebraic data type}
+\newacronym{DSL}{DSL}{domain-specific language}
+\newacronym{EDSL}{eDSL}{embedded \acrshort{DSL}}
+\newacronym{GADT}{GADT}{generalised \acrshort{ADT}}
+\newacronym{GHC}{GHC}{Glasgow Haskell Compiler}
+\newacronym{GPL}{GPL}{general-purpose language}
+\newacronym{PRS}{PRS}{python raspberry pi supersensor}
+\newacronym{PWS}{PWS}{(micro)python wemos supersensor}%chktex 36
+\newacronym{CRS}{PRS}{clean raspberry pi supersensor}
+\newacronym{CWS}{PWS}{clean wemos supersensor}
+\newacronym{FP}{FP}{functional programming}
+\newacronym{GRS}{GRS}{graph rewriting system}
+\newacronym{GPIO}{GPIO}{general-purpose \acrlong{IO}}
+\newacronym{GUI}{GUI}{graphical \acrlong{UI}}
+\newacronym{IOT}{IoT}{internet of things}
+\newacronym{LEAN}{LEAN}{language of East-Anglia and Nijmegen}
+\newacronym{LED}{LED}{light-emitting diode}
+\newacronym{TOP}{TOP}{task-oriented programming}
+\newacronym{TOSD}{TOSD}{task-oriented software development}
+\newacronym{TRS}{TRS}{term rewriting system}
+\newacronym{RFID}{RFID}{radio-frequency identification}
+\newacronym{SN}{SN}{sensor network}
+\newacronym{BLE}{BLE}{Bluetooth low energy}
+\newacronym{API}{API}{application programming interface}
+\newacronym{OS}{OS}{operating system}
+\newacronym{IO}{IO}{input/output}
+\newacronym{RTOS}{RTOS}{real-time \acrshort{OS}}
+\newacronym{RAM}{RAM}{random-access memory}
+\newacronym{OTA}{OTA}{over-the-air}
+\newacronym{MCU}{MCU}{microcontroller unit}
+\newacronym{UI}{UI}{user interface}
+\newacronym{UOD}{UoD}{universe of discourse}
+\newacronym{SDS}{SDS}{shared data source}
 
 % 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},
+}
+\newglossaryentry{CLEAN}{%
+       name=Clean,
+       description={Clean \acrlong{LEAN}, a pure lazy functional programming language based on graph rewriting}
+}
+\newglossaryentry{HASKELL}{%
+       name=Haskell,
+       description={is a pure lazy functional programming language designed by a committe as a concept language}
+}
+\newglossaryentry{HASKELL98}{%
+       name=Haskell98,
+       description={is a standardised version of \gls{HASKELL}}
+}
+\newglossaryentry{ARDUINO}{%
+       name=Arduino,
+       description={is a widely used framework for programming microprocessors}
+}
+\newglossaryentry{CPP}{
+       name=C\texttt{++},
+       description={is a general-purpose imperative programming language based on \gls{C}}
+}
+\newglossaryentry{C}{
+       name=C,
+       description={is a general-purpose imperative programming}
+}
+\newglossaryentry{I2C}{
+       name=I\textsuperscript{2}C,
+       description={is a simple serial communication protocol often used to connect sensors to microprocessors}
 }