forked from GDSC-RCCIIT/gdg-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
721 lines (721 loc) · 24.8 KB
/
data.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
{
"hackathons": [
{
"basicInformation": {
"id": "1",
"hackathonTitle": "Tech for Good Hackathon",
"description": "A 48-hour hackathon focused on leveraging technology to address pressing challenges in the healthcare sector. Participants will explore innovative approaches to improve patient care, streamline medical processes, and enhance accessibility in healthcare. Ideal for innovators, developers, and healthcare professionals.",
"dateAndTime": {
"start": "2024-11-01T09:00:00Z",
"end": "2024-11-03T17:00:00Z"
},
"duration": "48 hours",
"location": "Online",
"theme": "Technology for Social Impact",
"eligibility": "Open to students, professionals, and developers worldwide. Minimum age: 18"
},
"registrationAndParticipation": {
"registrationLink": "https://github.com/GDSC-RCCIIT/gdg-website",
"teamSize": "1-5 members",
"registrationDeadline": "2024-10-28",
"participationFee": "Free"
},
"prizesAndPerks": {
"prizePool": "$10,000",
"prizeCategories": [
"Best Overall Project",
"Most Innovative Solution",
"Best Use of Technology"
],
"perks": [
"Mentorship sessions",
"Access to premium tools",
"Networking opportunities"
]
},
"rulesAndGuidelines": {
"codeOfConduct": "Participants are expected to be respectful and inclusive, adhering to ethical guidelines.",
"judgingCriteria": [
"Innovation",
"Technical Implementation",
"Feasibility",
"Social Impact"
],
"projectSubmissionGuidelines": {
"format": "GitHub repository or .zip file",
"fileTypes": ["code files", "presentation"],
"deadline": "2024-11-03T17:00:00Z"
}
},
"additionalInformation": {
"organizers": [
{
"name": "GDSC RCCIIT",
"contact": "[email protected]"
}
],
"sponsors": [
{
"name": "TechCorp",
"logo": "Img1"
},
{
"name": "InnovateX",
"logo": "Img1"
}
],
"faqs": [
{
"question": "Who can participate?",
"answer": "Anyone aged 18 or older with an interest in tech for social good."
},
{
"question": "Is prior experience required?",
"answer": "No, beginners are welcome!"
}
],
"socialMediaHandles": {
"twitter": "https://twitter.com/GDSC_RCCIIT",
"instagram": "https://instagram.com/GDSC_RCCIIT"
},
"contactInformation": "[email protected]"
},
"visualElements": {
"bannerImage": "Img1",
"logo": "Img1",
"socialMediaSharingButtons": "enabled"
}
},
{
"basicInformation": {
"id": "2",
"hackathonTitle": "Green Innovators Challenge",
"description": "A 36-hour virtual hackathon aimed at developing innovative AI solutions to improve accessibility for individuals with disabilities. This event is open to developers, designers, and enthusiasts focused on creating inclusive technologies that enhance independence and quality of life for users.",
"dateAndTime": {
"start": "2024-12-05T08:00:00Z",
"end": "2024-12-07T20:00:00Z"
},
"duration": "72 hours",
"location": "Hybrid (New York City & Online)",
"theme": "Sustainable Tech Solutions",
"eligibility": "Open to all; teams encouraged."
},
"registrationAndParticipation": {
"registrationLink": "https://github.com/GDSC-RCCIIT/gdg-website",
"teamSize": "2-6 members",
"registrationDeadline": "2024-12-01",
"participationFee": "$25"
},
"prizesAndPerks": {
"prizePool": "$15,000",
"prizeCategories": [
"Best Green Technology",
"Most Feasible Solution",
"People's Choice Award"
],
"perks": [
"Free eco-friendly swag",
"Access to sustainability mentors",
"Networking with green tech companies"
]
},
"rulesAndGuidelines": {
"codeOfConduct": "Respectful and inclusive participation is mandatory.",
"judgingCriteria": [
"Innovation",
"Sustainability",
"Technical Feasibility",
"Presentation"
],
"projectSubmissionGuidelines": {
"format": "GitHub link or PDF presentation",
"fileTypes": ["pdf", "code files"],
"deadline": "2024-12-07T20:00:00Z"
}
},
"additionalInformation": {
"organizers": [
{
"name": "EcoTech Collective",
"contact": "[email protected]"
}
],
"sponsors": [
{
"name": "GreenWorks",
"logo": "Img1"
},
{
"name": "EcoFuture",
"logo": "Img1"
}
],
"faqs": [
{
"question": "Can teams participate remotely?",
"answer": "Yes, online participation is supported."
}
],
"socialMediaHandles": {
"facebook": "https://facebook.com/EcoTechCollective"
},
"contactInformation": "[email protected]"
},
"visualElements": {
"bannerImage": "Img1",
"logo": "Img1",
"socialMediaSharingButtons": "enabled"
}
},
{
"basicInformation": {
"id": "3",
"hackathonTitle": "FinTech Future Hackathon",
"description": "FinTech Future Hackathon is a 36-hour sprint where participants are invited to develop the next wave of financial technology solutions. This event focuses on creating secure, efficient, and user-friendly financial applications that cater to modern digital banking, investment, and finance needs.",
"dateAndTime": {
"start": "2024-11-20T10:00:00Z",
"end": "2024-11-22T18:00:00Z"
},
"duration": "48 hours",
"location": "Virtual",
"theme": "Innovating Financial Technology",
"eligibility": "University students and recent graduates in finance or tech fields."
},
"registrationAndParticipation": {
"registrationLink": "https://github.com/GDSC-RCCIIT/gdg-website",
"teamSize": "3-5 members",
"registrationDeadline": "2024-11-15",
"participationFee": "Free"
},
"prizesAndPerks": {
"prizePool": "$20,000",
"prizeCategories": [
"Best FinTech Solution",
"Best UX/UI Design",
"Best Use of Blockchain"
],
"perks": [
"Workshops on FinTech trends",
"Mentorship with industry experts",
"Certificate of participation"
]
},
"rulesAndGuidelines": {
"codeOfConduct": "Professional and respectful conduct required.",
"judgingCriteria": [
"Innovation",
"User Experience",
"Market Potential",
"Technical Implementation"
],
"projectSubmissionGuidelines": {
"format": "GitHub repository",
"fileTypes": ["code files", "presentation"],
"deadline": "2024-11-22T18:00:00Z"
}
},
"additionalInformation": {
"organizers": [
{
"name": "Global FinTech Hub",
"contact": "[email protected]"
}
],
"sponsors": [
{
"name": "BankTech Inc.",
"logo": "Img1"
},
{
"name": "CryptoNet",
"logo": "Img1"
}
],
"faqs": [
{
"question": "Are there specific tech stacks required?",
"answer": "No, participants are free to choose any tech stack."
}
],
"socialMediaHandles": {
"linkedin": "https://linkedin.com/company/GlobalFinTechHub"
},
"contactInformation": "[email protected]"
},
"visualElements": {
"bannerImage": "Img1",
"logo": "Img1",
"socialMediaSharingButtons": "enabled"
}
},
{
"basicInformation": {
"id": "4",
"hackathonTitle": "HealthTech Revolution",
"description": "HealthTech Revolution is an intensive, innovation-driven hackathon focused on transforming healthcare through technology. Over 48 hours, participants will tackle real-world healthcare challenges by developing solutions that enhance patient care, streamline operations, and improve overall healthcare access.",
"dateAndTime": {
"start": "2024-10-29T12:00:00Z",
"end": "2024-10-31T18:00:00Z"
},
"duration": "2 days",
"location": "Hybrid (San Francisco & Online)",
"theme": "Health and Wellness Solutions",
"eligibility": "Open to healthcare professionals, students, and tech enthusiasts."
},
"registrationAndParticipation": {
"registrationLink": "https://github.com/GDSC-RCCIIT/gdg-website",
"teamSize": "1-4 members",
"registrationDeadline": "2024-10-25",
"participationFee": "$30"
},
"prizesAndPerks": {
"prizePool": "$25,000",
"prizeCategories": [
"Best Health Solution",
"Best Patient Experience",
"Most Scalable Product"
],
"perks": [
"Workshops on health tech trends",
"Networking with healthcare experts",
"HealthTech merchandise"
]
},
"rulesAndGuidelines": {
"codeOfConduct": "Professional conduct and collaboration are expected.",
"judgingCriteria": [
"Innovation",
"Impact",
"Technical Feasibility",
"Scalability"
],
"projectSubmissionGuidelines": {
"format": "PDF presentation with demo link",
"fileTypes": ["pdf", "code files"],
"deadline": "2024-10-31T18:00:00Z"
}
},
"additionalInformation": {
"organizers": [
{
"name": "MedTech Innovators",
"contact": "[email protected]"
}
],
"sponsors": [
{
"name": "HealthFirst",
"logo": "Img1"
},
{
"name": "WellTech",
"logo": "Img1"
}
],
"faqs": [
{
"question": "Do I need a healthcare background to participate?",
"answer": "No, the hackathon is open to all backgrounds."
}
],
"socialMediaHandles": {
"instagram": "https://instagram.com/MedTechInnovators"
},
"contactInformation": "[email protected]"
},
"visualElements": {
"bannerImage": "Img1",
"logo": "Img1",
"socialMediaSharingButtons": "enabled"
}
},
{
"basicInformation": {
"id": "5",
"hackathonTitle": "AI for Accessibility Hackathon",
"description": "Develop an AI-powered news aggregator that curates the latest tech news from multiple sources and personalizes recommendations. Ideal for participants interested in machine learning and AI.",
"dateAndTime": {
"start": "2024-11-15T08:00:00Z",
"end": "2024-11-16T20:00:00Z"
},
"duration": "36 hours",
"location": "Online",
"theme": "Artificial Intelligence for Accessibility",
"eligibility": "Open to developers, designers, and students interested in AI for accessibility."
},
"registrationAndParticipation": {
"registrationLink": "https://github.com/GDSC-RCCIIT/gdg-website",
"teamSize": "2-6 members",
"registrationDeadline": "2024-11-10",
"participationFee": "Free"
},
"prizesAndPerks": {
"prizePool": "$12,000",
"prizeCategories": [
"Best AI Solution",
"Best Accessibility Tool",
"Most Inclusive Design"
],
"perks": [
"Mentorship from AI experts",
"AI tool credits",
"Networking with tech companies"
]
},
"rulesAndGuidelines": {
"codeOfConduct": "Inclusive and respectful behavior is required.",
"judgingCriteria": [
"Innovation",
"Accessibility Impact",
"Technical Implementation",
"User Experience"
],
"projectSubmissionGuidelines": {
"format": "GitHub repository or zip file",
"fileTypes": ["code files", "presentation"],
"deadline": "2024-11-16T20:00:00Z"
}
},
"additionalInformation": {
"organizers": [
{
"name": "Inclusive Tech Foundation",
"contact": "[email protected]"
}
],
"sponsors": [
{
"name": "TechForAll",
"logo": "Img1"
},
{
"name": "AIConnect",
"logo": "Img1"
}
],
"faqs": [
{
"question": "Do I need experience in AI to participate?",
"answer": "No, participants of all experience levels are welcome."
}
],
"socialMediaHandles": {
"twitter": "https://twitter.com/InclusiveTech"
},
"contactInformation": "[email protected]"
},
"visualElements": {
"bannerImage": "/Img1",
"logo": "/Img1",
"socialMediaSharingButtons": "enabled"
}
}
],
"projects": [
{
"id": "1",
"projectTitle": "AI-Powered Chatbot Development",
"projectOverview": "This project aims to develop an AI-powered chatbot to enhance customer service efficiency and improve user experience on our platform.",
"projectStartDate": "2024-01-15",
"projectEndDate": "2024-06-30",
"projectManager": {
"name": "John Doe",
"contact": "[email protected]"
},
"projectTeamMembers": [
{
"name": "Alice Smith",
"role": "Lead Developer",
"responsibilities": "Overseeing the development of chatbot features.",
"linkedin": "https://www.linkedin.com/in/alicesmith",
"designatedWork": "Backend development and API integration."
},
{
"name": "Bob Johnson",
"role": "UX/UI Designer",
"responsibilities": "Designing user interfaces and user experience flows.",
"linkedin": "https://www.linkedin.com/in/bobjohnson",
"designatedWork": "Creating wireframes and prototypes."
},
{
"name": "Sarah Lee",
"role": "Data Scientist",
"responsibilities": "Building and training machine learning models.",
"linkedin": "https://www.linkedin.com/in/sarahlee",
"designatedWork": "Data analysis and model optimization."
}
],
"primaryGoals": [
"Improve customer satisfaction by reducing response time.",
"Increase user engagement through interactive features."
],
"specificObjectives": [
"Integrate natural language processing capabilities.",
"Launch a beta version for user feedback by April 2024.",
"Train the chatbot using historical customer interaction data."
],
"totalProjectBudget": 150000,
"milestoneSchedule": [
{
"milestone": "Project Kickoff",
"targetCompletionDate": "2024-01-20"
},
{
"milestone": "Completion of Design Phase",
"targetCompletionDate": "2024-03-15"
},
{
"milestone": "Beta Launch",
"targetCompletionDate": "2024-04-30"
},
{
"milestone": "Final Launch",
"targetCompletionDate": "2024-06-30"
}
],
"projectPlan": "https://example.com/project-plan-document.pdf",
"currentStatus": {
"completedTasks": [
"Project kickoff meeting held.",
"Design phase initiated."
],
"ongoingTasks": [
"Developing backend functionalities.",
"Conducting user research."
],
"upcomingMilestones": [
"Completion of Design Phase on 2024-03-15",
"Beta Launch on 2024-04-30"
]
},
"youtubeLink": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
},
{
"id": "2",
"projectTitle": "Website Redesign",
"projectOverview": "A complete overhaul of the company website to improve navigation, aesthetics, and functionality.",
"projectStartDate": "2024-02-01",
"projectEndDate": "2024-05-15",
"projectManager": {
"name": "Emily Carter",
"contact": "[email protected]"
},
"projectTeamMembers": [
{
"name": "David Brown",
"role": "Project Coordinator",
"responsibilities": "Coordinating project activities and communications.",
"linkedin": "https://www.linkedin.com/in/davidbrown",
"designatedWork": "Stakeholder communication and project tracking."
},
{
"name": "Sophia Wilson",
"role": "Web Developer",
"responsibilities": "Implementing the new website design.",
"linkedin": "https://www.linkedin.com/in/sophiawilson",
"designatedWork": "Frontend development and testing."
},
{
"name": "Michael Johnson",
"role": "Content Strategist",
"responsibilities": "Creating and optimizing content for the new site.",
"linkedin": "https://www.linkedin.com/in/michaeljohnson",
"designatedWork": "Content creation and SEO optimization."
}
],
"primaryGoals": [
"Enhance user experience and engagement.",
"Increase site traffic by 30% within six months of launch."
],
"specificObjectives": [
"Redesign website layout and visuals by March 2024.",
"Implement responsive design features.",
"Launch the new site with optimized content."
],
"totalProjectBudget": 80000,
"milestoneSchedule": [
{
"milestone": "Design Approval",
"targetCompletionDate": "2024-03-01"
},
{
"milestone": "Development Completion",
"targetCompletionDate": "2024-04-15"
},
{
"milestone": "Site Launch",
"targetCompletionDate": "2024-05-15"
}
],
"projectPlan": "https://example.com/website-redesign-plan.pdf",
"currentStatus": {
"completedTasks": [
"Initial design mockups created.",
"Stakeholder feedback received."
],
"ongoingTasks": [
"Developing website backend functionalities.",
"Writing and optimizing new content."
],
"upcomingMilestones": [
"Design Approval on 2024-03-01",
"Development Completion on 2024-04-15"
]
},
"youtubeLink": "https://www.youtube.com/watch?v=5aA7i_8v1h8"
},
{
"id": "3",
"projectTitle": "Mobile App Development for E-Commerce",
"projectOverview": "Development of a mobile application to enhance customer shopping experience and streamline order processes.",
"projectStartDate": "2024-03-10",
"projectEndDate": "2024-09-20",
"projectManager": {
"name": "Lucas Green",
"contact": "[email protected]"
},
"projectTeamMembers": [
{
"name": "Laura Martinez",
"role": "Product Owner",
"responsibilities": "Defining product vision and ensuring alignment with business goals.",
"linkedin": "https://www.linkedin.com/in/lauramartinez",
"designatedWork": "Managing product backlog and prioritizing features."
},
{
"name": "James Lee",
"role": "Mobile Developer",
"responsibilities": "Developing mobile application features.",
"linkedin": "https://www.linkedin.com/in/jameslee",
"designatedWork": "iOS and Android development."
},
{
"name": "Olivia Taylor",
"role": "QA Tester",
"responsibilities": "Testing the application for bugs and performance issues.",
"linkedin": "https://www.linkedin.com/in/oliviataylor",
"designatedWork": "Conducting usability testing."
}
],
"primaryGoals": [
"Launch a user-friendly e-commerce app.",
"Increase mobile sales by 40% within the first quarter."
],
"specificObjectives": [
"Develop app wireframes and mockups by April 2024.",
"Integrate payment gateways by July 2024.",
"Launch app on App Store and Google Play by September 2024."
],
"totalProjectBudget": 120000,
"milestoneSchedule": [
{
"milestone": "Wireframes Completion",
"targetCompletionDate": "2024-04-30"
},
{
"milestone": "Payment Integration",
"targetCompletionDate": "2024-07-15"
},
{
"milestone": "App Launch",
"targetCompletionDate": "2024-09-20"
}
],
"projectPlan": "https://example.com/mobile-app-plan.pdf",
"currentStatus": {
"completedTasks": [
"User research completed.",
"Initial wireframes created."
],
"ongoingTasks": [
"Developing core app functionalities.",
"Setting up payment gateway."
],
"upcomingMilestones": [
"Wireframes Completion on 2024-04-30",
"Payment Integration on 2024-07-15"
]
},
"youtubeLink": "https://www.youtube.com/watch?v=3N1Cg7nM3Bg"
}
],
"events": [
{
"id": "1",
"title": "Tech for Good Hackathon",
"description": "A 48-hour hackathon focused on leveraging technology to address challenges in healthcare.",
"date": {
"start": "2024-11-01T09:00:00Z",
"end": "2024-11-03T17:00:00Z"
},
"location": "Online",
"status": "finished",
"prizes": [
{
"category": "Best Overall Project",
"amount": "$3,000"
},
{
"category": "Most Innovative Solution",
"amount": "$2,000"
}
],
"organizers": ["GDSC RCCIIT"],
"participants": 150
},
{
"id": "2",
"title": "Web Development Bootcamp",
"description": "A three-day intensive bootcamp to learn web development from scratch.",
"date": {
"start": "2024-09-10T09:00:00Z",
"end": "2024-09-12T17:00:00Z"
},
"location": "RCCIIT Campus",
"status": "finished",
"organizers": ["GDSC RCCIIT"],
"participants": 50
},
{
"id": "3",
"title": "AI & ML Workshop",
"description": "A hands-on workshop on artificial intelligence and machine learning concepts.",
"date": {
"start": "2024-10-15T09:00:00Z",
"end": "2024-10-30T17:00:00Z"
},
"location": "Online",
"status": "ongoing",
"organizers": ["GDSC RCCIIT"],
"participants": 80
},
{
"id": "4",
"title": "Cloud Computing Seminar",
"description": "An interactive seminar discussing cloud computing trends and best practices.",
"date": {
"start": "2024-11-05T14:00:00Z",
"end": "2024-11-05T16:00:00Z"
},
"location": "Online",
"status": "upcoming",
"registrationLink": "https://example.com/register-cloud-seminar",
"organizers": ["GDSC RCCIIT"],
"participants": 0
},
{
"id": "5",
"title": "Mobile App Development Workshop",
"description": "Learn to build mobile applications using Flutter in this hands-on workshop.",
"date": {
"start": "2024-11-15T10:00:00Z",
"end": "2024-11-17T17:00:00Z"
},
"location": "RCCIIT Campus",
"status": "upcoming",
"registrationLink": "https://example.com/register-mobile-workshop",
"organizers": ["GDSC RCCIIT"],
"participants": 0
}
]
}