From bba48d2ade1e987182cbe1d3675e42446d3c5b37 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Sat, 14 May 2016 19:57:53 +0200 Subject: [PATCH] Add Editorial Fellows list on about page --- scipost/templates/scipost/about.html | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/scipost/templates/scipost/about.html b/scipost/templates/scipost/about.html index 8f3a4317d..5baa5723d 100644 --- a/scipost/templates/scipost/about.html +++ b/scipost/templates/scipost/about.html @@ -141,6 +141,36 @@ </div> </div> + + <hr class="hr12"> + <div class="flex-container"> + <div class="flex-greybox"> + <h1>Editorial College (Physics)</h1> + </div> + </div> + <div class="flex-container"> + <div class="flex-whitebox"> + <ul> + <li>Prof. <a href="http://ipht.cea.fr/Pisp/giulio.biroli/index_en.php">G. Biroli</a><br/>(CEA Saclay)</li> + <li>Prof. <a href="https://staff.fnwi.uva.nl/j.deboer/">J. de Boer</a><br/>(U. van Amsterdam)</li> + <li>Prof. <a href="http://www.statphys.sissa.it/wordpress/?page_id=1731">P. Calabrese</a><br/>(SISSA)</li> + </ul> + </div> + <div class="flex-whitebox"> + <ul> + <li>Prof. <a href="www-thphys.physics.ox.ac.uk/people/FabianEssler/">F. H. L. Essler</a><br/>(U. of Oxford)</li> + <li>Prof. <a href="http://www.ms.unimelb.edu.au/~jdgier@unimelb/">J. de Gier</a><br/>(U. of Melbourne)</li> + <li>Prof. <a href="http://www.ens-lyon.fr/PHYSIQUE/presentation/annuaire/maillet-jean-michel">J.M. Maillet</a><br/>(ENS Lyon)</li> + </ul> + </div> + <div class="flex-whitebox"> + <ul> + <li>Prof. <a href="www.physics.miami.edu/~nepomechie/">R. Nepomechie</a><br/>(U. of Miami)</li> + <li>Prof. <a href="https://staff.fnwi.uva.nl/c.j.m.schoutens/">C.J.M. Schoutens</a><br/>(U. van Amsterdam)</li> + </ul> + </div> + </div> + </section> -- GitLab