forked from SRA-VJTI/sra-vjti.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublications.js
40 lines (39 loc) · 1.65 KB
/
publications.js
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
const PublicationsList = [
{
name: 'Research Papers',
publications: [
{
photo: '/static/images/publications/2024_august_21.png',
title: 'Acti-V-Link: An Active Surface, Visual Feedback Based, Mechanically Underactuated Gripper for In-Hand Manipulation',
author:
'Karthik Swaminathan | Mohammed Saad Hashmi | Alqama Shaikh | Vikas Phalle',
time: '21 August 2024',
short:
'In-hand manipulation, Active surfaces, Under-actuated mechanisms. RobCE 2024',
externalLink: 'https://dl.acm.org/doi/abs/10.1145/3674746.3674796#',
},
{
photo: '/static/images/publications/2023_april_08.png',
title: 'DEEPFAKE CLI: Accelerated Deepfake Detection using FPGAs',
author:
'Omkar Bhilare | Rahul Singh | Vedant Paranjape | Sravan Chittupalli | Dr. Shraddha Suratkar | Prof. Faruk Kazi',
time: '08 April 2023',
short:
'Parallel and Distributed Computing, Applications and Technologies. PDCAT 2022',
externalLink: 'https://doi.org/10.1007/978-3-031-29927-8_4',
},
{
photo: '/static/images/publications/2017_september_27.png',
title:
'Swarm Robots in a Closed Loop Visual Odometry System by Using Visible Light Communication',
author:
'Dhiraj Patil | Kewal Shah | Udit Patadia | Nilay Sheth | Rahul Solank | Anshuman Singh',
time: '27 September 2017',
short:
'Advances in Signal Processing and Intelligent Recognition Systems. SIRS 2017',
externalLink: 'https://doi.org/10.1007/978-3-319-67934-1_18',
},
],
},
];
export default PublicationsList;