From da0f217e3654b660e62708f62f01cf6221629b99 Mon Sep 17 00:00:00 2001 From: Simon Malesys <simon.malesys@pasteur.fr> Date: Wed, 6 Mar 2024 10:11:10 +0100 Subject: [PATCH] Add a new person to the credit pages --- client/pages/credits.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/pages/credits.vue b/client/pages/credits.vue index fc26416c..05cb9f2c 100644 --- a/client/pages/credits.vue +++ b/client/pages/credits.vue @@ -7,17 +7,17 @@ <div class="credits"> <p>Contributors to JASS software and website</p> <h4>Computation Engine</h4> - <b>Julienne, H., Ménager, H, Nerin, C., Guillemot, V., Lasry, C.</b> + <b>Julienne, H., Ménager, H., Nerin, C., Guillemot, V., Lasry, C.</b> <h4>Backend</h4> - <b>Ménager, H, Nerin, C., Julienne, H., Brancotte, B.</b> + <b>Ménager, H., Nerin, C., Julienne, H., Brancotte, B.</b> <h4>Frontend</h4> <b>Lechat, P., Malesys, S.</b> <h4>UIX Design</h4> <b>Torchet, R.</b> <h4>Data collection and preparation</h4> - <b>Julienne, H.</b> + <b>Julienne, H., Troubat, L.</b> <h4>Project Managers</h4> - <b>Aschard, H. , Julienne, H., Chapeaublanc, E.</b> + <b>Aschard, H., Julienne, H., Chapeaublanc, E.</b> </div> </v-col> </v-row> -- GitLab