From 611658e2418b3ba9827dc545e805dacfca24e5d1 Mon Sep 17 00:00:00 2001 From: ashwani-rathee Date: Tue, 5 Nov 2024 13:29:59 -0800 Subject: [PATCH] basic cfp for minisymposia --- 2025/minisymposia_cfp.md | 11 +++++++++++ config.md | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 2025/minisymposia_cfp.md diff --git a/2025/minisymposia_cfp.md b/2025/minisymposia_cfp.md new file mode 100644 index 000000000..13bf8fc95 --- /dev/null +++ b/2025/minisymposia_cfp.md @@ -0,0 +1,11 @@ +# Call for Minisymposia Proposals + +We are inviting the Julia community to submit proposals to organize a minisymposium at the upcoming JuliCon'25. + +A minisymposium is a “conference-within-a-conference” where the organizers are responsible for scheduling speakers, panels, and discussions as they see fit. JuliaCon has traditionally had minisymposia on topics related to various fields, including high performance computing, quantum computing, Julia in life sciences, and many others. + +For more details, please refer to the CFP here: [Minisymposium CFP](https://pretalx.com/juliacon-2025/cfp) + +This Call for Minisymposia Proposals will close on December 1st 2024 23:59 (CET). + +If you have any questions, please email us at juliacon@julialang.org diff --git a/config.md b/config.md index 0902c94ce..4a8c367a9 100644 --- a/config.md +++ b/config.md @@ -182,6 +182,9 @@ configuration = Dict( "Accessibility" => "/2025/accessibility", "Diversity and Inclusion" => "/2025/dei" ], + "Call for Proposals"=>[ + "Minisymposia" => "/2025/minisymposia_cfp" + ], ] ), )