From 99bb02a7f4c38c2d6ac4d63a47d1d85a217c8cc6 Mon Sep 17 00:00:00 2001 From: chandansgowda Date: Mon, 12 Feb 2024 22:42:11 +0530 Subject: [PATCH] updated Ideas --- src/pages/ideas/2024/eduAid.mdx | 13 +++++++ src/pages/ideas/2024/monumento-iPad.mdx | 10 ++++- src/pages/ideas/2024/openChat.mdx | 17 --------- .../ideas/2024/p2p-messaging-flutter.mdx | 37 ------------------- .../ideas/2024/social-street-smart-medium.mdx | 35 ------------------ ...mart-large.mdx => social-street-smart.mdx} | 6 ++- src/pages/ideas/index.jsx | 2 +- 7 files changed, 26 insertions(+), 94 deletions(-) delete mode 100644 src/pages/ideas/2024/openChat.mdx delete mode 100644 src/pages/ideas/2024/p2p-messaging-flutter.mdx delete mode 100644 src/pages/ideas/2024/social-street-smart-medium.mdx rename src/pages/ideas/2024/{social-street-smart-large.mdx => social-street-smart.mdx} (87%) diff --git a/src/pages/ideas/2024/eduAid.mdx b/src/pages/ideas/2024/eduAid.mdx index fea4b46..0eed514 100644 --- a/src/pages/ideas/2024/eduAid.mdx +++ b/src/pages/ideas/2024/eduAid.mdx @@ -12,6 +12,19 @@ export default (props) => A tool that can auto-generate short quizzes on the basis of the content provided. The content can be articles, blog, Youtube videos (caption) which will aid the consumer to increase his/her retension by asking short quizzes generated by the tool. The tool can also be integrated with platforms like Google meet, zoom etc where the live transcript can be recorded and a set of quiz can be generated that can be helpful in online classes +## Expected Outcomes: + +- Improve UI/UX +- Add filters for difficulty level +- Generate Multiple question sets based on format and difficulty level of questions + +## Required skills: + +- AI/ML +- Python +- Browser Plugin Development + ## Mentors: +`Divyanshu` `Ritik Jain` diff --git a/src/pages/ideas/2024/monumento-iPad.mdx b/src/pages/ideas/2024/monumento-iPad.mdx index 1693445..33779d6 100644 --- a/src/pages/ideas/2024/monumento-iPad.mdx +++ b/src/pages/ideas/2024/monumento-iPad.mdx @@ -12,12 +12,18 @@ export default (props) => ## About: -A monumento app for iPad users +An AR integrated social app for sharing landmarks, visited places and visualizing their 3D models right from a mobile device ## Deliverables: -- compatible with all the features that monumento have +- Develop a comprehensive iPad application that mirrors all functionalities available in our current mobile app + +## Required Skills: + +- UI/UX design +- Swift ## Mentors: +`Jaideep Prasad` `Avinash Kumar` diff --git a/src/pages/ideas/2024/openChat.mdx b/src/pages/ideas/2024/openChat.mdx deleted file mode 100644 index 3309b9a..0000000 --- a/src/pages/ideas/2024/openChat.mdx +++ /dev/null @@ -1,17 +0,0 @@ -import { IdeaLayout } from '@/components/IdeaLayout' - -export const meta = { - title: 'OpenChat', - description: - 'a decentralised platform for secure and private messaging and file sharing built on top of blockchain', -} - -export default (props) => - -### Project Duration: 350 hrs - -a decentralised platform for secure and private messaging and file sharing built on top of blockchain - -## Mentors: - -`Chirag Singhal` diff --git a/src/pages/ideas/2024/p2p-messaging-flutter.mdx b/src/pages/ideas/2024/p2p-messaging-flutter.mdx deleted file mode 100644 index 7705f60..0000000 --- a/src/pages/ideas/2024/p2p-messaging-flutter.mdx +++ /dev/null @@ -1,37 +0,0 @@ -import { IdeaLayout } from '@/components/IdeaLayout' - -export const meta = { - title: 'P2P Messaging- Flutter', - description: - 'Chat application for Android and IOS in flutter/dart which sends messages Using Bluetooth & wifi-direct ...', -} - -export default (props) => - -### Project Duration: 350 hrs - -A chat application for Android and IOS in flutter/dart which sends messages Using Bluetooth & wifi-direct. -Each device has a UUID to identify it and optionally the user's name. -Each account is linked to a username(can be authenticated using OAuth) and each message is directed to another username which is mapped to all devices logged in with that username. -Users can choose to be anonymous as well. -Using Bluetooth and wifi direct eliminates the use of a central server. -The app scans for nearby devices which are discoverable and connects to them allowing messages to be relayed through each device(a node in a network). -The messages will be transferred using an optimal path using underlying network protocols. - -## About: - -Improving upon the existing peer to peer messaging project architecture, improving upon the google nearby connection protocol, to add new features in the app like online video/call support (using matrix), improving upon the current UI/UX of the application, adding CI/CD pipeline, adding SOS support, writing test cases and releasing the app on the play-store. A dedicated npm package can also be worked upon for Google's Nearby Connection API to be first developed and then getting used as a dependency in the application - -## Required Skills: - -- Flutter -- UX/UI design -- Testing and Loggings - -### Deliverables - -Update dependencies. Add new features and improving the UI/UX of the app - -## Mentors: - -`Ritik Jain` diff --git a/src/pages/ideas/2024/social-street-smart-medium.mdx b/src/pages/ideas/2024/social-street-smart-medium.mdx deleted file mode 100644 index f09877b..0000000 --- a/src/pages/ideas/2024/social-street-smart-medium.mdx +++ /dev/null @@ -1,35 +0,0 @@ -import { IdeaLayout } from '@/components/IdeaLayout' - -export const meta = { - title: 'Social Street Smart: Medium', - description: - 'With the adevent of Internet, the problems faced by the people have also grown. These include abusive languages.', -} - -export default (props) => - -### Project Duration: 175 hrs - -With the adevent of Internet, the problems faced by the people have also grown. These include abusive languages, fake news articles, click-baits, malicious websites and security attacks. -The aim of this project is to develop a Chrome Extension to make Internet a safer and a more productive service for the users. - -## About: - -There are loads of images on the internet that are used to propagate disinformation, users post images irrelevant to the news to spread propaganda (example:https://www.altnews.in/old-image-of-bjp-mp-manoj-tiwari-with-jama-masjids-imam-bukhari-shared-ahead-of-delhi-polls/ ) Make a google reverse image like functionality that can get the correct context of the image when asked by the user. Integrate this functionality with a chrome extension. Some work was done in this area you can help make it more efficient. - -Aspirant must have to work on migrating to chrome extension manifest version 3. - -## Deliverables: - -- Fully functional web service and extension. - -## Required Skills: - -- Python -- JavaScript -- Machine Learning/DL -- Natural Language Processing - -## Mentors: - -`Divyanshu Singh` `Harsh Mishra` diff --git a/src/pages/ideas/2024/social-street-smart-large.mdx b/src/pages/ideas/2024/social-street-smart.mdx similarity index 87% rename from src/pages/ideas/2024/social-street-smart-large.mdx rename to src/pages/ideas/2024/social-street-smart.mdx index 9fbe271..3302f08 100644 --- a/src/pages/ideas/2024/social-street-smart-large.mdx +++ b/src/pages/ideas/2024/social-street-smart.mdx @@ -1,7 +1,7 @@ import { IdeaLayout } from '@/components/IdeaLayout' export const meta = { - title: 'Social Street Smart: Large', + title: 'Social Street Smart', description: 'With the adevent of Internet, the problems faced by the people have also grown. These include abusive languages.', } @@ -25,7 +25,9 @@ Aspirant must have to work on migrating to chrome extension manifest version 3. ## Deliverables: -- A fully functional extension. +- Use of bloom filters to check urls to improve accuracy +- Publish the extension on various platforms +- Update existing issues (If any) in codebase due to changes in social media sites ## Required Skills: diff --git a/src/pages/ideas/index.jsx b/src/pages/ideas/index.jsx index 1680ea4..328f058 100644 --- a/src/pages/ideas/index.jsx +++ b/src/pages/ideas/index.jsx @@ -40,7 +40,7 @@ export default function Ideas({ articles }) {
-
+
{articles.map((article) => (
))}