updates
[phd-thesis.git] / tvt / tvt.tex
index e5102fb..079730b 100644 (file)
@@ -291,7 +291,7 @@ The tuning combinator \cleaninline{<<@} adds a label to the web editor displayin
 
 \begin{lstClean}[%
        numbers=left,
-       caption={SimpleTempSensor: a \citask{} program to read a local room temperature sensor and display it on a web page},
+       caption={SimpleTempSensor: a \citask{} program to read a local room temperature sensor and display it on a web page.},
        label={lst_t4t:itaskTemp}]
 module simpleTempSensor
 
@@ -339,7 +339,7 @@ On \cref{lst_t4t:itaskTemp:launch} \cleaninline{task} is launched with an initia
 
 \begin{lstClean}[%
        numbers=left,
-       caption={TempHistory: a tierless \citask{} webapplication that records and manipulates timed temperatures},
+       caption={TempHistory: a tierless \citask{} webapplication that records and manipulates timed temperatures.},
        label={lst_t4t:TempHistory}]
 module TempHistory
 
@@ -594,7 +594,7 @@ A similar range of commodity sensors is connected to both the Raspberry Pi and \
        \begin{subfigure}[t]{.49\textwidth}
                \centering
                \includegraphics[width=.9\textwidth]{wemosg}
-               \caption{A \gls{WEMOS} used in \gls{PWS} and \gls{CWS}}.%
+               \caption{A \gls{WEMOS} used in \gls{PWS} and \gls{CWS}.}%
        \end{subfigure}%
        \begin{subfigure}[t]{.49\textwidth}
                \centering
@@ -946,7 +946,7 @@ The sensor node measures and reports the temperature every ten seconds to the se
 
 \begin{table}
        \centering
-       \caption{Comparing \gls{CLEAN} and \gls{PYTHON} programming abstractions using the \gls{PWTS} and \gls{CWTS} temperature sensors (\gls{SLOC} and total number of files.)}%
+       \caption{Comparing \gls{CLEAN} and \gls{PYTHON} programming abstractions using the \gls{PWTS} and \gls{CWTS} temperature sensors (\gls{SLOC} and total number of files).}%
        \label{table_t4t:temp}
        \begin{tabular}{llccl}
                \toprule