Skip to content

Commit

Permalink
updated Ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
chandansgowda committed Feb 12, 2024
1 parent e164419 commit 99bb02a
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 94 deletions.
13 changes: 13 additions & 0 deletions src/pages/ideas/2024/eduAid.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ export default (props) => <IdeaLayout meta={meta} {...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`
10 changes: 8 additions & 2 deletions src/pages/ideas/2024/monumento-iPad.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,18 @@ export default (props) => <IdeaLayout meta={meta} {...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`
17 changes: 0 additions & 17 deletions src/pages/ideas/2024/openChat.mdx

This file was deleted.

37 changes: 0 additions & 37 deletions src/pages/ideas/2024/p2p-messaging-flutter.mdx

This file was deleted.

35 changes: 0 additions & 35 deletions src/pages/ideas/2024/social-street-smart-medium.mdx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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.',
}
Expand All @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion src/pages/ideas/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function Ideas({ articles }) {
</div>
<Container.Inner>
<div className="mt-10 flex justify-center sm:mt-20">
<div className="grid gap-6 gap-y-8 md:grid-flow-col md:grid-rows-5">
<div className="grid gap-6 gap-y-8 md:grid-flow-col md:grid-rows-4">
{articles.map((article) => (
<Article key={article.slug} article={article} />
))}
Expand Down

0 comments on commit 99bb02a

Please sign in to comment.