diff --git a/public/mbc13.jpg b/public/mbc13.jpg new file mode 100644 index 0000000..a7b81f7 Binary files /dev/null and b/public/mbc13.jpg differ diff --git a/public/team-member-23-2-1.jpg b/public/team-member-23-2-1.jpg new file mode 100644 index 0000000..b234ebf Binary files /dev/null and b/public/team-member-23-2-1.jpg differ diff --git a/src/constants/index.js b/src/constants/index.js index 6cc7e1f..b8cdd52 100644 --- a/src/constants/index.js +++ b/src/constants/index.js @@ -61,6 +61,12 @@ const newteammembers = [ image: "team-member-23-2.jpg", linkedin: "http://www.linkedin.com/in/siddhantshedge", }, + { + name: "Shivsagar Mishra", + designation: "Vice-President", + image: "team-member-23-2-1.jpg", + linkedin: "https://www.linkedin.com/in/shivsagar-mishra", + }, { name: "Sakshi Maurya", designation: "Secretary", @@ -435,6 +441,30 @@ const events = [ ], image: "mbc12.jpg" }, + { + name: "Relational Networks in Machine Learning", + description: + "Participants explored relational reasoning in ML, focusing on innovative solutions like RN architecture & utilization of datasets like CLEVR. Attendees gained insights into the challenges in relational reasoning tasks and limitations of traditional approaches. Emphasis on Visual Question Answering highlighted importance of flexible relational reasoning within neural networks.", + tags: [ + { + name: "Relational reasoning", + color: "blue-text-gradient", + }, + { + name: "neural networks", + color: "green-text-gradient", + }, + { + name: "Visual Question Answering", + color: "pink-text-gradient", + }, + { + name: "CLEVR", + color: "pink-text-gradient", + }, + ], + image: "mbc13.jpg" + }, ]; export { services, newteammembers,oldteammembers, events };