forked from underhood31/HCD-IIITD
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevents.py
More file actions
26 lines (26 loc) · 1.81 KB
/
events.py
File metadata and controls
26 lines (26 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
eventsJSON= {
'PUMA: Biodesign': {
'Content': 'Milan Design Week 2018: Living and Breathing the Future of Performance',
'Image': 'https://images.unsplash.com/photo-1588581016376-3cb64caf612e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=634&q=80'
},
'Connected Lighting for Caring Cities': {
'Content': 'Exploring the role of smart dynamic lighting in creating rich and inviting public spaces',
'Image': 'https://images.unsplash.com/photo-1587614381634-068e97d007ad?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80'
},
'PUMA: Making sports dynamic': {
'Content': 'Revolutionizing the next generation of sportswearDedicated websiteThe MIT Design Lab and PUMA have come together to c...',
'Image': 'https://images.unsplash.com/photo-1587614381634-068e97d007ad?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80'
},
'Bradesco: The Future of BIA': {
'Content': 'Reimaging virtual agent and envision future financial experience impacted by AI',
'Image': 'https://images.unsplash.com/photo-1588581016376-3cb64caf612e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=634&q=80'
},
'Augmented Health and Safety: Future Vision': {
'Content': 'Exploring how disruptive technologies will transform health and safety practices in the energy industry.',
'Image': 'https://images.unsplash.com/photo-1587614381634-068e97d007ad?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80'
},
'MIT Atlas Center': {
'Content': 'Rethinking and redesigning the service center experience.',
'Image': 'https://images.unsplash.com/photo-1588581016376-3cb64caf612e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=634&q=80'
}
}