Update members

This commit is contained in:
engboris 2025-12-11 19:26:21 +01:00
parent 65568f3b8c
commit 37182e5d97
1 changed files with 3 additions and 9 deletions

View File

@ -12,8 +12,8 @@ const cofounders = [
name: "Pablo Donato 🌸", name: "Pablo Donato 🌸",
url: "https://pablogician.refl.fr/", url: "https://pablogician.refl.fr/",
role: "administrator", role: "administrator",
interests: "Proof theory, type theory, topos theory, proof assistants, human-computer interaction, end-user programming", interests: "Proof theory, type theory, category theory, proof assistants, end-user programming",
affiliation: "Grothendieck Institute" affiliation: "Charles Institute"
}, },
{ {
name: "Boris Eng 🦖", name: "Boris Eng 🦖",
@ -132,12 +132,6 @@ const members = [
interests: "", interests: "",
affiliation: "" affiliation: ""
}, },
{
name: "Tito",
url: "https://nguyentito.eu/",
interests: "Links between linear logic and automata theory, combinatorics, computational complexity, algorithms",
affiliation: "CNRS & Aix-Marseille"
}
]; ];
const visitors = [ const visitors = [
@ -146,7 +140,7 @@ const visitors = [
"Quentin", "Gaël Deest", "Martin Tricaud", "Fadi Shawki", "Éliès Harington", "Quentin", "Gaël Deest", "Martin Tricaud", "Fadi Shawki", "Éliès Harington",
"Axel Kerinec", "Aloÿs Dufour", "Bernardo", "Anne-Laure", "Escherichia", "Axel Kerinec", "Aloÿs Dufour", "Bernardo", "Anne-Laure", "Escherichia",
"Alexey", "Roman Perez", "Nico", "Chirine Laghjichi", "Jonty Male", "Alexey", "Roman Perez", "Nico", "Chirine Laghjichi", "Jonty Male",
"Alexis Toumi", "Baptiste Colin", "Léo", "Noé Ensarguet" "Alexis Toumi", "Baptiste Colin", "Léo", "Noé Ensarguet", "Tito", "Eric Patrizio"
]; ];
--- ---