|
1 | 1 | {% extends "events/base_sidebar.html" %} |
2 | 2 |
|
3 | | -{% block title %}Summer Code Jam 2024{% endblock %} |
| 3 | +{% block title %}Summer Code Jam 2025{% endblock %} |
4 | 4 |
|
5 | 5 | {% block breadcrumb %} |
6 | 6 | <li><a href="{% url "events:index" %}">Events</a></li> |
7 | 7 | <li><a href="{% url "events:page" path="code-jams" %}">Code Jams</a></li> |
8 | | - <li><a href="{% url "events:page" path="code-jams/11" %}">Code Jam 2024</a></li> |
| 8 | + <li><a href="{% url "events:page" path="code-jams/12" %}">Code Jam 2025</a></li> |
9 | 9 | <li class="is-active"><a href="#">Rules</a></li> |
10 | 10 | {% endblock %} |
11 | 11 |
|
12 | 12 | {% block event_content %} |
13 | 13 | <ol> |
14 | | - <li><p>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.</p></li> |
| 14 | + <li><p>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.</p></li> |
15 | 15 | <li> |
16 | 16 | <p> |
17 | | - <strong>The core of your project must focus on and incorporate Discord Applications.</strong> |
| 17 | + <strong>The core of your project must focus on and incorporate "Python in the Browser".</strong> |
18 | 18 | </p> |
19 | 19 | </li> |
20 | 20 | <li><p>Your solution should be platform agnostic. For example, if you use filepaths in your submission, use <code>pathlib</code> to create platform agnostic Path objects instead of hardcoding the paths.</p></li> |
|
37 | 37 | <li> |
38 | 38 | <p> |
39 | 39 | All code and assets must be compatible with the <a href="https://en.wikipedia.org/wiki/MIT_License">MIT license</a>. |
40 | | - This is because we will be merging your submission into our <code>summer-code-jam-2024</code> repo at the end of the jam, |
| 40 | + This is because we will be merging your submission into our <code>summer-code-jam-2025</code> repo at the end of the jam, |
41 | 41 | and this repo is licensed with the MIT license. |
42 | 42 | <strong>Projects that include assets that are incompatible with this license may be disqualified.</strong> |
43 | 43 | </p> |
|
52 | 52 | </li> |
53 | 53 | <li> |
54 | 54 | <p> |
55 | | - Your team, once the coding portion of the code jam is complete, must create a video presentation that showcases and explains your final product. |
56 | | - This must be in a video format and must be uploaded somewhere for the judges to view (i.e. unlisted Youtube video, Vimeo, etc.) |
57 | | - The video can be as simple as a screen recording with annotated text. |
58 | | - Teams who do not submit a final video presentation may be disqualified. |
| 55 | + Your team, once the coding portion of the code jam is complete, must create a presentation that showcases and explains your final product. |
| 56 | + Thorough and robust documentation can fulfill this requirement. |
| 57 | + This must be uploaded somewhere for the judges to view (i.e. unlisted Youtube video, Google Drive, GitHub etc.) |
| 58 | + Teams who do not submit a final presentation may be disqualified. |
59 | 59 | </p> |
60 | 60 | </li> |
61 | 61 | <li> |
|
80 | 80 |
|
81 | 81 | {% block sidebar %} |
82 | 82 |
|
83 | | - {% include "events/sidebar/code-jams/11.html" %} |
| 83 | + {% include "events/sidebar/code-jams/12.html" %} |
84 | 84 |
|
85 | 85 | {% endblock %} |
0 commit comments