diff --git a/pages/src/publications.md b/pages/src/publications.md
index 38b289356f57f0d93aacb469ceb49dc975e47327..cc9697a0cf64b17dec483287eb349f33a21b5ee0 100644
--- a/pages/src/publications.md
+++ b/pages/src/publications.md
@@ -6,10 +6,14 @@ Here is a list of publications on the topic of Control for Computing:
 
 ## Methodology
 
+- Hellerstein et al. **Feedback control of computing systems**, John Wiley & Sons, [pdf](https://www.academia.edu/download/64177806/J.L.Hellerstein,%20et%20al%20-%20Feedback%20Control%20Of%20Computing%20System.pdf)
+
 - Filieri et al. **Software engineering meets control theory**, *2015 IEEE/ACM 10th International Symposium on Software Engineering for Adaptive and Self-Managing Systems*, [pdf](https://iliasger.github.io/pubs/2015-SEAMS-SEmeetsCT.pdf)
 
 - Filieri et al. **Control Strategies for Self-Adaptive Software Systems**, *ACM Trans. Auton. Adapt. Syst. 11, 4 (2017)*, [pdf](https://www.antonio.filieri.name/publications/preprints/2017-taas.pdf)
 
+- Litoiu et al. **What can control theory teach us about assurances in self-adaptive software systems?**, Springer Software Engineering for Self-Adaptive Systems III, [pdf](https://inria.hal.science/hal-01281063/file/fb-assurances.pdf)
+
 - Rutten et al. **Feedback control as MAPE-K loop in autonomic computing**, *Springer Software engineering for self-adaptive systems 2017*, [pdf](https://hal.inria.fr/hal-01285014/document)
 
 ## Applications
diff --git a/slides/main.md b/slides/main.md
index d6c670cb371b623c92ac911793c030f380a42982..f89de7ce7c5ffab60158812dbcaafddca14f774a 100644
--- a/slides/main.md
+++ b/slides/main.md
@@ -22,11 +22,11 @@ authors:
     mark: "$^{3}$"
 affiliations:
   - mark: "$^{1}$"
-    signature: "Univ. Grenoble Alpes, INRIA, CNRS, LIG"
+    signature: "Univ. Grenoble Alpes, Inria, CNRS, LIG"
     short: "UGA"
     email: "Firstname.Lastname@inria.fr"
   - mark: "$^{2}$"
-    signature: "Univ. Lille, INRIA, Central Lille, CRISTAL"
+    signature: "Univ. Lille, Inria, Central Lille, CRIStAL"
     short: "INRIA"
     email: "Sophie.Cerf@inria.fr"
   - mark: "$^{3}$"
diff --git a/slides/template.tex b/slides/template.tex
index 9f59cea4832b3a304c38c834b0494bd6c6bcd0a8..1d77443bf5f96fc497f07586ca2795b579a0e3e0 100644
--- a/slides/template.tex
+++ b/slides/template.tex
@@ -191,15 +191,15 @@ $endfor$
 \author[%
 $for(authors)$
 $if(authors.is_presenter)$
-{$authors.firstname$ \textsc{$authors.lastname$}}
+{$authors.firstname$~\textsc{$authors.lastname$}}
 $endif$
 $endfor$%
 ]{%
 $for(authors)$
 $if(authors.is_presenter)$
-{\underline{$authors.firstname$ \textsc{$authors.lastname$}}}\textsuperscript{$authors.mark$}
+{\underline{$authors.firstname$~\textsc{$authors.lastname$}}}\textsuperscript{$authors.mark$}
 $else$
-{$authors.firstname$ \textsc{$authors.lastname$}}\textsuperscript{$authors.mark$}
+{$authors.firstname$~\textsc{$authors.lastname$}}\textsuperscript{$authors.mark$}
 $endif$
 $sep${\!,}
 $endfor$