From 5b5c917cedcbea863aba48a23508d0cd98650faf Mon Sep 17 00:00:00 2001 From: Alex Potanin Date: Thu, 7 Nov 2024 15:34:03 +1100 Subject: [PATCH] New SPLASH SC for 2025. --- Conferences/OOPSLA.md | 4 ++-- Conferences/Onward_legacy.md | 1 + Conferences/SPLASH.md | 36 ++++++++++++++++++++----------- Conferences/SPLASH/HowToOOPSLA.md | 10 +++++++++ Conferences/SPLASH/HowToSPLASH.md | 10 +++++++++ _data/Committees.yaml | 13 +++++------ 6 files changed, 54 insertions(+), 20 deletions(-) create mode 100644 Conferences/SPLASH/HowToOOPSLA.md create mode 100644 Conferences/SPLASH/HowToSPLASH.md diff --git a/Conferences/OOPSLA.md b/Conferences/OOPSLA.md index e6ba0eb..2c4ceea 100644 --- a/Conferences/OOPSLA.md +++ b/Conferences/OOPSLA.md @@ -22,8 +22,8 @@ these awards.  More details about the SIGPLAN awards can be found **Documents on How to Run SPLASH/OOPSLA Conferences** - * [OOPSLA (Private to Organisers Only For Now)](https://docs.google.com/document/d/1z7_xpE4jiZOmKQSrL0gh_doLd0SiU4Qcj98X-v0gV9c) - * [SPLASH (Private to Organisers Only For Now)](https://docs.google.com/document/d/1wyVhwfp4TXm9_EeIDAZ5SS7YyvR0WedsFxeCynAAEt4) + * [OOPSLA](/Conferences/SPLASH/HowToOOPSLA) + * [SPLASH](/Conferences/SPLASH/HowToSPLASH) Web Pages of Previous Conferences --------------------------------- diff --git a/Conferences/Onward_legacy.md b/Conferences/Onward_legacy.md index 569da11..6f8c751 100644 --- a/Conferences/Onward_legacy.md +++ b/Conferences/Onward_legacy.md @@ -2,6 +2,7 @@ layout: default title: "Onward!—the Early Years (2002–2010)" --- + Onward! was founded in 2002 as a “track” at OOPSLA. In 2003 and 2004 the proceedings were published in the OOPSLA Companion. In 2005 SIGPLAN agreed to publish Onward! papers and Essays in the OOPSLA proceedings. At that time Essays was not part of Onward!; Essays migrated into Onward! in 2009. diff --git a/Conferences/SPLASH.md b/Conferences/SPLASH.md index f36612c..46f7955 100644 --- a/Conferences/SPLASH.md +++ b/Conferences/SPLASH.md @@ -2,21 +2,24 @@ layout: default title: "Systems, Programming, Languages, and Applications: Software for Humanity (SPLASH)" --- -SPLASH (Systems, Programming, Languages, and Applications: Software for Humanity) contains several conferences concerned with programming, languages, and software engineering, including [OOPSLA](/Conferences/OOPSLA) (Object-oriented Programming, Systems, Languages, and Applications), [Onward!](/Conferences/Onward), [DLS](/Conferences/DLS) (the Dynamic Languages Symposium), and [GPCE](Conferences/GPCE). +SPLASH (Systems, Programming, Languages, and Applications: Software for Humanity) contains several conferences concerned with programming, languages, and software engineering, including [OOPSLA](/Conferences/OOPSLA) (Object-oriented Programming, Systems, Languages, and Applications), [Onward!](/Conferences/Onward), [DLS](/Conferences/DLS) (the Dynamic Languages Symposium), [GPCE](/Conferences/GPCE) (Generative Programming: Concepts and Experiences), and [SLE](/Conferences/SLE) (Software Language Engineering). **SPLASH Steering Committee** -The SPLASH Steering Committee is constituted by the following -members: +The SPLASH Steering Committee is constituted by the following members: - current SIGPLAN Chair, -- current SIGPLAN Vice chair, -- future, current, and past three SPLASH General Chairs, -- future, current, and past three OOPSLA Program Chairs, -- future, current, and past three Onward! Program Chairs, -- four members-at-large, and -- the outgoing Chair of the Steering Committee, for one year past the end of - his or her term as Chair. +- current SIGPLAN Vice Chair, +- future, current, and *past three* SPLASH General Chairs, +- future, current, and *past three* OOPSLA Program Chairs, +- future, current, and *past one year's* Onward! Program Chairs (Papers and Essays) +- Steering Committee Chair for Onward! +- Steering Committee Chair for *any conference that co-located with SPLASH for the past three years* +- the outgoing Chair of the Steering Committee, for one year past the end of their term as Chair. + + + +*NB!* In 2025 the past three years are 2024, 2023, and 2022 and the co-located conferences include: SPLASH-E, GPCE, SLE, and SAS. The Chair of the Steering Committee is elected by the Steering Committee from among the members of the committee to serve a two-year term. The outgoing @@ -37,8 +40,17 @@ The current SPLASH steering committee is: **Documents on How to Run SPLASH/OOPSLA Conferences** - * [OOPSLA (Private to Organisers Only For Now)](https://docs.google.com/document/d/1z7_xpE4jiZOmKQSrL0gh_doLd0SiU4Qcj98X-v0gV9c) - * [SPLASH (Private to Organisers Only For Now)](https://docs.google.com/document/d/1wyVhwfp4TXm9_EeIDAZ5SS7YyvR0WedsFxeCynAAEt4) + * [OOPSLA](/Conferences/SPLASH/HowToOOPSLA) + * [SPLASH](/Conferences/SPLASH/HowToSPLASH) + +**SPLASH Steering Committee Representatives for SIGPLAN Awards** + +- Programming Languages Software Award (David Grove, IBM) +- Programming Languages Achievement Award (TBC) +- Robin Milner Young Researcher Award (TBC) +- John C. Reynolds Doctoral Dissertation Award (TBC) +- Distinguished Service Award (TBC) +- Distinguished Educator Award (TBC) Web Pages of Previous Conferences --------------------------------- diff --git a/Conferences/SPLASH/HowToOOPSLA.md b/Conferences/SPLASH/HowToOOPSLA.md new file mode 100644 index 0000000..57474c2 --- /dev/null +++ b/Conferences/SPLASH/HowToOOPSLA.md @@ -0,0 +1,10 @@ +--- +layout: default +title: "How to Run OOPSLA" +--- + +# **How to Run OOPSLA** + +The information on this public page is slowly being migrated from the private notes (stored here)[https://docs.google.com/document/d/1z7_xpE4jiZOmKQSrL0gh_doLd0SiU4Qcj98X-v0gV9c]. + +Private files accessible by the Steering Committee members only are on the special (SPLASH Google Drive)[https://drive.google.com/drive/folders/0APXWu4PPnVzBUk9PVA] provided by SIGPLAN. diff --git a/Conferences/SPLASH/HowToSPLASH.md b/Conferences/SPLASH/HowToSPLASH.md new file mode 100644 index 0000000..d2d9d3c --- /dev/null +++ b/Conferences/SPLASH/HowToSPLASH.md @@ -0,0 +1,10 @@ +--- +layout: default +title: "How to Run SPLASH" +--- + +# **How to Run SPLASH** + +The information on this public page is slowly being migrated from the private notes (stored here)[https://docs.google.com/document/d/1wyVhwfp4TXm9_EeIDAZ5SS7YyvR0WedsFxeCynAAEt4]. + +Private files accessible by the Steering Committee members only are on the special (SPLASH Google Drive)[https://drive.google.com/drive/folders/0APXWu4PPnVzBUk9PVA] provided by SIGPLAN. diff --git a/_data/Committees.yaml b/_data/Committees.yaml index 1632441..f61aca8 100644 --- a/_data/Committees.yaml +++ b/_data/Committees.yaml @@ -200,26 +200,27 @@ SPLASH Steering Committee: - SIGPLAN Chair: # - SIGPLAN Vice Chair: # - Chair: Alex Potanin, Australian National University + - Amal Ahmed, Northeastern University - Rose Bohrer, Worcester Polytechnic Institute - Bor-Yuh Evan Chang, University of Colorado Boulder - - Sophia Drossopoulou, Imperial College London - - David Grove, IBM Research + - Jonathan Edwards, Independent - Felienne Hermans, Vrije Universiteit Amsterdam - Robert Hirschfeld, University of Potsdam; Hasso Plattner Institute - - Antony Hosking, Australian National University - Stephen Kell, Kings College London - Shriram Krishnamurthi, Brown + - Ralf Laemmel, University of Koblenz-Landau - Mira Mezini, TU Darmstadt - Nadia Polikarpova, UC San Diego - - Hridesh Rajan, Tulane University + - Coen de Roover, Vrije Universiteit Brussel - Sukyoung Ryu, Korea Advanced Institute of Science and Technology + - Mihaela Sighireanu, University of Paris-Saclay - Manu Sridharan, UC Riverside + - Marcel Taeumel, Hasso Plattner Institute - Frank Tip, Northeastern University - - Tijs van der Storm, CWI & University of Groningen - Vasco T. Vasconcelos, University of Lisbon - - Jan Vitek, Northeastern University / Czech Technical University - Charles Zhang, Hong Kong University of Science and Technology + - Jan Vitek, Northeastern University / Czech Technical University VEE Steering Committee: - Andrew Baumann, Microsoft Research