From 401e3286206349b5e30d0a00914103fec000d746 Mon Sep 17 00:00:00 2001 From: Niko Date: Thu, 27 Mar 2025 11:43:03 +0100 Subject: [PATCH 1/5] Add accordion to faq. --- src/components/accordion/accordion.astro | 29 +++++++++++- src/content/pages/faq.mdx | 60 ++++++++++++++++-------- 2 files changed, 67 insertions(+), 22 deletions(-) diff --git a/src/components/accordion/accordion.astro b/src/components/accordion/accordion.astro index 9de73ebce..6e02124cb 100644 --- a/src/components/accordion/accordion.astro +++ b/src/components/accordion/accordion.astro @@ -7,7 +7,7 @@ export interface Props { const { title, id } = Astro.props; --- -
+
-
+
+ + diff --git a/src/content/pages/faq.mdx b/src/content/pages/faq.mdx index e8adb9573..62a762ec2 100644 --- a/src/content/pages/faq.mdx +++ b/src/content/pages/faq.mdx @@ -32,25 +32,29 @@ subtitle: Frequently Asked Questions about EuroPython
  • **September 2025** EuroPython 2025 Videos published
  • -## **Q. When and where is EuroPython 2025 taking place?** + -A. EuroPython 2025 will take place on **14 – 20 July 2025**. Mark your calendars! + EuroPython 2025 will take place on **14 – 20 July 2025**. Mark your calendars! The conference will return to **Prague, Czech Republic**, with the main conference hosted at the [Prague Congress Centre (PCC)](https://www.praguecc.cz/en/homepage). Need help getting around? Check out [how to navigate Prague](/where) and our volunteer-curated [Prague exploration tips](/explore). -## **Q. What will the schedule look like?** + -A. The conference will be organised into three phases: + + + The conference will be organised into three phases: 1. **Monday & Tuesday (14 & 15 July):** Tutorials & Workshops 2. **Wednesday – Friday (16 – 18 July):** Main Conference Days 3. **Saturday & Sunday (19 & 20 July):** Sprint Days -## **Q. What will the programme include?** + + + -A. Expect a diverse programme with around **20 hands-on tutorials & workshops**, **120 talks**, and interactive discussions and events. + Expect a diverse programme with around **20 hands-on tutorials & workshops**, **120 talks**, and interactive discussions and events. We aim to cover the many ways Python is used to solve problems and create exciting projects. @@ -59,24 +63,30 @@ Curious about what to expect? Check out the [EP2024 programme](https://ep2024.eu We are always keen to hear new ideas on how to enrich the programme and other activities you are interested in oraganising. Share your ideas with the programme team at [programme@europython.eu](mailto:programme@europython.eu). -## **Q. When can I submit a talk proposal?** + + + -A. Sadly, at this point you cannot. The [Call for Proposals (CfP)](/programme/cfp) was open from **the 10th of January to the 3rd of February 2025** (including an extension of the original deadline). + Sadly, at this point you cannot. The [Call for Proposals (CfP)](/programme/cfp) was open from **the 10th of January to the 3rd of February 2025** (including an extension of the original deadline). Need support with your submission? Explore our [Speaker Mentorship Programme](/programme/mentorship/) for guidance. -## **Q. How are talks reviewed and selected?** + -A. This year, the first **100 proposals** will be quickly screened by the programme team, and feedback for possible improvements will be provided. + + + This year, the first **100 proposals** will be quickly screened by the programme team, and feedback for possible improvements will be provided. Once the CfP closes, all proposals go through **community voting and two rounds of review and refinement** to finalise the programme. Learn more about our selection process [here](/programme/selection/). -## **Q. What support is available for speakers?** + + + {/* -A. Accepted speakers receive a **free ticket**. Details about ticket for speakers will be shared later. + Accepted speakers receive a **free ticket**. Details about ticket for speakers will be shared later. */} Speakers needing travel support are encouraged to apply for [Financial Aid](/finaid). @@ -85,25 +95,35 @@ We actively support first-time speakers and welcome participation from under-rep Got any questions? Reach out to us at [programme@europython.eu](mailto:programme@europython.eu). -## **Q. When do ticket sales start, and how much will they cost?** + -A. Ticket sales are expected to open in March. Stay tuned for updates! + -## **Q. Is there a Financial Aid Programme for EuroPython 2025?** + Ticket sales are expected to open in March. Stay tuned for updates! -A. Yes! Our Financial Aid Programme is now open. The application period runs from **8 March to 9 May**. + + + + + Yes! Our Financial Aid Programme is now open. The application period runs from **8 March to 9 May**. If you need support to attend the conference, we encourage you to apply **as early as possible**, so you don't miss your chance to be part of EuroPython 2025! More details are available in our [Financial Aid page](/finaid). -## **Q. Can I get a visa support letter for my application?** + + + -A. Absolutely! We will provide a dedicated Visa Information Page with instructions on how to request a support letter. More details will be available once ticket sales open. + Absolutely! We will provide a dedicated Visa Information Page with instructions on how to request a support letter. More details will be available once ticket sales open. -## **Q. When can sponsors start signing up?** + -A. Sponsorship sign-up is now open. Some packages may be limited, so don't wait and sign up soon! + + + Sponsorship sign-up is now open. Some packages may be limited, so don't wait and sign up soon! See our [sponsorship page](/sponsor) for details on 2025 packages and add-ons. + + **Sign up by 28 March to receive a 10% Early Bird discount.** Our goal is to make EuroPython sponsorship accessible to a wide range of organisations eager to support the community. If you're interested in sponsoring EuroPython 2025 or future editions, please get in touch with our sponsors team at sponsoring@europython.eu. From 32d0ffcd77a9ed53c4e79a45e9d4d7df202b4d1c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 17:36:46 +0000 Subject: [PATCH 2/5] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/content/pages/faq.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/pages/faq.mdx b/src/content/pages/faq.mdx index 125ba050d..c365c59f6 100644 --- a/src/content/pages/faq.mdx +++ b/src/content/pages/faq.mdx @@ -100,7 +100,7 @@ Got any questions? Reach out to us at [programme@europython.eu](mailto:programme Ticket sales are already open! For more info, check out our [tickets](/tickets) page. Capacity is limited, so hurry up. - + From f04369965dd8bf9843c3583b6e6c7587ac282976 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 30 Mar 2025 21:48:50 +0000 Subject: [PATCH 3/5] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/content/pages/faq.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/pages/faq.mdx b/src/content/pages/faq.mdx index cb35e3104..b9b223842 100644 --- a/src/content/pages/faq.mdx +++ b/src/content/pages/faq.mdx @@ -114,7 +114,7 @@ If you need support to attend the conference, we encourage you to apply **as ear Yes. We have a dedicated [Visa Information Page](/visa) with details on how to obtain the support letter. Please refer to the Ministry of Foreign Affairs of Czech Republic for information, including the application process for a [Schengen visa for the purpose of “business” when attending a conference](https://mzv.gov.cz/jnp/en/information_for_aliens/short_stay_visa/conference.html). - + From 0f589e18dea77911698198d4b1d1653f6ca87cb5 Mon Sep 17 00:00:00 2001 From: Mia Bajic Date: Tue, 1 Apr 2025 10:58:15 +0200 Subject: [PATCH 4/5] Fix closing accordion in the last paragraph --- src/content/pages/faq.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/content/pages/faq.mdx b/src/content/pages/faq.mdx index 2bbe5089c..bbd72c25d 100644 --- a/src/content/pages/faq.mdx +++ b/src/content/pages/faq.mdx @@ -20,11 +20,11 @@ subtitle: Frequently Asked Questions about EuroPython
  • **8 March 2025** [Financial Aid](/finaid/) Programme starts
  • **11 March 2025:** [Sponsorship](/sponsor) Sign-up Starts
  • **27 March 2025:** [Ticket sales](/tickets) open!
  • +
  • **February/March 2025** Programme selection process
  • +
  • **March 2025** Visa Information Page opens
    • -
    • **February/March 2025** Programme selection process
    • -
    • **March 2025** Visa Information Page opens
    • **01 April 2025** Session preview
    • **20 April 2025** Schedule published
    • **9 May 2025** Financial Aid Programme closes
    • @@ -119,9 +119,10 @@ If you need support to attend the conference, we encourage you to apply **as ear - Sponsorship sign-up is now open. Some packages may be limited, so don't wait and sign up soon! +Sponsorship sign-up is now open. Some packages may be limited, so don't wait and sign up soon! See our [sponsorship page](/sponsor) for details on 2025 packages and add-ons. **~Sign up by 28 March to receive a 10% Early Bird discount.~** While the Early Bird discount of 10% has now ended, we encourage sponsors to act quickly as spots are limited. Our goal is to make EuroPython sponsorship accessible to a wide range of organisations eager to support the community. If you're interested in sponsoring EuroPython 2025 or future editions, please get in touch with our sponsors team at sponsoring@europython.eu. + \ No newline at end of file From 87f0bf2b9c142dfd24a8c244bdae50f878f9a0c2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 08:58:42 +0000 Subject: [PATCH 5/5] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/content/pages/faq.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/pages/faq.mdx b/src/content/pages/faq.mdx index bbd72c25d..8ff13f817 100644 --- a/src/content/pages/faq.mdx +++ b/src/content/pages/faq.mdx @@ -125,4 +125,4 @@ See our [sponsorship page](/sponsor) for details on 2025 packages and add-ons. **~Sign up by 28 March to receive a 10% Early Bird discount.~** While the Early Bird discount of 10% has now ended, we encourage sponsors to act quickly as spots are limited. Our goal is to make EuroPython sponsorship accessible to a wide range of organisations eager to support the community. If you're interested in sponsoring EuroPython 2025 or future editions, please get in touch with our sponsors team at sponsoring@europython.eu. - \ No newline at end of file +