Skip to content

Commit

Permalink
Update events
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Jul 8, 2024
1 parent 68e4c67 commit 56e1a10
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions openatlas_website/data/event.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
upcoming = {
'2024-07-08': {
'country': 'Austria',
'city': 'Vienna',
'institute': 'Austrian Academy of Sciences',
'title': 'OpenAtlas – A Database System for the Humanities and Beyond',
'name': 'Meet the Researchers',
'docs': {'Presentation': '2024-07-08_meet_the_researchers.pdf'},
'link':
'https://www.oeaw.ac.at/acdh/education/acdh-ch-internships/'
'meet-the-researchers-programme'}}

'TBA - most likely October 2024': {
'country': 'Germany',
'city': 'Munich',
'title': 'OpenAtlas workshop',
'institute': 'University of Munich'}}
past = {
'2024': {
'2024-07-08': {
'country': 'Austria',
'city': 'Vienna',
'institute': 'Austrian Academy of Sciences',
'title':
'OpenAtlas – A Database System for the Humanities and Beyond',
'name': 'Meet the Researchers',
'docs': {'Presentation': '2024-07-08_meet_the_researchers.pdf'},
'link':
'https://www.oeaw.ac.at/acdh/education/acdh-ch-internships/'
'meet-the-researchers-programme'},
'2024-06-19': {
'country': 'Austria',
'city': 'Vienna',
Expand Down

0 comments on commit 56e1a10

Please sign in to comment.