function journal() { $month=date(m); $year=date(y); $journalName="journal/journal-$month-$year.txt"; $REQUEST_URI = $_SERVER["REQUEST_URI"] ; $HTTP_REFERER = $_SERVER["HTTP_REFERER"] ; $REMOTE_IP = $_SERVER["HTTP_X_FORWARDED_FOR"] ; if (!empty($_SERVER['HTTP_CLIENT_IP'])) { $ip = $_SERVER['HTTP_CLIENT_IP']; } elseif (!empty($_SERVER['HTTP_X_FORWARDED_FOR'])) { $ip = $_SERVER['HTTP_X_FORWARDED_FOR']; } else { $ip = $_SERVER['REMOTE_ADDR']; } $u_host = gethostbyaddr ( $REMOTE_ADDR ) ; $HTTP_USER_AGENT = $_SERVER["HTTP_USER_AGENT"] ; if ($myFile = fopen($journalName,"a")) { fputs($myFile, strFtime("%c")." ; "); fputs($myFile, "$REQUEST_URI ; "); fputs($myFile, "$HTTP_REFERER ; "); fputs($myFile, "$ip ; "); fputs($myFile, "$u_host ; ") ; fputs($myFile, "$HTTP_USER_AGENT") ; fputs($myFile, "\n") ; fclose($myFile) ; } } journal(); ?>
Last update: Jan 24
Address: Département MI - bât. E6 - bureau 6226 - École Centrale de Lyon - 36 av. Guy de Collongue - 69134 Ecully Cedex - France
Mail: laurent.seppecher [at] ec-lyon.fr
My pages on: Google Scholar, Researchgate, HAL, Arxiv.
Assistant professor (Maître de Conférences) of mathematics at École Centrale de Lyon. Member of the MMCS team within the research unit Institut Camille Jordan - UMR 5208. Coordinator of the ANR project REWARD 2022-2026.
Inverse problems, PDE analysis, numerical analysis, applications to medical and material imaging.
H. Ammari, E. Bonnetier, E. Bretin, E. Brusseau, J. Garnier, P. Millien, L. Petrusca, G. Vial.
A. Niclas, Inverse problems and local resonances in irregular mechanical waveguides, 2019-2022.
E. Kacedan, 2023-.
Feb. 2024 | Co-organization of the POPILS day , 16th of February. |
Feb. 2024 | Séminaire LMPA, Université du Littoral Côte d'Opale. |
Jan. 2024 | Invited speaker at IPPHYS, Puerto Varas, Chile. |
Sept. 2023 | AIP conference, Göttignen |
Feb. 2023 | Sabbatical (CRCT) during the first semester 2023 at INSA de Lyon to focus on the application of elastography on in-vivo data, in collaboration with Elie Bretin (ICJ) and Elisabeth Brusseau (CREATIS). |
2023 | I coordinate the ANR-PRC projet REWARD. The aim of this project is to deepen and broaden the analysis of a recently introduced mathematical method to recover elastic properties of materials from internal displacement data. We also aim at pushing foraward its application to medical elastography. |
Oct. 2022 | PICOF: "Problèmes Inverses, Contrôle et Optimisation de Formes" in Caen. | July 2022 | Angele Niclas has defended her PhD thesis: Inverse problems and local resonances in irregular mechanical waveguides. |
May 2022 | 10th International Conference "Inverse problems: Modelling and simulations" in Malta. |
From 2015 | Maître de Conférences at École Centrale de Lyon |
2014-2015 | Postdoctoral position at MIT in the Imaging and Computing Group |
2011-2014 | PhD at DMA, ENS Paris |
2007-2011 | ENS Cachan, Antenne de Bretagne, agrégation externe de mathématique, Master 2 Mathématique de la Modélisation, Analyse numérique des EDP, UPMC (Paris 6) |
2005-2007 | CPGE, Lycée Massena, Nice |