Skip to content

Commit

Permalink
add remaining advisory committee
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiragJS committed Jun 26, 2024
1 parent 9542da5 commit a0cad78
Showing 1 changed file with 46 additions and 2 deletions.
48 changes: 46 additions & 2 deletions data/advisory_committee.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
export default advisory_committee;


0 comments on commit a0cad78

Please sign in to comment.