diff --git a/src/assets/projects.json b/src/assets/projects.json index c6d45b3..80ed728 100644 --- a/src/assets/projects.json +++ b/src/assets/projects.json @@ -32,7 +32,10 @@ "org": "", "summary": "This project aims to implement a basic, configurable HTTP server over TCP.", "url": "https://docs.google.com/document/d/1a5G6IgycSZj7NG_8SX6as_YuBLSe4VqubR_FCt0GXtE/edit?usp=sharing", - "students": [], + "students": [ + { "name": "Y Supradha Bhat" }, + { "name": "Gautam Sivakumar" } + ], "openToAll": true }, { @@ -54,7 +57,10 @@ "org": "", "summary": "Orchid is a dynamic application for real-time seamless personal and team messaging and collaboration. Stock Orchid aims to provide direct and thread-based messaging, task distribution for teams, file sharing and role management for individuals and organisations alike. ", "url": "https://docs.google.com/document/d/1sAmd2v981cal01HJrPd5pDXdjynCOhAV-F2KP_JuFG0/edit", - "students": [], + "students": [ + { "name": "Kaushik V Kudchadkar" }, + { "name": "Sameer Singh" } + ], "openToAll": true }, { @@ -94,7 +100,9 @@ "org": "WebClub NITK", "summary": "A docker plugin for CTFd, for creating docker challenges which provisions containers for each team based on demand and performs container lifecycle management using Docker Engine APIs. Plugin must support multiple instances of Docker engines and balance requests between multiple daemons, as well as keep track of how many containers are running in each, and maintain the optimal number of containers such that the VMs the engines are running on do not get choked.", "url": "https://docs.google.com/document/d/1_Pp6dM_67e39hWd2ldbDl_Qn6hXKCvGsGcijxBAyF08/edit?usp=sharing", - "students": [], + "students": [ + { "name": "Apoorva Agrawal" } + ], "openToAll": true }, { @@ -112,7 +120,9 @@ "org": "IRIS", "summary": "This project is an extension of an existing Staging Server used by IRIS, focusing on enhancing its functionality. The primary objectives include adding validation to existing features and implementing role-based access control (RBAC) along with the addition of tags to deployments. ", "url": "https://docs.google.com/document/d/1kN9YY0rYsk0kdpO7wPbRNjwWJwBS-83d0j6bgJ4VV2k/", - "students": [], + "students": [ + { "name": "Jyothi Ram" } + ], "openToAll": true }, { @@ -130,7 +140,9 @@ "org": "", "summary": "PyTorch is becoming increasingly popular as the preferred backend for developing algorithms, thanks to its sustainability. DeepChem has decided to port its TensorFlow and Jax Models to PyTorch. This project aims to successfully port two of DeepChem's models. RobustMultitaskRegressor and RobustMultitaskClassifier are to be ported.", "url": "https://docs.google.com/document/d/10OUTtn6JkiM9Vya6nt5465o0S_kzai6Z1LMXAHXyL0s/edit", - "students": [], + "students": [ + { "name": "Naseeha Salam K" } + ], "openToAll": true }, { @@ -148,7 +160,9 @@ "org": "", "summary": "PyTorch is becoming increasingly popular as the preferred backend for developing algorithms, thanks to its sustainability. DeepChem has decided to port its TensorFlow and Jax Models to PyTorch. This project aims to successfully port two of DeepChem's models. ProgressiveMultitaskRegressor and ProgressiveMultitaskClassifier are to be ported.", "url": "https://docs.google.com/document/d/1BPQOsbOwzCOEfSu9P8XhF57UFD1sn5KyaiI-UKwZJjY/edit", - "students": [], + "students": [ + { "name": "Gautham Krishnan P" } + ], "openToAll": true }, { @@ -162,7 +176,10 @@ "org": "", "summary": "The PYQ (Previous Year Question Paper) Archive project aims to develop a centralized repository for collecting, organizing, and making accessible previous year question papers from various educational institutions and examinations. This platform will primarily serve students and educators seeking valuable resources for exam preparation and academic reference.", "url": "https://docs.google.com/document/d/1YvfZh9_2kTTWNPw3lJZ1l9aa6sFWahp4snfKhMK0aGA/edit?usp=sharing", - "students": [], + "students": [ + { "name": "Vaibhav Agarwal" }, + { "name": "Bismay Purkayastha" } + ], "openToAll": true } ] diff --git a/src/components/homepage/Home.js b/src/components/homepage/Home.js index 456241d..3574c8b 100644 --- a/src/components/homepage/Home.js +++ b/src/components/homepage/Home.js @@ -23,7 +23,7 @@ const Home = () => {

Kickstart your open source journey

{/* View Projects */} {/* Apply as a mentor */} - Apply as a mentee + {/* Apply as a mentee */} View Projects