Skip to content

Commit

Permalink
Added mentees of projects of WoC 2023 (#51)
Browse files Browse the repository at this point in the history
* Added mentees of projects of WoC 2023

* Removed mentee application link from homepage
  • Loading branch information
j-hariharan committed Dec 12, 2023
1 parent ed9c9dc commit 80e78f1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 8 deletions.
31 changes: 24 additions & 7 deletions src/assets/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
{
Expand All @@ -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
},
{
Expand Down Expand Up @@ -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
},
{
Expand All @@ -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
},
{
Expand All @@ -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
},
{
Expand All @@ -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
},
{
Expand All @@ -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
}
]
2 changes: 1 addition & 1 deletion src/components/homepage/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Home = () => {
<p>Kickstart your open source journey</p>
{/* <Link to="/projects" role="button">View Projects</Link> */}
{/* <a rel="noopener noreferrer" role="button" target="_blank" href="https://forms.gle/QrPDNqwABhkDRmNz6">Apply as a mentor</a> */}
<a rel="noopener noreferrer" role="button" target="_blank" href="https://forms.gle/Szhz5Us6xdwCjSkh6">Apply as a mentee</a>
{/* <a rel="noopener noreferrer" role="button" target="_blank" href="https://forms.gle/Szhz5Us6xdwCjSkh6">Apply as a mentee</a> */}
<Link to="/projects" role="button">View Projects</Link>
</div>
</div>
Expand Down

0 comments on commit 80e78f1

Please sign in to comment.