Équipe ICPS - Informatique et Calcul Parallèle Scientifique

Difference between revisions of "Jens Gustedt"

From Équipe ICPS - Informatique et Calcul Parallèle Scientifique
Jump to navigation Jump to search
m
 
(34 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:Jens-gustedt.jpg|framed|right]]
+
 
 +
jɛnz ˈgʊzˌtɛt
 +
 
 +
[[File:Jens Gustedt300x300.jpg|240px|right|Jens Gustedt]]
  
 
[[File:logo-INRIA.png|210px|right]]
 
[[File:logo-INRIA.png|210px|right]]
Line 8: Line 11:
 
authorization in 1995 to apply for full professor positions in France in the domain of
 
authorization in 1995 to apply for full professor positions in France in the domain of
 
Computer Science. Since 1998, he is working as a senior scientist at the French
 
Computer Science. Since 1998, he is working as a senior scientist at the French
National Institute for Computer Science and Control ([http://www.inria.fr INRIA]).
+
National Institute for Computer Science and Control ([http://www.inria.fr INRIA]), and since 2023 he is a deputy director of the [https://icube.unistra.fr ICube lab] in [https://www.visitstrasbourg.fr/ Strasbourg].
  
 
Since his recruitment at INRIA, his research was focused on aspects of parallel and
 
Since his recruitment at INRIA, his research was focused on aspects of parallel and
distributed computing, namely algorithms, models for coarse grained parallelism, distributed locking, scientific experimentation, modeling and the transfer to application domains.
+
distributed computing, namely algorithms, models for coarse grained parallelism, distributed locking, scientific experimentation, modelling and the transfer to application domains.
 +
 
 +
His blog is mostly about [https://gustedt.wordpress.com/ programming in modern C], as is the contents of his book [[https://modernc.gforge.inria.fr/ "Modern C"]]. For both, constructive feedback is highly welcome.
  
His blog is mostly about [https://gustedt.wordpress.com/ programming in modern C].
+
Since 2018, he is head of the ICPS research team of the ICube lab.
 +
He is also a member of the INRIA project team [https://team.inria.fr/camus/ Camus] that tackles compilation aspects of multicore architectures.
  
He is head of the INRIA project team [http://algorille.loria.fr/ AlGorille], Algorithms for the Grid, which is collocated in [http://www.loria.fr Nancy] and [http://www.icube.unistra.fr/ Strasbourg]. It combines research and development in parallel and distributed algorithms for applications
+
Since 2014, he is an expert in the [http://www.iso.org ISO] committee for the C programming language, [http://www.open-std.org/jtc1/sc22/wg14/SC22/WG14] were he served as co-editor of the [https://www.iso.org/standard/74528.html C17] standard. He has been heavily involved in the next version [http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2731.pdf C23] to introduce for example function type attributes, <code>nullptr</code> and improvements for integer types. Also he is an author and editor for the technical specification [http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2676.pdf TS 6010] that will bring a more stringent design of a C memory model for aliasing that is based on provenance. Both these documents will soon be up for votes by the national body organizations (= ISO membes) and are scheduled for publication in 2023.
with studies of the setup of rigorous scientific experiments through simulation, emulation and in situ experimentation. His team is composed of about 15 members,
 
representing a mix of confirmed scientists, PhD students, postdocs and engineers.
 
The team is involved in several financed projects that target the development of software platforms in the above mentioned domains.
 
  
Since 2001 he is Editor-in-Chief of the scientific journal Discrete Mathematics & Theoretical Computer Science ([http://www.dmtcs.org/dmtcs-ojs/index.php/ DMTCS]).
+
From 2001 to May 2023 he was Editor-in-Chief of the scientific journal Discrete Mathematics & Theoretical Computer Science ([https://dmtcs.episciences.org/ DMTCS]) one of the first scientific
 +
journals at that time with free and open access.
  
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
 
! Publications:
 
! Publications:
| [http://haltools.inrialpes.fr/Public/afficheRequetePubli.php?auteur_exp=Jens,%20Gustedt&CB_auteur=oui&CB_titre=oui&CB_article=oui&CB_Resume_court=oui&langue=Anglais&tri_exp=annee_publi&tri_exp2=auteur_exp&ordre_aff=AT&menu=Export&Fen=Aff&css=../css/VisuRubriqueEncadre.css INRIA]
+
| [https://orcid.org/0000-0003-0779-1944 Orcid]
|| [http://www.math.tu-berlin.de/coga/publications/ TU Berlin]
+
|| [http://haltools.inrialpes.fr/Public/afficheRequetePubli.php?auteur_exp=Jens,%20Gustedt&CB_auteur=oui&CB_titre=oui&CB_article=oui&CB_Resume_court=oui&langue=Anglais&tri_exp=annee_publi&tri_exp2=auteur_exp&ordre_aff=AT&menu=Export&Fen=Aff&css=../css/VisuRubriqueEncadre.css INRIA]
 +
|| [http://www3.math.tu-berlin.de/coga/publications/ TU Berlin]
 
|| [ftp://ftp.math.tu-berlin.de/pub/Preprints/combi/dissertation-gustedt.ps.gz thesis]
 
|| [ftp://ftp.math.tu-berlin.de/pub/Preprints/combi/dissertation-gustedt.ps.gz thesis]
 
|}
 
|}
 +
 +
[[File:Dorabadge1.png|thumb|link=https://sfdora.org/read/|upright=0.5]]

Latest revision as of 18:06, 31 May 2023

jɛnz ˈgʊzˌtɛt

Jens Gustedt
Logo-INRIA.png


Jens Gustedt completed his studies of mathematics at the University of Bonn and Berlin Technical University. His research at that time covered the intersection between Discrete Mathematics and efficient computation, which also brought him the authorization in 1995 to apply for full professor positions in France in the domain of Computer Science. Since 1998, he is working as a senior scientist at the French National Institute for Computer Science and Control (INRIA), and since 2023 he is a deputy director of the ICube lab in Strasbourg.

Since his recruitment at INRIA, his research was focused on aspects of parallel and distributed computing, namely algorithms, models for coarse grained parallelism, distributed locking, scientific experimentation, modelling and the transfer to application domains.

His blog is mostly about programming in modern C, as is the contents of his book ["Modern C"]. For both, constructive feedback is highly welcome.

Since 2018, he is head of the ICPS research team of the ICube lab. He is also a member of the INRIA project team Camus that tackles compilation aspects of multicore architectures.

Since 2014, he is an expert in the ISO committee for the C programming language, [1] were he served as co-editor of the C17 standard. He has been heavily involved in the next version C23 to introduce for example function type attributes, nullptr and improvements for integer types. Also he is an author and editor for the technical specification TS 6010 that will bring a more stringent design of a C memory model for aliasing that is based on provenance. Both these documents will soon be up for votes by the national body organizations (= ISO membes) and are scheduled for publication in 2023.

From 2001 to May 2023 he was Editor-in-Chief of the scientific journal Discrete Mathematics & Theoretical Computer Science (DMTCS) one of the first scientific journals at that time with free and open access.

Publications: Orcid INRIA TU Berlin thesis
Dorabadge1.png