Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates talk #229

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 14 additions & 7 deletions templates/content/talks.html.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ Talks

When talk submissions close, change all variables to None (not in quotes).
#}
{%- set submissions_form = "https://forms.gle/u9h8U1asJUk1t3At5" %}
{%- set submissions_term = "1" %}
{%- set submissions_close = "2023-12-06" %}
{%- set submissions_form = "https://forms.gle/wjVVEZxr9cYHbGf36" %}
{%- set submissions_term = "2" %}
{%- set submissions_close = "2024-05-31" %}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i assume this form is also done now, so probably needs updating again


<div class="noticebox">
{%- if submissions_form and submissions_term and submissions_close %}
Expand All @@ -120,9 +120,19 @@ Talks
{#
Upcoming talks go here with <h2>Semester 2 2023/24 (Upcoming)</h2>
Once the *semester* has passed, just move it below the HR, and remove the (upcoming).

Leaving blank in case we get a talk while the semester is empty - Ren
#}



<details open>
<summary><h2>Semester 1 2023/24 (Upcoming)</h2></summary>
<summary> <h2> Semester 2 2023/24 </summary>
</details>

<hr>

<summary><h2>Semester 1 2023/24 </h2></summary>
{%- set term="Semester 1" -%}

{% call talk() %}
Expand All @@ -137,9 +147,6 @@ Talks

The major sections will be an introduction to the idea of automata, introduction to Pushdown Automata (PA), Deterministic & Non-Deterministic PA's, modifying how the input is read (sweeping visibly PA, stack Automaton, probably some others), Alternating PA's, multi-stack PA's, Visibly PA's (including a bit on closures), and the combination of these behaviors/where the research is now in the modern day.
{% endcall %}
</details>
hitime1234 marked this conversation as resolved.
Show resolved Hide resolved

<hr>

<details open>
<summary><h2>Spring Term 2021/22</h2></summary>
Expand Down