Skip to content

Commit 817446a

Browse files
Update events
1 parent de7be48 commit 817446a

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

openatlas_website/data/event.py

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
from typing import Any
22

33
upcoming: dict[str, dict[str, Any]] = {
4-
'2026-02-18': {
5-
'country': 'Austria',
6-
'city': 'Vienna',
7-
'institute': 'Austrian Academy of Sciences',
8-
'title': 'OpenAtlas and OpenAtlas Discovery',
9-
'name': 'How to get our Data into the Computer',
10-
'link':
11-
'https://www.oeaw.ac.at/eurasian-transformations/events/'
12-
'eurasia-jour-fixe/how-to-get-our-data-into-the-computer'
13-
'-tools-for-data-collection-and-presentation-and-the-need'
14-
'-for-a-joint-digital-infrastructure-in-the-cluster',
15-
'docs': {
16-
'Presentation':
17-
'2026-02-18_openatlas_and_openatlas_discovery.pdf'}},
184
'2026-02-25': {
195
'country': 'Austria',
206
'city': 'Vienna',
@@ -34,6 +20,21 @@
3420
'link': 'https://www.icbs2026.org/'}}
3521

3622
past = {
23+
'2026': {
24+
'2026-02-18': {
25+
'country': 'Austria',
26+
'city': 'Vienna',
27+
'institute': 'Austrian Academy of Sciences',
28+
'title': 'OpenAtlas and OpenAtlas Discovery',
29+
'name': 'How to get our Data into the Computer',
30+
'link':
31+
'https://www.oeaw.ac.at/eurasian-transformations/events/'
32+
'eurasia-jour-fixe/how-to-get-our-data-into-the-computer'
33+
'-tools-for-data-collection-and-presentation-and-the-need'
34+
'-for-a-joint-digital-infrastructure-in-the-cluster',
35+
'docs': {
36+
'Presentation':
37+
'2026-02-18_openatlas_and_openatlas_discovery.pdf'}}},
3738
'2025': {
3839
'2025-12-12': {
3940
'country': 'Germany',

0 commit comments

Comments
 (0)