-
Notifications
You must be signed in to change notification settings - Fork 1
/
research_list.py
739 lines (734 loc) · 25.9 KB
/
research_list.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
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
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
researchJson=[{
'Course_Name': 'Introduction to Engineering Design',
'Code': 'DES130',
'Course_Text': 'Introduction to Engineering Design is a core, multidisciplinary course offered with an aim to ignite the young minds with concepts in design and innovation. Using the tools and skills learnt in the lab, the students participate in a project challenge to build functional prototypes in the field of intelligent buildings, automotive, and robotics which will provide solutions to real life problems.'
},
{
'Course_Name': 'Design Drawing and Visualization',
'Code': 'DES101',
'Course_Text': 'This course fosters understanding of drawing and sketching as a means to develop observational skills through the study of the environment and as a tool for visual representation, ideation/conceptualization, visualization and communication or presentation of design ideas through sketching and drawing from both observation and memory.'
},
{
'Course_Name': 'Visual Design & Communication',
'Code': 'DES202',
'Course_Text': 'For a designer to communicate more concisely and in a visually appropriate manner, it is necessary to use commonly understood principles, perspective and design layout standards. Together, these conventions constitute a visual language, and help to ensure that the drawing is clear and relatively easy to understand.'
},
{
'Course_Name': 'Design Processes and Perspectives',
'Code': 'DES201',
'Course_Text': 'Broadly, the course gives students the opportunity to develop essential design thinking skills such as exploring the designed space to identify problem, applying the design thinking process to problems, visualizing design solutions, refining final designs and communicating ideas in visually appropriate form through assignments and projects.'
},
{
'Course_Name': 'Animation & Graphics',
'Code': 'DES302',
'Course_Text': 'This course will take you right through the fundamentals of Graphic Design from photorealism up to the point where fantasy and imagination begins. You will understand usage of the colour wheel and its role in creating Digital Art.'
},
{
'Course_Name': 'Film Making and Radio Podcasting',
'Code': 'DES303',
'Course_Text': 'This course will not only give you the basic technical skills but will also hand hold you into making a aesthetically correct decisions in assembling a film.'
},
{
'Course_Name': 'Wearable Applications, Research, Devices, Interactions (WARDI)',
'Code': 'DES513',
'Course_Text': 'This is a course about the current paradigm of Wearable Computing. In this course, we will cover the origins, pioneering contributions, and principles of Wearable Computing. With this foundation, we will initiate our exploration into the space by learning how to design physical (device form factor), digital (applications) as well as human (interaction techniques) aspects of Wearables.'
},
{
'Course_Name': 'Digital Audio - (Procedural Game Audio, Algorithmic Composition & Sound Synthesis)',
'Code': 'DES514',
'Course_Text': 'This hands-on project-based course will introduce students to the world of digital audio. Topics include real-time sound synthesis, machine listening, procedural game audio, algorithmic composition, digital instrument design and sound design. '
},
{
'Course_Name': 'Information systems in Public Health',
'Code': 'DES5XX',
'Course_Text': 'This course will give an understanding of public health information systems. It will include key concepts of public health, sources of public health information, ethics in public health practice and research, and an understanding of various public health information systems in use.'
},
{
'Course_Name': 'Game Development & Design',
'Code': 'DES512',
'Course_Text': 'This hands-on project-based course will introduce students to the fundamentals of game development & design using the Unreal 4 game engine. Topics include level design, lighting, materials, particle effects, game AI, game logic, user input mappings, audio, physics and motion.'
},
{
'Course_Name': ' Introduction to 3D Animation',
'Code': 'DES5XX',
'Course_Text': 'This course introduces students to: (i) Basics and fundamental principles of animation (ii) Workflow of animation (iii) Introduction to 3D Animation'
}
]
labsJSON=[
{
'Lab_Name': 'Audio-Visual Lab',
'Lab_Location': 'A-102, Research & Development Block, IIITD',
'Lab_Email': 'abhijeet@iiitd.ac.in',
'Lab_Description': 'The audio-visual lab has a multi-channel sound driver by Focusrite and 10 speakers with individual control. Multiple projects related to audio space orientation, data sonification and interaction-based sound control have been done here by students. Students have done game development projects where they have placed sonic objects in the environment controlled by the multi-channel expansion which enhances the game experience. The lab can be used for a better experience in Virtual Reality by installing HTC Vive with the sonic architecture. A project called Hand.Cannot. Erase was using Xbox Kinect to track the movement of the hand and convert the position of the hand to the source of the sound making it seem like the user’s hand was the speaker.',
'logo': 'audio.svg',
'spacing': '0'
},{
'Lab_Name': 'Design & Innovation Lab',
'Lab_Location': 'B-004, Research & Development Block, IIITD',
'Lab_Email': 'abhijeet@iiitd.ac.in',
'Lab_Description': 'The Design & Innovation Lab gives Engineering students majoring in Electronics or IT to explore working with hand and power tools as well as various machines and thus helping them become better-rounded as engineers.',
'logo': 'dail.svg',
'spacing': '0'
},{
'Lab_Name': 'Living Lab',
'Lab_Location': 'A-403, Research & Development Block, IIITD',
'Lab_Email': 'livinglab@iiitd.ac.in',
'Lab_Description': 'Understanding people’s attitudes towards and uses of technology is an essential aspect of successful design. Living lab specializes in research that explores the interrelationships between people, society and technology. We conduct empirical research using a variety of qualitative methods to identify requirements, improve usefulness and usability and identify implications for how new technologies transform social life.',
'logo': 'living.svg',
'spacing': '0'
},{
'Lab_Name': 'Melange Lab',
'Lab_Location': 'A-413, Research & Development Block, IIITD',
'Lab_Email': 'melangelab@outlook.com',
'Lab_Description': 'We are a group of Dynamic & Socially-committed Researchers working in Public Health & Mobile Computing for Technology based intervention.',
'logo': 'melange.svg',
'spacing': '5'
},{
'Lab_Name': 'MIDAS Lab',
'Lab_Location': 'A-415, Research & Development Block, IIITD',
'Lab_Email': 'midas@iiitd.ac.in',
'Lab_Description': 'MIDAS is a group of researchers at IIIT-Delhi who study, analyze, and build different multimedia systems for society leveraging multimodal information. MIDAS stands for Multimodal Digital Media Analysis Lab. \n MIDAS includes work on: \n · Machine Learning \n · Multimedia Content Processing \n · Natural Language Processing \n · Image Processing \n · Multimodal Computing \n · Data Science \n · Social Media Computing \n · Internet of Things',
'logo': 'midas.svg',
'spacing': '5'
},{
'Lab_Name': 'WEAVE Lab',
'Lab_Location': 'A-416, Research & Development Block, IIITD',
'Lab_Email': 'weave-lab-admin@iiitd.ac.in',
'Lab_Description': 'At Weave Lab we weave interactivity into everyday objects and experiences. We envision as well as discover through critical observations new opportunities for human-computer interactions. Through our extensive research on material and technologies, we prototype manifestations of our ideas, which we then iteratively improve. Our applied research approach interweaves basic research with which we contribute to the advancement of the technologies we leverage.',
'logo': 'weave.svg',
'spacing': '5'
}
]
facultyJson=[
{
'Name': 'Aman Parnami',
'Post': 'Head (HCD), Assistant Professor (HCD)',
'Degree': 'PhD, Georgia Institute of Technology',
'link': 'https://www.iiitd.ac.in/aman',
'image': 'amanparnami-min.svg',
'researchInterests': 'Wearable Computing, Design Research, Education Technology'
},
{
'Name': 'Aman Samuel',
'Post': 'Guest faculty, HCD',
'Degree': 'MBA, University of Madras',
'link': 'https://www.linkedin.com/in/aman-samuel-b5942a121/?originalSubdomain=in',
'image': 'Aman Samuel-min.svg',
'researchInterests': 'Different Criteria, Design Research, Education Technology'
},
{
'Name': 'Anoop Ratn',
'Post': 'Visiting faculty, HCD',
'Degree': 'MFA, Teerthankar Mahaveer University',
'link': 'https://www.iiitd.ac.in/people/visiting-faculty',
'image': 'Anoop-min.svg',
'researchInterests': 'Another Criteria, Design Research, Education Technology'
},
{
'Name': 'Grace Eden',
'Post': 'Assitant Professor, HCD',
'Degree': 'DPhil, University of Oxford',
'link': 'https://www.iiitd.ac.in/grace',
'image': 'Grace-min.svg',
'researchInterests': 'Wearable Computing, Design Research, Education Technology'
},
{
'Name': 'Indrani De Parker',
'Post': 'Visiting Faculty (HCD)',
'Degree': 'PhD Scholar, IDC, IITB, Mumbai',
'link': 'https://www.iiitd.ac.in/people/visiting-faculty',
'image': 'Indrani-min.svg',
'researchInterests': 'Wearable Computing, Design Research, Education Technology'
},
{
'Name': 'Jainendra Shukla',
'Post': 'Assistant Professor (HCD)',
'Degree': 'PhD, Universitat Rovira i Virgili (URV)',
'link': 'https://www.iiitd.ac.in/jainendra',
'image': 'Jainendra-min.svg',
'researchInterests': 'Wearable Computing, Design Research, Education Technology'
},
{
'Name': 'Pushpendra Singh',
'Post': 'Professor (CSE, HCD)',
'Degree': 'PhD, Inria-Rennes, University de Rennes 1',
'link': 'https://www.iiitd.ac.in/pushpendra',
'image': 'Pushpendra-min.svg',
'researchInterests': 'Link Design, Design Research, Education Technology'
},
{
'Name': 'Manohar Khushalani',
'Post': 'Visiting Faculty (HCD)',
'Degree': 'PhD, Universitat Rovira i Virgili (URV)',
'link': 'https://www.iiitd.ac.in/people/visiting-faculty',
'image': 'Manohar-min.svg',
'researchInterests': 'Wearable Computing, Design Research, Education Technology'
},
{
'Name': 'Rahul Mohanani',
'Post': 'Assistant Professor (CSE, HCD)',
'Degree': 'PhD, University of Oulu',
'link': 'https://www.iiitd.ac.in/rahulm',
'image': 'rahulm-min.svg',
'researchInterests': 'Text Computing, Design Research, Education Technology'
},
{
'Name': 'Rajiv Ratn Shah',
'Post': 'Assistant Professor (CSE, HCD)',
'Degree': 'PhD, National University of Singapore',
'link': 'https://www.iiitd.ac.in/rajivratn',
'image': 'Rajiv-min.svg',
'researchInterests': 'Wearable Computing, Design Research, Education Technology'
},
{
'Name': 'Vibha Narula Gupta',
'Post': 'Guest Faculty, HCD',
'Degree': '',
'link': 'https://www.iiitd.ac.in/people/visiting-faculty',
'image': 'Vibha-min.svg',
'researchInterests': 'Wearable Computing, Design Research, Education Technology'
},
]
studentsJSON2018=[
{
'Name': 'ABHISHEK ANIL',
'Link': 'abhishek18272@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'ADITYA RASTOGI',
'Link': 'aditya18273@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'ADITYA SHARMA',
'Link': 'aditya18274@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'Advika Singh',
'Link': 'advika18275@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'AMAN AGGARWAL',
'Link': 'aman18327@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'ANEESHA LAKRA',
'Link': 'aneesha18277@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'Angad Yadav',
'Link': 'angad17279@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'Arnav',
'Link': 'arnav18278@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'Arunesh',
'Link': 'arunesh18279@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'BHAVYA CHOPRA',
'Link': 'bhavya18333@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'BHUNESH',
'Link': 'bhunesh18280@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'DHRUV YADAV',
'Link': 'dhruv18281@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'GAGAN MALIK',
'Link': 'gagan18283@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'HARMAN',
'Link': 'harman18284@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'HARSH KUMAR',
'Link': 'harsh18285@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'HIMANSHU YADAV',
'Link': 'himanshu18286@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'Jasmine',
'Link': 'jasmine18287@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'KAIMAN YADAV',
'Link': 'kaiman18288@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'KHANDADE LIMBRAJ OM',
'Link': 'khandade18289@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'Khushali',
'Link': 'khushali18290@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'KIRTI',
'Link': 'kirti18291@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'Kshitij Agrawal',
'Link': 'kshitij18292@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'KUNAL ANAND',
'Link': 'kunal18293@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'MANAK BISHT',
'Link': 'manak18340@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'MANAN JAIN',
'Link': 'manan18294@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'Manavjeet Singh',
'Link': 'manavjeet18295@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'MUKUL TOMAR',
'Link': 'mukul18296@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'Muskan Aggarwal',
'Link': 'muskan18297@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'NIKHIL YADAV',
'Link': 'nikhil18298@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'Nishant',
'Link': 'nishant18299@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'NISHANT GROVER',
'Link': 'nishant18399@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'PEEYUSH JAIN',
'Link': 'peeyush18402@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'RACHIT BHAYANA',
'Link': 'rachit18301@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'Rachit Mittal',
'Link': 'rachit18302@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'Rakshita Anand',
'Link': 'rakshita17308@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'Rishabh',
'Link': 'rishabh18303@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'RISHI RAJ JAIN',
'Link': 'rishi18304@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'RITIK GARG',
'Link': 'ritik18305@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'RITWIK KAR',
'Link': 'ritwik18306@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'RUSHIL THAREJA',
'Link': 'rushil18408@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'SARTHAK ARORA',
'Link': 'sarthak18307@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'SHANEY WARIS',
'Link': 'shaney18308@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'SHIVAM',
'Link': 'shivam18309@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'Shivang',
'Link': 'shivang18310@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'SHOURYA PATHAK',
'Link': 'shourya18311@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'SHRIKANT GARG',
'Link': 'shrikant18312@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'SIddharth Sadhwani',
'Link': 'siddharth18313@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'Siddharth V',
'Link': 'siddharth18314@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'Smera Goel',
'Link': 'smera18315@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'SNIGDHA GUPTA',
'Link': 'snigdha18316@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'Sonali',
'Link': 'sonali18317@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'Sonali Supriya',
'Link': 'sonali18318@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'Srijan Jain',
'Link': 'srijan18319@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'TANUPRIYA DAS',
'Link': 'tanupriya18320@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'Udbhav Gupta',
'Link': 'udbhav17319@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'Utsav',
'Link': 'utsav18321@iiitd.ac.in',
'image': 'user'
},
]
studentsJSON2017=[
{
'Name': 'Angel Walia',
'Link': 'angel17132@iiitd.ac.in',
'image': 'user'
},
{
'Name': 'Anand',
'Link': 'anand17218@iiitd.ac.in',
'image': 'amanparnami-min.svg'
},
{
'Name': 'Dashmesh Singh',
'Link': 'dashmesh17228@iiitd.ac.in',
'image': 'Aman Samuel-min.svg'
},
{
'Name': 'Aakash Sehrawat',
'Link': 'aakash17275@iiitd.ac.in',
'image': 'Anoop-min.svg'
},
{
'Name': 'Akshat Jain',
'Link': 'akshat17277@iiitd.ac.in',
'image': 'Grace-min.svg'
},
{
'Name': 'Aman Rehman',
'Link': 'aman17278@iiitd.ac.in',
'image': 'Indrani-min.svg'
},
{
'Name': 'Anish Bhardwaj',
'Link': 'anish17281@iiitd.ac.in',
'image': 'Jainendra-min.svg'
},
{
'Name': 'Apratim Ankit',
'Link': 'apratim17282@iiitd.ac.in',
'image': 'Manohar-min.svg'
},
{
'Name': 'Atul Anand',
'Link': 'atul17284@iiitd.ac.in',
'image': 'rahulm-min.svg'
},
{
'Name': 'Avyakt Gupta',
'Link': 'avyakt17285@iiitd.ac.in',
'image': 'Rajiv-min.svg'
},
{
'Name': 'Ayush Verma',
'Link': 'ayush17286@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Chirayu Prasad',
'Link': 'chirayu17287@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Gaurav Gautam',
'Link': 'gaurav17289@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Himanshu Singh',
'Link': 'himanshu17291@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Himanshu Singh',
'Link': 'himanshu17292@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Jatin Singhal',
'Link': 'jatin17293@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Kanupriya Singh',
'Link': 'kanupriya17294@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Kritika',
'Link': 'kritika17295@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Kyzyl Monteiro John',
'Link': 'kyzyl17296@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Mayank Jain',
'Link': 'mayank17297@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Mayank Rohilla',
'Link': 'mayank17299@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Meeha Tewari',
'Link': 'meeha17300@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Nikhil Kumar',
'Link': 'nikhil17301@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Nishtha Singhal',
'Link': 'nishtha17302@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Piyush Vashisht',
'Link': 'piyush17303@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Porvil',
'Link': 'porvil17304@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Pragya Singh',
'Link': 'pragya17305@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Prakhar Goel',
'Link': 'prakhar17306@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Pushpraj',
'Link': 'pushpraj17307@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Riya Singh',
'Link': 'riya17309@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Royal Tomar',
'Link': 'royal17310@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Sanchit Mittal',
'Link': 'sanchit17312@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Shaurya Singh',
'Link': 'shaurya17313@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Shivankar Sharma',
'Link': 'shivankar17314@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Shruti Dabas',
'Link': 'shruti17315@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Sounak Gupta',
'Link': 'sounak17317@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Tushar Kadian',
'Link': 'tushar17318@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Vaibhav Sarda',
'Link': 'vaibhav17320@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Varnika Kairon',
'Link': 'varnika17321@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Vishnu Mohan',
'Link': 'vishnu17322@iiitd.ac.in',
'image': 'Vibha-min.svg'
},
{
'Name': 'Zubair Aslam',
'Link': 'zubair17323@iiitd.ac.in',
'image': 'Vibha-min.svg'
}
]
publicationsJSON= [
{
'Year_Publication': '20',
'List': [
{
'Owner': 'Mrinmoy Chakrabarty, Makoto Wada',
'Text': '"Perceptual effects of fast and automatic visual ensemble statistics from faces in individuals with typical development and autism spectrum conditions", in Scientific Reports, February 2020 [Nature Publishing Group]. (Published)'
},
{
'Owner': 'Mrinmoy Chakrabarty, Makoto Wada',
'Text': '"Perceptual effects of fast and automatic visual ensemble statistics from faces in individuals with typical development and autism spectrum conditions", in Scientific Reports, February 2020 [Nature Publishing Group]. (Published)'
},
]
},
{
'Year_Publication': '19',
'List': [
{
'Owner': 'Mrinmoy Chakrabarty, Makoto Wada',
'Text': '"Perceptual effects of fast and automatic visual ensemble statistics from faces in individuals with typical development and autism spectrum conditions", in Scientific Reports, February 2020 [Nature Publishing Group]. (Published)'
},
{
'Owner': 'Mrinmoy Chakrabarty, Makoto Wada',
'Text': '"Perceptual effects of fast and automatic visual ensemble statistics from faces in individuals with typical development and autism spectrum conditions", in Scientific Reports, February 2020 [Nature Publishing Group]. (Published)'
},
]
},
{
'Year_Publication': '18',
'List': [
{
'Owner': 'Mrinmoy Chakrabarty, Makoto Wada',
'Text': '"Perceptual effects of fast and automatic visual ensemble statistics from faces in individuals with typical development and autism spectrum conditions", in Scientific Reports, February 2020 [Nature Publishing Group]. (Published)'
},
{
'Owner': 'Mrinmoy Chakrabarty, Makoto Wada',
'Text': '"Perceptual effects of fast and automatic visual ensemble statistics from faces in individuals with typical development and autism spectrum conditions", in Scientific Reports, February 2020 [Nature Publishing Group]. (Published)'
},
]
},
{
'Year_Publication': '17',
'List': [
{
'Owner': 'Mrinmoy Chakrabarty, Makoto Wada',
'Text': '"Perceptual effects of fast and automatic visual ensemble statistics from faces in individuals with typical development and autism spectrum conditions", in Scientific Reports, February 2020 [Nature Publishing Group]. (Published)'
},
{
'Owner': 'Mrinmoy Chakrabarty, Makoto Wada',
'Text': '"Perceptual effects of fast and automatic visual ensemble statistics from faces in individuals with typical development and autism spectrum conditions", in Scientific Reports, February 2020 [Nature Publishing Group]. (Published)'
},
]
},
]