From a0cad7852f158b2453340548c3d6c1c76663ac82 Mon Sep 17 00:00:00 2001 From: Chirag Date: Wed, 26 Jun 2024 23:02:32 +0530 Subject: [PATCH] add remaining advisory committee --- data/advisory_committee.ts | 48 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 46 insertions(+), 2 deletions(-) diff --git a/data/advisory_committee.ts b/data/advisory_committee.ts index 4ce68e5..905902a 100644 --- a/data/advisory_committee.ts +++ b/data/advisory_committee.ts @@ -13,9 +13,53 @@ const advisory_committee = [ }, { name: 'Dr. Kavi Narayana Murthy', - post: ', Professor, Department of Computer and Information Sciences, University of Hyderabad, Hyderabad', + post: 'Professor, Department of Computer and Information Sciences, University of Hyderabad, Hyderabad', imgLink:'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRyfyvUvmvzvPz3twNytT0jHgk2FLa18FUUgw&s' }, + { + name: 'Dr. Narasimha Murthy M A', + post: 'Head - Quality Management and Delivery Excellence, Infenion Technologies India Pvt Ltd', + imgLink:'https://media.licdn.com/dms/image/D5603AQFFr971wQ9jvw/profile-displayphoto-shrink_200_200/0/1664780992814?e=1724889600&v=beta&t=thHmblXVdKffIK9Y1RJ4iiF0l4lRXC1C2eUcYHxAO4Y' + + }, + { + name: 'Dr.Surendiran', + post: 'Associate Professor, Department of Computer Science and Engineering, National Institute of Technology ,Puducherry', + imgLink:'https://nitpy.irins.org/assets/profile_images/101712.png' + + }, + { + name: 'Dr. Pradeep G Siddheshwar', + post: 'FIMA(UK), FNASc, Sr Prof. of Mathematics, Director, Centre for Mathematical Needs, Director, R & D Cell, Christ University', + imgLink:'https://icets.umt.edu.my/wp-content/uploads/2024/03/KNicets3.png' + + }, + { + name: 'Dr.Pramod Kumar', + post: 'Associate Professor, IISc', + imgLink:'https://mecheng.iisc.ac.in//wp-content/uploads/2020/02/Pramod.jpg' + + }, + { + name: 'Dr.Nirmala Devi', + post: 'Professor, Department of E&C ,Osmania University, Hyderabad', + imgLink:'https://media.licdn.com/dms/image/C5603AQERRw_DU5gLsQ/profile-displayphoto-shrink_200_200/0/1596720840323?e=1724889600&v=beta&t=5Mkptx2c9A9ikeEif5goqlx8S5e9MQFrQcuor7-_XBo' + + }, + { + name: 'Dr. Mahadev Prasanna', + post: 'Director, Indian Institute of Information Technology (IIIT) Dharwad', + imgLink:'https://lh4.googleusercontent.com/Dhm1SV6qJpWMAsoO98cFGqDrukSNxcR4sOL7g5vnz9Ax-tGJdNVg_r-6qYwTyS_aGRtYXgyEdqoB1fmhDh4u3DYvX9hb387umvfdre3muW0wtigj=w1280' + + }, + { + name: 'Prof. Xiao-Zhi Gao', + post: 'Professor, School of Computing, University of Eastern Finland,FI-70211 Kuopio,Finland', + imgLink:'https://scholar.googleusercontent.com/citations?view_op=view_photo&user=WIjcVxEAAAAJ&citpid=2' + + }, ] -export default advisory_committee; \ No newline at end of file +export default advisory_committee; + +