File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11from typing import Any
22
33upcoming : 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' ,
3420 'link' : 'https://www.icbs2026.org/' }}
3521
3622past = {
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' ,
You can’t perform that action at this time.
0 commit comments