From bac4f1908a987cb5ab87b83635891610209d46e1 Mon Sep 17 00:00:00 2001 From: Ronald Tse Date: Sat, 2 May 2026 11:41:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20reorder=20founders=20=E2=80=94=20Douglas?= =?UTF-8?q?,=20Bernd,=20Peter,=20Thomas,=20then=20rest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per user preference: Schenck, Wenzel, Wilson, Thurman always first. --- content/pages/about.adoc | 2 +- src/pages/leadership/index.vue | 21 ++++++++++++++------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/content/pages/about.adoc b/content/pages/about.adoc index f124538..1aea6c9 100644 --- a/content/pages/about.adoc +++ b/content/pages/about.adoc @@ -112,11 +112,11 @@ See the link:/leadership[Leadership & Founders] page for detailed profiles. * link:/people/douglas-schenck[Douglas Schenck] — Inventor of EXPRESS; Project Leader, ISO 10303-11:1994 * link:/people/bernd-wenzel[Prof. Bernd Wenzel] — Project Leader, ISO 10303-11:1994 * link:/people/peter-wilson[Peter Wilson] — Designer of EXPRESS-G & EXPRESS-X; Project Leader, ISO 10303-11:2004 +* link:/people/thomas-thurman[Thomas Thurman] — President * link:/people/allison-barnard-feeney[Allison Barnard Feeney] — General Manager, PDES Inc. * link:/people/david-loffredo[David Loffredo] — Project Leader, ISO 10303-11:2004 * link:/people/jean-brange[Jean Brange] * link:/people/phil-spiby[Phil Spiby] -* link:/people/thomas-thurman[Thomas Thurman] — President * link:/people/hiroshi-murayama[Hiroshi Murayama] — Vice-President * link:/people/ronald-tse[Ronald Tse] — Secretary * link:/people/stuart-galt[Stuart Galt] — Associate Technical Fellow, Boeing; Convenor, ISO/TC 184/SC 4/WG 12 diff --git a/src/pages/leadership/index.vue b/src/pages/leadership/index.vue index 377f9d5..9cfd27f 100644 --- a/src/pages/leadership/index.vue +++ b/src/pages/leadership/index.vue @@ -43,6 +43,13 @@ const founders: Person[] = [ desc: 'Original inventor of the EXPRESS language at McDonnell Aircraft (1982). Co-author of the authoritative reference "Information Modelling: The EXPRESS Way".', photo: '/images/people/douglas-schenck.jpg', }, + { + name: 'Prof. Bernd Wenzel', + slug: 'bernd-wenzel', + role: 'Project Leader', + highlight: 'Project Leader, ISO 10303-11:1994 (with Douglas Schenck)', + desc: 'Co-project leader of the first edition of the EXPRESS language standard, guiding it through international standardization at ISO.', + }, { name: 'Peter Wilson', slug: 'peter-wilson', @@ -51,6 +58,13 @@ const founders: Person[] = [ desc: 'Designer of EXPRESS-G (graphical notation) and EXPRESS-X (schema mapping). Co-author of "Information Modelling: The EXPRESS Way". Author of the EXPRESS Tutorial.', photo: '/images/people/peter-wilson.jpg', }, + { + name: 'Thomas Thurman', + slug: 'thomas-thurman', + role: 'President', + desc: 'Owner of TRThurman Consulting. Technical lead for all four editions of ISO 10303-210 (AP 210). ISO Excellence Award and PDES Bryan K. Martin Award recipient.', + photo: '/images/people/thomas-thurman.jpg', + }, { name: 'Allison Barnard Feeney', slug: 'allison-barnard-feeney', @@ -67,13 +81,6 @@ const founders: Person[] = [ desc: 'Co-founder of STEP Tools Inc. Editor of ISO 10303-238 (STEP-NC) and Part 21. Led 20+ major software releases used in over a million CAD seats.', photo: '/images/people/david-loffredo.jpg', }, - { - name: 'Prof. Bernd Wenzel', - slug: 'bernd-wenzel', - role: 'Project Leader', - highlight: 'Project Leader, ISO 10303-11:1994 (with Douglas Schenck)', - desc: 'Co-project leader of the first edition of the EXPRESS language standard, guiding it through international standardization at ISO.', - }, { name: 'Jean Brangé', slug: 'jean-brange',