From af7fdd99da35c91b28d05c75df2809e5f300c906 Mon Sep 17 00:00:00 2001 From: Shakya Majumdar Date: Fri, 28 Jun 2024 12:38:04 +0530 Subject: [PATCH] copy over boilerplate, update references to cj10 --- .../templates/events/current_event.html | 12 +-- .../events/pages/code-jams/11/_index.html | 58 +++++++++++++ .../events/pages/code-jams/11/frameworks.html | 45 ++++++++++ .../events/pages/code-jams/11/rules.html | 85 +++++++++++++++++++ .../events/sidebar/code-jams/11.html | 11 +++ .../sidebar/code-jams/ongoing-code-jam.html | 4 +- pydis_site/templates/home/index.html | 8 +- 7 files changed, 212 insertions(+), 11 deletions(-) create mode 100644 pydis_site/templates/events/pages/code-jams/11/_index.html create mode 100644 pydis_site/templates/events/pages/code-jams/11/frameworks.html create mode 100644 pydis_site/templates/events/pages/code-jams/11/rules.html create mode 100644 pydis_site/templates/events/sidebar/code-jams/11.html diff --git a/pydis_site/templates/events/current_event.html b/pydis_site/templates/events/current_event.html index e099ccb6c8..4fd6406ce1 100644 --- a/pydis_site/templates/events/current_event.html +++ b/pydis_site/templates/events/current_event.html @@ -2,10 +2,10 @@ {# Current/next event to promote #}
- Recent event + Upcoming event
-

PyWeek 37

+

Code Jam 2024

March 17-24 @@ -13,11 +13,13 @@

PyWeek 37

- PyWeek logo + Code Jam 2024
-

A bi-annual game jam where participants write a game in Python in a week, either individually or as a team. The theme is voted by the competitors prior to the challenge, and the entries are also judged by the competitors after the challenge.

- +

Once a year we host a code jam for members of our server to participate in. The code jam is an event where we place you + in a team with 5 other random server members. You then have 11 days to code some sort of application or program in Python. + Your program must use the specified technology/framework and incorporate the theme chosen by the server.

+
Learn more diff --git a/pydis_site/templates/events/pages/code-jams/11/_index.html b/pydis_site/templates/events/pages/code-jams/11/_index.html new file mode 100644 index 0000000000..5deb40545d --- /dev/null +++ b/pydis_site/templates/events/pages/code-jams/11/_index.html @@ -0,0 +1,58 @@ +{% extends "events/base_sidebar.html" %} + +{% load static %} + +{% block title %}Code Jam 2024{% endblock %} + +{% block breadcrumb %} +
  • Events
  • +
  • Code Jams
  • +
  • Code Jam 2024
  • +{% endblock %} + +{% block event_content %} +

    Once a year we host a code jam for members of our server to participate in. The code jam is an event where we place you + in a team with 5 other random server members. You then have 11 days to code some sort of application or program in Python. + Your program must use the specified technology/framework and incorporate the theme chosen by the server. +

    +

    + After the 11 days are complete, your team has 4 days to finish documentation and create a video presentation showcasing + and walking through the program that your team has created. More details and specifics of this will be released within the next 2 weeks. +

    + +

    Important Dates

    + + +

    The Qualifier

    +

    + The qualifier is a coding challenge that you are required to complete before registering for the code jam. + This is meant as a basic assessment of your skills to ensure you have enough Python knowledge to effectively contribute in a team environment. + + The qualifier will be released on August 16th. +

    + +

    Technology

    +

    + The chosen technology for this year is Discord Applications. + Each team must make use of the approved frameworks to create an app that strongly incorporates Image Processing and Manipulation. +

    + +

    Prizes

    +

    + Prizes for the code jam will be announced in the coming weeks. +

    + +{% endblock %} + +{% block sidebar %} + + {% include "events/sidebar/code-jams/11.html" %} + +{% endblock %} diff --git a/pydis_site/templates/events/pages/code-jams/11/frameworks.html b/pydis_site/templates/events/pages/code-jams/11/frameworks.html new file mode 100644 index 0000000000..81052a6ddc --- /dev/null +++ b/pydis_site/templates/events/pages/code-jams/11/frameworks.html @@ -0,0 +1,45 @@ +{% extends "events/base_sidebar.html" %} + +{% load static %} + +{% block title %}Summer Code Jam 2024{% endblock %} + +{% block breadcrumb %} +
  • Events
  • +
  • Code Jams
  • +
  • Code Jam 2024
  • +
  • Approved Frameworks
  • +{% endblock %} + +{% block event_content %} +

    + Below is the list of approved frameworks that you can use for the code jam. + Please work with your team to choose a library (or multiple) that everyone can and want to develop with. + If there is a library not listed below that you think should be here, you're welcome to discuss it with the Events Team over in the Discord server. + +

    + +

    Approved Frameworks

    + +
    +
    +
    +

    discord.py

    +

    + discord.py is a modern, easy to use, feature-rich, and async ready API wrapper for Discord. +

    +
    +
    + +
    + +{% endblock %} + +{% block sidebar %} + + {% include "events/sidebar/code-jams/11.html" %} + +{% endblock %} diff --git a/pydis_site/templates/events/pages/code-jams/11/rules.html b/pydis_site/templates/events/pages/code-jams/11/rules.html new file mode 100644 index 0000000000..fd5c819720 --- /dev/null +++ b/pydis_site/templates/events/pages/code-jams/11/rules.html @@ -0,0 +1,85 @@ +{% extends "events/base_sidebar.html" %} + +{% block title %}Summer Code Jam 2024{% endblock %} + +{% block breadcrumb %} +
  • Events
  • +
  • Code Jams
  • +
  • Code Jam 2024
  • +
  • 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. +

      + The core of your project must focus and incorporate Discord Applications.. +

      +
    4. +
    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. +
    7. +

      + You must document precisely how to install and run your project. + This should be as easy as possible, which means you should consider using dependency managers like pipenv or poetry. + We would also encourage you to use docker and docker-compose to containerize your project, but this isn't a requirement. +

      +
    8. +
    9. + You must get contributions from every member of your team, if you have an issue with someone on your team please contact a member of the administration team. + These contributions do not necessarily have to be code, for example it's absolutely fine for someone to contribute management, documentation, graphics or audio. + + Team members that do not contribute will be removed from the Code Jam, and will not receive their share of any prizes the team may win. + They may also be barred from entering future events. + +
    10. +
    11. You must use GitHub as source control.

    12. +
    13. +

      + 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, + and this repo is licensed with the MIT license. + Projects that include assets that are incompatible with this license may be disqualified. +

      +
    14. +
    15. All code must be written and committed within the time constrictions of the jam. Late commits may be reverted, so make sure you leave enough time to bug test your program.

    16. +
    17. +

      + Use English as the main language for your project, including names, comments, documentation, and commit messages. + Any text displayed in your application should also be in English, + although you are allowed to provide the user with options for internationalisation and translation. +

      +
    18. +
    19. +

      + 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. +

      +
    20. +
    21. +

      + Any images or videos used must have one of the following licenses and follow the licensing guidelines: +

        +
      • Public Domain License
      • +
      • Copyright Free Image License
      • +
      • CC-BY (Creative Commons "By")
      • +
      • CC-BY-SA (Creative Commons "Share Alike")
      • +
      +

      +
    22. +
    + +
    + Please note that our regular + community rules and code of conduct + also apply during the event and that we reserve the right to make changes to these rules at any time. +
    +{% endblock %} + +{% block sidebar %} + + {% include "events/sidebar/code-jams/11.html" %} + +{% endblock %} diff --git a/pydis_site/templates/events/sidebar/code-jams/11.html b/pydis_site/templates/events/sidebar/code-jams/11.html new file mode 100644 index 0000000000..541a88d636 --- /dev/null +++ b/pydis_site/templates/events/sidebar/code-jams/11.html @@ -0,0 +1,11 @@ +{% load static %} +
    +

    Important Links

    + Rules + Approved Frameworks + The Code Style Guide + +
    +
    + logo +
    diff --git a/pydis_site/templates/events/sidebar/code-jams/ongoing-code-jam.html b/pydis_site/templates/events/sidebar/code-jams/ongoing-code-jam.html index 8734064b9e..69af8cd25e 100644 --- a/pydis_site/templates/events/sidebar/code-jams/ongoing-code-jam.html +++ b/pydis_site/templates/events/sidebar/code-jams/ongoing-code-jam.html @@ -2,7 +2,7 @@
    - - Code Jam 2023 + + Code Jam 2024
    diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index 393e7c194f..d78cd43a2f 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -11,8 +11,8 @@
    - - Code Jam 2023 + + Code Jam 2024
    @@ -47,8 +47,8 @@ {# Code Jam Banner #}