From 6b427b8d001a3c2c6d1bdf9ab865fab3bac57941 Mon Sep 17 00:00:00 2001 From: Janine vN Date: Tue, 22 Jul 2025 11:13:56 -0400 Subject: Update rules --- .../templates/events/pages/code-jams/12/rules.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pydis_site/templates/events/pages/code-jams/12/rules.html b/pydis_site/templates/events/pages/code-jams/12/rules.html index 84b224b0..463a0c52 100644 --- a/pydis_site/templates/events/pages/code-jams/12/rules.html +++ b/pydis_site/templates/events/pages/code-jams/12/rules.html @@ -1,20 +1,20 @@ {% extends "events/base_sidebar.html" %} -{% block title %}Summer Code Jam 2024{% endblock %} +{% block title %}Summer Code Jam 2025{% endblock %} {% block breadcrumb %}
  • Events
  • Code Jams
  • -
  • Code Jam 2024
  • +
  • Code Jam 2025
  • Rules
  • {% endblock %} {% block event_content %}
      -
    1. Your solution must use one or more of the approved frameworks. It is not permitted to circumvent this rule by e.g. using the approved framework as a wrapper for another framework.

    2. +
    3. Your solution must use one or more of the pre-approved frameworks. It is not permitted to circumvent this rule by e.g. using the approved framework as a wrapper for another framework.

    4. - The core of your project must focus on and incorporate Discord Applications. + The core of your project must focus on and incorporate "Python in the Browser".

    5. Your solution should be platform agnostic. For example, if you use filepaths in your submission, use pathlib to create platform agnostic Path objects instead of hardcoding the paths.

    6. @@ -37,7 +37,7 @@
    7. All code and assets must be compatible with the MIT license. - This is because we will be merging your submission into our summer-code-jam-2024 repo at the end of the jam, + This is because we will be merging your submission into our summer-code-jam-2025 repo at the end of the jam, and this repo is licensed with the MIT license. Projects that include assets that are incompatible with this license may be disqualified.

      @@ -52,10 +52,10 @@
    8. - Your team, once the coding portion of the code jam is complete, must create a video presentation that showcases and explains your final product. - This must be in a video format and must be uploaded somewhere for the judges to view (i.e. unlisted Youtube video, Vimeo, etc.) - The video can be as simple as a screen recording with annotated text. - Teams who do not submit a final video presentation may be disqualified. + Your team, once the coding portion of the code jam is complete, must create a presentation that showcases and explains your final product. + Thorough and robust documentation can fulfill this requirement. + This must be uploaded somewhere for the judges to view (i.e. unlisted Youtube video, Google Drive, GitHub etc.) + Teams who do not submit a final presentation may be disqualified.

    9. @@ -80,6 +80,6 @@ {% block sidebar %} - {% include "events/sidebar/code-jams/11.html" %} + {% include "events/sidebar/code-jams/12.html" %} {% endblock %} -- cgit v1.2.3