From 32e18fc671035532360b5f75fa3a78b92f84ce4e Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Thu, 15 Jul 2021 08:34:38 +0200 Subject: [PATCH] Add Adv Board member --- scipost_django/scipost/templates/scipost/about.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scipost_django/scipost/templates/scipost/about.html b/scipost_django/scipost/templates/scipost/about.html index b382b2009..5816e864f 100644 --- a/scipost_django/scipost/templates/scipost/about.html +++ b/scipost_django/scipost/templates/scipost/about.html @@ -213,7 +213,7 @@ <div class="row justify-content-center"> <div class="col-lg-3 col-md-4"> <ul> - <li>Prof. <a target="_blank" rel="noopener" href="https://chem.yale.edu/people/william-jorgensen">William L. Jorgensen</a><br/>(Yale University)</li> + <li>Prof. <a target="_blank" rel="noopener" href="https://www.matter.toronto.edu/">Alan Aspuru Guzik</a><br/>(U. Toronto)</li> </ul> </div> <div class="col-lg-3 col-md-4"> @@ -221,6 +221,11 @@ <li>Prof. <a target="_blank" rel="noopener" href="https://molecularmodelingbasics.blogspot.com/p/jan-jensens-cv.html">Jan H. Jensen</a><br/>(U. of Copenhagen)</li> </ul> </div> + <div class="col-lg-3 col-md-4"> + <ul> + <li>Prof. <a target="_blank" rel="noopener" href="https://chem.yale.edu/people/william-jorgensen">William L. Jorgensen</a><br/>(Yale University)</li> + </ul> + </div> <div class="col-lg-3 col-md-4"> <ul> <li>Prof. <a target="_blank" rel="noopener" href="https://www.ru.nl/english/people/rutjes-f/">Floris P.J.T. Rutjes</a><br/>(Radboud U. Nijmegen)</li> -- GitLab