X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=glossaries.tex;h=fc8ffe77e866c9b9199109ce326d21d9ab98a949;hb=48685f7c608c566a9b6935e02e39196dea783b4c;hp=f751d78fdc822365bbb2e7cc524420881a7fa626;hpb=e0e1c3f118ded331d1b1abc20a40dd679aaa75e1;p=phd-thesis.git diff --git a/glossaries.tex b/glossaries.tex index f751d78..fc8ffe7 100644 --- a/glossaries.tex +++ b/glossaries.tex @@ -1,126 +1,151 @@ -% Acronyms -\newacronym{ADC}{ADC}{analog-to-digital converter} -\newacronym{ADT}{ADT}{algebraic data type} -\newacronym{API}{API}{application programming interface} -\newacronym{ARDSL}{ARDSL}{\gls{ARDUINO} \acrshort{DSL}} -\newacronym{BLE}{BLE}{Bluetooth low energy} -\newacronym{CRS}{CRS}{\gls{CLEAN} Raspberry Pi system} -\newacronym{CRTS}{CRTS}{\gls{CLEAN} Raspberry Pi temperature sensor} -\newacronym{CWS}{CWS}{\gls{CLEAN} wemos system} -\newacronym{CWTS}{CWTS}{\gls{CLEAN} wemos temperature sensor} -\newacronym{DHT}{DHT}{digital humidity and temperature} -\newacronym{DSL}{DSL}{domain-specific language} -\newacronym{ECO2}{eCO\textsubscript{2}}{equivalent carbon dioxide} -\newacronym{EDSL}{eDSL}{embedded \acrshort{DSL}} -\newacronym{FP}{FP}{functional programming} -\newacronym{FRP}{FRP}{functional reactive programming} -\newacronym{GADT}{GADT}{generalised \acrshort{ADT}} -\newacronym{GHC}{GHC}{Glasgow \gls{HASKELL} Compiler} -\newacronym{GPIO}{GPIO}{general-purpose \acrlong{IO}} -\newacronym{GPL}{GPL}{general-purpose language} -\newacronym{GRS}{GRS}{graph rewriting system} -\newacronym{GUI}{GUI}{graphical \acrlong{UI}} -\newacronym{HOAS}{HOAS}{high-order abstract syntax} -\newacronym{IOT}{IoT}{internet of things} -\newacronym{IDE}{IDE}{integrated development environment} -\newacronym{IO}{IO}{input/output} -\newacronym{IR}{IL}{intermediate representation} -\newacronym{LEAN}{LEAN}{language of East-Anglia and Nijmegen} -\newacronym{LED}{LED}{light-emitting diode} -\newacronym{MCU}{MCU}{microcontroller unit} -\newacronym{OLED}{OLED}{organic \acrlong{LED}} -\newacronym{OS}{OS}{operating system} -\newacronym{OTA}{OTA}{over-the-air} -\newacronym{PIR}{PIR}{passive infrared} -\newacronym{PRS}{PRS}{\gls{PYTHON} Raspberry Pi system} -\newacronym{PWS}{PWS}{\gls{MICROPYTHON} wemos system} -\newacronym{PRTS}{PRTS}{\gls{PYTHON} Raspberry Pi temperature sensor} -\newacronym{PWTS}{PWTS}{\gls{MICROPYTHON} wemos temperature sensor} -\newacronym{QDSL}{QDSL}{quoted \acrshort{DSL}} -\newacronym{RAM}{RAM}{random-access memory} -\newacronym{RFID}{RFID}{radio-frequency identification} -\newacronym{RTOS}{RTOS}{real-time \acrshort{OS}} -\newacronym{RTS}{RTS}{run-time system} -\newacronym{SDS}{SDS}{shared data source} -\newacronym{SN}{SN}{sensor network} -\newacronym{SLOC}{SLOC}{source lines of code} -\newacronym{TH}{TH}{Template \gls{HASKELL}} -\newacronym{TCP}{TCP}{transmission control protocol} -\newacronym{TOP}{TOP}{task-oriented programming} -\newacronym{TOSD}{TOSD}{task-oriented software development} -\newacronym{TRS}{TRS}{term rewriting system} -\newacronym{TTH}{TTH}{typed \acrlong{TH}} -\newacronym{TVOC}{TVOC}{total volatile organic compounds} -\newacronym{UI}{UI}{user interface} -\newacronym{UOD}{UoD}{universe of discourse} -\newacronym{UOG}{UoG}{University of Glasgow} +% Acronym +\newcommand{\myacronym}[4][]{% +% \newacronym[type=\glsdefaulttype,#1]{#2}{#3}{#4} + \newabbreviation[#1]{#2}{#3}{#4} +} +\myacronym[category=noexpand]{3COWS}{3COWS}{The three ``CO'' (Composability, Comprehensibility, Correctness) winter school} +\myacronym{ADC}{ADC}{analog-to-digital converter} +\myacronym{ADT}{ADT}{algebraic data type} +\myacronym{API}{API}{application programming interface} +\myacronym{ARDSL}{ARDSL}{\gls{ARDUINO} \glsxtrshort{DSL}} +\myacronym[category=noexpand]{CEFP}{CEFP}{Central European Summer School of \glsxtrlong{FP}} +\myacronym{CRS}{CRS}{\gls{CLEAN} Raspberry Pi system} +\myacronym{CRTS}{CRTS}{\gls{CLEAN} Raspberry Pi temperature sensor} +\myacronym{CWS}{CWS}{\gls{CLEAN} \gls{WEMOS} system} +\myacronym{CWTS}{CWTS}{\gls{CLEAN} \gls{WEMOS} temperature sensor} +\myacronym{DHT}{DHT}{digital humidity and temperature} +\myacronym{DSL}{DSL}{domain-specific language} +\myacronym{DVFS}{DVFS}{dynamic voltage and frequency scaling} +\myacronym{ECO2}{eCO\textsubscript{2}}{equivalent carbon dioxide} +\myacronym{EDSL}{eDSL}{embedded \glsxtrlong{DSL}} +\myacronym[prefixfirst={a\ },prefix={an\ }]{FP}{FP}{functional programming} +\myacronym[prefixfirst={a\ },prefix={an\ }]{FRP}{FRP}{functional reactive programming} +\myacronym[prefixfirst={a\ },prefix={an\ }]{FPGA}{FPGA}{field-programmable gate array} +\myacronym{GADT}{GADT}{generalised \glsxtrshort{ADT}} +\myacronym{GHC}{GHC}{Glasgow \gls{HASKELL} Compiler} +\myacronym{GPIO}{GPIO}{general-purpose \glsxtrlong{IO}} +\myacronym{GPL}{GPL}{general-purpose language} +\myacronym{GRS}{GRS}{graph rewriting system} +\myacronym{GUI}{GUI}{graphical \glsxtrlong{UI}} +\myacronym{HOAS}{HOAS}{high-order abstract syntax} +\myacronym{IOT}{Io\kern-.3mmT}{internet of things} +\myacronym[category=noexpand]{IDE}{IDE}{integrated development environment} +\myacronym[category=noexpand]{IO}{I/O}{input/output} +\myacronym{IR}{IR}{intermediate representation} +\myacronym{ISR}{ISR}{interrupt service routine} +\myacronym{LEAN}{LEAN}{language of East-Anglia and Nijmegen} +\myacronym[prefixfirst={a\ },prefix={an\ }]{LED}{LED}{light-emitting diode} +\myacronym{OLED}{OLED}{organic \glsxtrlong{LED}} +\myacronym[category=noexpand]{OS}{OS}{operating system} +\myacronym{OTA}{OTA}{over-the-air} +\myacronym{PIR}{PIR}{passive infrared} +\myacronym{PFRP}{P-FRP}{priority-based \glsxtrlong{FRP}} +\myacronym{PRS}{PRS}{\gls{PYTHON} Raspberry Pi system} +\myacronym{PWS}{PWS}{\gls{MICROPYTHON} \gls{WEMOS} system} +\myacronym{PRTS}{PRTS}{\gls{PYTHON} Raspberry Pi temperature sensor} +\myacronym{PWTS}{PWTS}{\gls{MICROPYTHON} \gls{WEMOS} temperature sensor} +\myacronym{QDSL}{QDSL}{quoted \glsxtrshort{DSL}} +\myacronym[category=noexpand]{RAM}{RAM}{random-access memory} +\myacronym{RFID}{RFID}{radio-frequency identification} +\myacronym{RTOS}{RTOS}{real-time \glsxtrshort{OS}} +\myacronym{RTS}{RTS}{run-time system} +\myacronym[prefixfirst={a\ },prefix={an\ }]{SDS}{SDS}{shared data source} +\myacronym[prefixfirst={a\ },prefix={an\ }]{SN}{SN}{sensor network} +\myacronym{SLOC}{SLOC}{source lines of code} +\myacronym{TH}{TH}{Template \gls{HASKELL}} +\myacronym[category=noexpand]{TCP}{TCP}{transmission control protocol} +\myacronym{TOP}{TOP}{task-oriented programming} +\myacronym{TOSD}{TOSD}{task-oriented software development} +\myacronym{TRS}{TRS}{term rewriting system} +\myacronym{TTH}{TTH}{typed \glsxtrlong{TH}} +\myacronym{TVOC}{TVOC}{total volatile organic compounds} +\myacronym{UI}{UI}{user interface} +\myacronym{UOD}{UoD}{universe of discourse} +\myacronym{UOG}{UoG}{University of Glasgow} +\myacronym{VM}{VM}{virtual machine} % Glossaries +\newglossaryentry{ABC}{% + name=ABC, + description={- \gls{CLEAN}'s intermediate graph-rewriting language}, +} \newglossaryentry{MTASK}{% name=mTask, - description={is a \acrshort{TOP} \acrshort{EDSL} for microcontrollers integrated with the \gls{ITASK} system}, + description={- a \glsxtrshort{TOP} \glsxtrshort{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}, + description={- a \glsxtrshort{TOP} \glsxtrshort{EDSL} for creating distributed multi-user collaborative web applications}, +} +\newglossaryentry{TOPHAT}{% + name=TopHat, + description={- a \glsxtrshort{TOP} language designed to formally capture the essence of \gls{TOP}} } \newglossaryentry{CLEAN}{% name=Clean, - description={Clean \acrlong{LEAN}, a pure lazy functional programming language based on graph rewriting} + description={- Clean \glsxtrlong{LEAN}, a pure lazy \glsxtrlong{FP} 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} + description={- a pure lazy \glsxtrlong{FP} language designed by a committe as a concept language} } \newglossaryentry{HASKELL98}{% name=Haskell98, - description={is a standardised version of \gls{HASKELL}} + description={- a standardised version of \gls{HASKELL}}, } \newglossaryentry{ARDUINO}{% name=Arduino, - description={is a widely used framework for programming microprocessors} + description={- a widely used framework for programming microcontrollers} +} +\newglossaryentry{MBED}{% + name=mbed, + description={- a widely used framework for programming microcontrollers designed for ARM cortex-M} } \newglossaryentry{CPP}{ name=C\texttt{++}, - description={is a general-purpose imperative programming language based on \gls{C}} + description={- a general-purpose imperative programming language based on \gls{C}} } \newglossaryentry{C}{ name=C, - description={is a general-purpose imperative programming} + description={- 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} + description={(Inter-Integrated Circuit) {-} a simple serial communication protocol often used to connect sensors to microcontrollers} } \newglossaryentry{SPI}{ name=SPI, - description={is a synchronous serial communication protocol often used to connect sensors to microprocessors} + description={(Serial Peripheral Interface) {-} a synchronous serial communication protocol often used to connect sensors to microcontrollers} } \newglossaryentry{TINYML}{ name=TinyML, - description={is a deep learning framework for microprocessors} + description={- a deep learning framework for microcontrollers} } \newglossaryentry{PYTHON}{ name=Python, - description={is a multi-paradigm interpreted programming language} + description={- a multi-paradigm interpreted programming language} } \newglossaryentry{MICROPYTHON}{ name=MicroPython, - description={is a \gls{PYTHON} implementation tailored for microprocessors} + description={- a \gls{PYTHON} implementation tailored for microcontrollers} } \newglossaryentry{FREERTOS}{ name=FreeRTOS, - description={is an open-source \gls{RTOS} for microprocessors} + description={- an open-source \gls{RTOS} for microcontrollers} } \newglossaryentry{ONEWIRE}{ name=1-wire, - description={is simple single wire communication protocol often used to connect sensors to microprocessors} + description={- a simple single wire communication protocol often used to connect sensors to microcontrollers} } \newglossaryentry{JSON}{ name=JSON, - description={(JavaScript Object Notation) is a open data interchange format using human readable text} + description={(JavaScript Object Notation) {-} a open data interchange format using human readable text} } \newglossaryentry{MQTT}{ name=MQTT, - description={(originally MQ Telemetry Transport) is a publish-subscribe network protocol designed for resource constrained devices} + description={(MQ Telemetry Transport) {-} a publish-subscribe network protocol designed for resource constrained devices} +} +\newglossaryentry{WEMOS}{ + name=WEMOS, + description={- a popular ESP8266 microcontroller based prototyping platform supporting \gls{ARDUINO}.} }