Skip to content

Commit

Permalink
Change structure to previous state
Browse files Browse the repository at this point in the history
  • Loading branch information
Tovmas committed Feb 22, 2024
1 parent aed274b commit 594d94e
Show file tree
Hide file tree
Showing 8 changed files with 104 additions and 65 deletions.
16 changes: 8 additions & 8 deletions _layouts/event.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,18 @@ <h2>Important Dates</h2>
</tr>
{% for entry in page.important_dates %}
<tr>
<td>{{ entry[0] }}</td>
<td style="width: 100px;">{{ entry[1] | date: "%d %B" }}</td>
<td>{{ entry.name }}</td>
<td style="width: 100px;">{{ entry.date | date: "%d %B" }}</td>
</tr>
{% endfor %}
</table>
{% endif %}

{% if page.speakers %}
{% for speaker in page.speakers %}
<h2>{{ speaker[0] }}</h2>
<h2>{{ speaker.type }}</h2>
<ul>
{% for s in speaker[1] %}
{% for s in speaker.about %}
<li>
{{ s }}
</li>
Expand Down Expand Up @@ -123,8 +123,8 @@ <h3>Day {{ forloop.index }}</h3>
</tr>
{% for d in schedule %}
<tr>
<td style="width: 100px;">{{ d[0] }}</td>
<td>{{ d[1] }}</td>
<td style="width: 100px;">{{ d.start_time }}</td>
<td>{{ d.title }}</td>
</tr>
{% endfor %}
</table>
Expand All @@ -141,8 +141,8 @@ <h2>Schedule</h2>
</tr>
{% for d in schedule %}
<tr>
<td style="width: 100px;">{{ d[0] }}</td>
<td>{{ d[1] }}</td>
<td style="width: 100px;">{{ d.start_time }}</td>
<td>{{ d.title }}</td>
</tr>
{% endfor %}
</table>
Expand Down
12 changes: 6 additions & 6 deletions _layouts/wmt_event.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ <h2>Important Dates</h2>
</tr>
{% for entry in page.important_dates %}
<tr>
<td>{{ entry[0] }}</td>
<td style="width: 100px;">{{ entry[1] | date: "%d %B" }}</td>
<td>{{ entry.name }}</td>
<td style="width: 100px;">{{ entry.date | date: "%d %B" }}</td>
</tr>
{% endfor %}
</table>
Expand Down Expand Up @@ -174,8 +174,8 @@ <h3>Day {{ forloop.index }}</h3>
</tr>
{% for d in schedule %}
<tr>
<td style="width: 100px;">{{ d[0] -}}</td>
<td>{{ d[1] }}</td>
<td style="width: 100px;">{{ d.start_time }}</td>
<td>{{ d.title }}</td>
</tr>
{% endfor %}
</table>
Expand All @@ -192,8 +192,8 @@ <h2>Schedule</h2>
</tr>
{% for d in schedule %}
<tr>
<td style="width: 100px;">{{ d[0] -}}</td>
<td>{{ d[1] }}</td>
<td style="width: 100px;">{{ d.start_time}}</td>
<td>{{ d.title }}</td>
</tr>
{% endfor %}
</table>
Expand Down
21 changes: 14 additions & 7 deletions events/americasnlp-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ shared_tasks:
- name: A machine translation shared task on truly low-resource languages.
- name: A shared task on morphological adaptation to generate educational examples.
speakers:
Keynote speakers:
- type: Keynote speakers
about:
- Graham Neubig
- Jaime Pérez González
Organisers:
- type: Organisers
about:
- Manuel Mager
- Abteen Ebrahimi
- Shruti Rijhwani
Expand All @@ -38,11 +40,16 @@ speakers:
- Robert Pugh
- Katharina Kann
important_dates:
Start of the anonymity period: '2024-02-10'
Submission deadline: '2024-03-10'
Notification of acceptance: '2024-04-24'
Camera ready papers: '2024-04-24'
Workshop: '2024-06-20'
- name: Start of the anonymity period
date: '2024-02-10'
- name: Submission deadline
date: '2024-03-10'
- name: Notification of acceptance
date: '2024-04-24'
- name: Camera ready papers
date: '2024-04-24'
- name: Workshop
date: '2024-06-20'
seo:
type: Event
name: AmericasNLP 2024
Expand Down
9 changes: 6 additions & 3 deletions events/amta-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,12 @@ organizer:
links:
- https://2024.amta.org/
important_dates:
Submission deadline: '2024-06-06'
Notification of acceptance: '2024-07-18'
Final “camera-ready” papers for proceedings: '2024-09-16'
- name: Submission deadline
date: '2024-06-06'
- name: Notification of acceptance
date: '2024-07-18'
- name: Final “camera-ready” papers for proceedings
date: '2024-09-16'
seo:
type: Event
name: AMTA 2024
Expand Down
42 changes: 28 additions & 14 deletions events/eamt-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,34 @@ start_date: '2024-06-24'
links:
- https://eamt2024.sheffield.ac.uk/home
important_dates:
Deadline for paper submission: '2024-03-08'
Notification to paper authors: '2024-04-08'
Camera ready deadline: '2024-04-22'
Author Registration: '2024-05-08'
Paper Conference: '2024-06-24'
Deadline for tutorial submission: '2024-03-08'
Notification of tutorial acceptance: '2024-04-08'
Tutorial slides, abstract, bibliography, any other materials: '2024-05-15'
Tutorial Conference: '2024-06-27'
Deadline for workshop submission: '2024-01-31'
Notification for workshop submission: on a rolling basis (no later than 28th February)
Workshop Conference: '2024-05-15'
Deadline for thesis submission: '2024-02-08'
Award notification: '2024-03-08'
- name: Deadline for paper submission
date: '2024-03-08'
- name: Notification to paper authors
date: '2024-04-08'
- name: Camera ready deadline
date: '2024-04-22'
- name: Author Registration
date: '2024-05-08'
- name: Paper Conference
date: '2024-06-24'
- name: Deadline for tutorial submission
date: '2024-03-08'
- name: Notification of tutorial acceptance
date: '2024-04-08'
- name: Tutorial slides, abstract, bibliography, any other materials
date: '2024-05-15'
- name: Tutorial Conference
date: '2024-06-27'
- name: Deadline for workshop submission
date: '2024-01-31'
- name: Notification for workshop submission
date: on a rolling basis (no later than 28th February)
- name: Workshop Conference
date: '2024-05-15'
- name: Deadline for thesis submission
date: '2024-02-08'
- name: Award notification
date: '2024-03-08'
seo:
type: Event
name: EAMT 2024
Expand Down
21 changes: 14 additions & 7 deletions events/iwslt-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,21 @@ organizer:
links:
- https://iwslt.org/2024/
important_dates:
Release of shared task training and developer data: '2024-01-15'
Evaluation: '2024-04-01'
Paper submission: '2024-04-29'
Notification of acceptance: '2024-06-04'
Camera ready deadline: '2024-06-24'
Pre-recorded video due: '2024-07-22'
- name: Release of shared task training and developer data
date: '2024-01-15'
- name: Evaluation
date: '2024-04-01'
- name: Paper submission
date: '2024-04-29'
- name: Notification of acceptance
date: '2024-06-04'
- name: Camera ready deadline
date: '2024-06-24'
- name: Pre-recorded video due
date: '2024-07-22'
speakers:
Organizers:
- type: Organisers
about:
- Marine Carpuat, University of Maryland, United States
- Marcello Federico, AWS AI Labs, United States
- Alex Waibel, CMU, United States
Expand Down
3 changes: 2 additions & 1 deletion events/machine-translation-meetup-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ more_paragraphs:
links:
- https://machinetranslate.org/meetup
speakers:
Panel:
- type: Panel
about:
- Joern Wuebker, LILT
- John Tinsley, ModernMT
- Suzanna Sia, Johns Hopkins University
Expand Down
45 changes: 26 additions & 19 deletions events/wmt-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ links:
- https://machinetranslate.org/
- https://machinetranslate.org/
important_dates:
name: '2024-12-12'
name_2: '2024-11-11'
name_5: '2024-10-20'
name_6: '2024-09-01'
- name: Submission deadline
date: '2024-06-06'
- name: Notification of acceptance
date: '2024-07-18'
- name: Final “camera-ready” papers for proceedings
date: '2024-09-16'
shared_tasks:
- name: Some task
url: https://machinetranslate.org/
Expand Down Expand Up @@ -99,21 +101,26 @@ poster_format:
- Lorem Ipsum is simply dummy text of the printing and typesetting industry.
- Lorem Ipsum is simply dummy text of the printing and typesetting industry.
multiday_schedule:
- '10:30': Some activity
'11:00': Some activity
'11:30': Some activity
'12:00': Some activity
'12:30': Some activity
- '10:30': Some activity
'11:00': Some activity
'11:30': Some activity
'12:00': Some activity
'12:30': Some activity
- '10:30': Some activity
'11:00': Some activity
'11:30': Some activity
'12:00': Some activity
'12:30': Some activity
- - start_time: '10:30'
title: Something
- start_time: '11:30'
title: Something
- start_time: '12:30'
title: Something
- start_time: '13:30'
title: Something
- start_time: '14:30'
title: Something
- - start_time: '10:30'
title: Something
- start_time: '11:30'
title: Something
- start_time: '12:30'
title: Something
- start_time: '13:30'
title: Something
- start_time: '14:30'
title: Something
results:
- full_results:
title: YouTube
Expand Down

0 comments on commit 594d94e

Please sign in to comment.