From 1afa9d61ec6ded458d0ad70acd6ad091e361dfcd Mon Sep 17 00:00:00 2001
From: Quentin Guilloteau <Quentin.Guilloteau@inria.fr>
Date: Tue, 13 Jun 2023 17:12:57 +0200
Subject: [PATCH] some comments from lig tuto

---
 pages/src/publications.md | 4 ++++
 slides/main.md            | 4 ++--
 slides/template.tex       | 6 +++---
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/pages/src/publications.md b/pages/src/publications.md
index 38b2893..cc9697a 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 d6c670c..f89de7c 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 9f59cea..1d77443 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$
-- 
GitLab