Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/pages/about.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
21 changes: 14 additions & 7 deletions src/pages/leadership/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand All @@ -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',
Expand Down
Loading