From 443ef2bf3cf34295ed6caf67090969d8ab52a77c Mon Sep 17 00:00:00 2001
From: Allan Blanchard <allan.blanchard@cea.fr>
Date: Fri, 7 Aug 2020 15:58:13 +0200
Subject: [PATCH] Resize H3

---
 assets/css/page.css      | 12 +-----------
 dokuwiki/publications.md | 25 ++++++++++++-------------
 2 files changed, 13 insertions(+), 24 deletions(-)

diff --git a/assets/css/page.css b/assets/css/page.css
index f6764816..f767dbe9 100644
--- a/assets/css/page.css
+++ b/assets/css/page.css
@@ -71,19 +71,9 @@
     font-size: 21px;
   }
 }
-@media (min-width: 1024px) {
-  .defaultPage h3 {
-    font-size: 25px;
-  }
-}
 @media (min-width: 1600px) {
   .defaultPage h3 {
-    font-size: 28px;
-  }
-}
-@media (min-width: 1890px) {
-  .defaultPage h3 {
-    font-size: 30px;
+    font-size: 24px;
   }
 }
 .defaultPage article {
diff --git a/dokuwiki/publications.md b/dokuwiki/publications.md
index 45d981d4..042e72ad 100644
--- a/dokuwiki/publications.md
+++ b/dokuwiki/publications.md
@@ -215,7 +215,7 @@ This page is dedicated to publications related to Frama-C. It is not exhaustive,
     <http://julien.signoles.free.fr/publis/2017_rvcubes_tool.pdf>\
     *An overview of the E-ACSL plug-in.*
   - Kostyantyn Vorobyov, Julien Signoles, and Nikolai Kosmatov.\
-    Shadow state encoding for efficient monitoring of block-level properties.\
+    **Shadow state encoding for efficient monitoring of block-level properties.**\
     In International Symposium on Memory Management (ISMM), June 2017.\
     <http://julien.signoles.free.fr/publis/2017_ismm.pdf>\
     *Presentation of the shadow memory technique used by E-ACSL to monitor
@@ -279,7 +279,7 @@ This page is dedicated to publications related to Frama-C. It is not exhaustive,
 
 # Internal Plug-ins at CEA
 
-## Cfp
+### Cfp
 
 #### Founding Articles
 
@@ -289,7 +289,7 @@ This page is dedicated to publications related to Frama-C. It is not exhaustive,
     <http://julien.signoles.free.fr/publis/2017_lopstr.pdf>\
     Best paper award.
 
-## MetACSL
+### MetACSL
 
 #### Founding Articles
 
@@ -299,7 +299,7 @@ This page is dedicated to publications related to Frama-C. It is not exhaustive,
     In International Conference on Tools and Algorithms for the Construction
     and Analysis of Systems (TACAS), April 2019.
 
-## PathCrawler
+### PathCrawler
 
 ##### Manual
 
@@ -401,7 +401,7 @@ This page is dedicated to publications related to Frama-C. It is not exhaustive,
     The final publication is available from IEEE.\
     <http://dx.doi.org/10.1109/ICSTW.2011.85>
 
-## SecureFlow
+### SecureFlow
 
 ##### Thesis
 
@@ -430,7 +430,7 @@ available from the official Frama-C website (<http://frama-c.com>).
 These plug-ins may be either closed or open source.
 
 
-## Jessie
+### Jessie
 
 #### Manual
 
@@ -631,8 +631,7 @@ These plug-ins may be either closed or open source.
     In NASA Formal Methods 2013.\
     *Usually, proofs involving numerical computations are conducted in the infinitely precise realm of the field of real numbers. However, numerical computations in these algorithms are often implemented using floating point numbers. The use of a finite representation of real numbers introduces uncertainties as to whether the properties verified in the theoretical setting hold in practice. This short paper describes work in progress aimed at addressing these concerns. Given a formally proven algorithm, written in the Program Verification System(PVS), the Frama-C suite of tools is used to identify sufficient conditions and verify that under such conditions the rounding errors arising in a C implementation of the algorithm do not affect its correctness. The technique is illustrated using an algorithm for detecting loss of separation among aircraft.*
 
-
-## Cost
+### Cost
 
  - Nicolas Ayache, Roberto M. Amadio and Yann Régis-Gianas.\
     **Certifying and reasoning on cost annotations in C programs.**\
@@ -652,7 +651,7 @@ These plug-ins may be either closed or open source.
     by a compiler for the synchronous programming language Lustre used
     in critical embedded software.*
 
-## Fan-C
+### Fan-C
 
   - Pascal Cuoq, David Delmas, Stéphane Duprat and Victoria Moya
     Lamiel.\
@@ -661,7 +660,7 @@ These plug-ins may be either closed or open source.
     (ERTS'12).\
     <http://www.erts2012.org/Site/0P2RUC89/5C-3.pdf>
 
-## SANTE
+### SANTE
 
   - Omar Chebaro, Nikolaï Kosmatov, Alain Giorgetti and Jacques
     Julliand.\
@@ -721,7 +720,7 @@ These plug-ins may be either closed or open source.
     dynamic analysis. Moreover, simplifying the program makes it easier
     to analyze detected errors and remaining alarms. To appear.*
 
-## SIDAN
+### SIDAN
 
   - Jonathan-Christopher Demay, Éric Totel and Frédéric Tronel.\
     **SIDAN: a tool dedicated to Software Instrumentation for Detecting
@@ -729,7 +728,7 @@ These plug-ins may be either closed or open source.
     4th International Conference on Risks and Security of Internet and
     Systems (CRISIS'2009), October 2009.
 
-## STAC
+### STAC
 
   - Dumitru Ceara, Laurent Mounier and Marie-Laure Potet.\
     **Taint Dependency Sequences: a characterization of insecure
@@ -737,7 +736,7 @@ These plug-ins may be either closed or open source.
     Modeling and Detecting Vulnerabilities workshop (MDV'10), associated
     to ICST 2010, April 2010.
 
-## Taster
+### Taster
 
   - David Delmas, Stéphane Duprat, Victoria Moya Lamiel and Julien
     Signoles.\
-- 
GitLab