From 66350f450d6f3c297857a07ceb42c1a67e78888a Mon Sep 17 00:00:00 2001 From: Ren Date: Tue, 30 Apr 2024 05:52:25 +0100 Subject: [PATCH 1/2] Updates talk --- templates/content/talks.html.jinja2 | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/templates/content/talks.html.jinja2 b/templates/content/talks.html.jinja2 index 9432c18..afb6cc0 100755 --- a/templates/content/talks.html.jinja2 +++ b/templates/content/talks.html.jinja2 @@ -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_form = "https://forms.gle/wjVVEZxr9cYHbGf36" %} {%- set submissions_term = "1" %} - {%- set submissions_close = "2023-12-06" %} + {%- set submissions_close = "2024-05-31" %}
{%- if submissions_form and submissions_term and submissions_close %} @@ -120,9 +120,19 @@ Talks {# Upcoming talks go here with

Semester 2 2023/24 (Upcoming)

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 #} + + +
-

Semester 1 2023/24 (Upcoming)

+

Semester 2 2023/24

+
+ +
+ +

Semester 1 2023/24

{%- set term="Semester 1" -%} {% call talk() %} @@ -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 %} - - -

Spring Term 2021/22

From a5167e71c85e404567beb58951dfab9f5f9128a7 Mon Sep 17 00:00:00 2001 From: hitime1234 Date: Fri, 10 May 2024 18:23:09 +0100 Subject: [PATCH 2/2] Changes it to Semester 2 as this is what the current google form is for --- templates/content/talks.html.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/content/talks.html.jinja2 b/templates/content/talks.html.jinja2 index afb6cc0..694b5ae 100755 --- a/templates/content/talks.html.jinja2 +++ b/templates/content/talks.html.jinja2 @@ -106,7 +106,7 @@ Talks When talk submissions close, change all variables to None (not in quotes). #} {%- set submissions_form = "https://forms.gle/wjVVEZxr9cYHbGf36" %} - {%- set submissions_term = "1" %} + {%- set submissions_term = "2" %} {%- set submissions_close = "2024-05-31" %}