We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b96931f commit 9aa321bCopy full SHA for 9aa321b
1 file changed
lib/events.ts
@@ -8,7 +8,7 @@ export const events: Event[] = [
8
location: 'Vienna, Austria',
9
university: 'University of Vienna',
10
description: 'The first edition of the AustroVis Workshop.',
11
- speakers: ['Torsten Möller'],
+ speakers: ['Torsten Möller'],
12
materials: {
13
slides: '',
14
recording: '',
@@ -31,8 +31,8 @@ export const events: Event[] = [
31
id: '3',
32
title: '3rd Edition AustroVis Workshop',
33
date: new Date('2025-02-25'),
34
- location: 'St. Pölten, Austria',
35
- university: 'University of Applied Sciences, St. Pölten',
+ location: 'St. Pölten, Austria',
+ university: 'University of Applied Sciences, St. Pölten',
36
description: 'The third edition of the AustroVis Workshop.',
37
speakers: ['Wolfgang Aigner'],
38
0 commit comments