This repository has been archived by the owner on Dec 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkshopData.py
34 lines (34 loc) · 1.98 KB
/
workshopData.py
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
27
28
29
30
31
32
33
34
workshopJson = [{
'id': 1,
'name': '3D Augmentation Reality (INFIZEAL TECH)',
'img': '/augmented.png',
'date': "17th August, 2019",
'time': '10am - 5pm',
'regLink': "https://forms.gle/PrZ29gMNBRJp2JVr7",
'description': "Esya'19 and Infizeal brings to you a 3D Augmented Reality workshop. This workshop will provide you with an opportunity to create your own augmented world as well as make 3D avatars.",
}, {
'id': 2,
'name': 'Machine Learning and AI (ROBOTECH LABS)',
'img': '/ml.png',
'date': "18th August, 2019",
'time': '10am - 5pm',
'regLink': "https://forms.gle/yxzZFabs2EjTDSR1A",
'description': "Esya, in association with Robotech Labs brings you a workshop on Machine Learning and AI. Being a very hot domain right now, this workshop will help you kick start our journey towards the deep sciences. Hands on projects will be conducted to help you grasp important concepts like neural nets, data mining and many more.",
}, {
'id': 3,
'name': 'Robotics (ROBOTECH LABS)',
'img': '/robotics2.png',
'date': "18th August, 2019",
'time': '10am - 5pm',
'regLink': "https://forms.gle/TdBdmhAK3Zt69dH1A",
'description': "Esya, in association with Robotech Labs brings you a workshop on Robotics. Students will learn the basics of robotic engineering by working on live projects. This will help them enter the world of automation through building an actually robot.",
}, {
'id': 4,
'name': 'Ethical Hacking (INFIZEAL TECH)',
'img': '/ethical.png',
'date': "17th August, 2019",
'time': '10am - 5pm',
'regLink': "https://forms.gle/DtYJXNJUg2P3UBVt9",
'description': "Esya'19 and Infizeal bring to you an Ethical Hacking workshop. This workshop would revolve around Information Security, Malware Analysis, Reverse Engineering, Wireless Hacking, System Hacking, Cyber Forensics, etc.",
},
]