Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 22 additions & 12 deletions src/helper/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ import CarbonLogo from '@/images/Carbon.png'
import ScholarLogo from '@/images/scholar.png'
import StabilityNexusLogo from '@/images/StabilityNexus.png'
import DjedAllianceLogo from '@/images/DjedAlliance.png'
import DevrAILogo from '@/images/DevrAILogo.png'
import EllenaLogo from '@/images/EllenaLogo.svg'
import LibrEdLogo from '@/images/LibrEdLogo.png'
import MindTheWordLogo from '@/images/MindTheWordLogo.png'
import NeuroTrackLogo from '@/images/NeuroTrackLogo.svg'
import OpenChatLogo from '@/images/OpenChatLogo.svg'
import OrgExplorerLogo from '@/images/OrgExplorerLogo.svg'
import ReinLogo from '@/images/ReinLogo.svg'
import SkeptikLogo from '@/images/SkeptikLogo.png'
import StarcrossLogo from '@/images/StarcrossLogo.png'

const projects = [
{
Expand Down Expand Up @@ -56,7 +66,7 @@ const projects = [
description:
'An open-source AI-powered platform designed to automate and enhance developer relations. It leverages Generative AI and agentic workflows to streamline community engagement and outreach.',
link: { href: 'https://github.com/AOSSIE-Org/Devr.AI', label: 'Devr.AI' },
logo: DefaultLogo,
logo: DevrAILogo,
status: 'ongoing',
category: 'Production ready',
githubLink: 'https://github.com/AOSSIE-Org/Devr.AI',
Expand All @@ -68,7 +78,7 @@ const projects = [
description:
'A cross-platform LAN-based remote input controller that allows users to control devices over a local network seamlessly.',
link: { href: 'https://github.com/AOSSIE-Org/Rein', label: 'Rein' },
logo: DefaultLogo,
logo: ReinLogo,
status: 'ongoing',
category: 'Production ready',
githubLink: 'https://github.com/AOSSIE-Org/Rein',
Expand All @@ -92,7 +102,7 @@ const projects = [
description:
'A self-learning assistant that helps users learn and study more effectively using AI-powered tools and personalized learning paths.',
link: { href: 'https://github.com/AOSSIE-Org/LibrEd', label: 'LibrEd' },
logo: DefaultLogo,
logo: LibrEdLogo,
status: 'production',
category: 'Ready to download',
downloadLink: 'https://github.com/AOSSIE-Org/LibrEd/releases',
Expand Down Expand Up @@ -153,7 +163,7 @@ const projects = [
description:
'An intuitive dashboard to explore large GitHub organizations, providing insights into repositories, contributors, and activity metrics.',
link: { href: 'https://github.com/AOSSIE-Org/OrgExplorer', label: 'OrgExplorer' },
logo: DefaultLogo,
logo: OrgExplorerLogo,
status: 'ongoing',
category: 'Production ready',
githubLink: 'https://github.com/AOSSIE-Org/OrgExplorer',
Expand All @@ -165,7 +175,7 @@ const projects = [
description:
'A smart AI product manager that streamlines task, project, and meeting management through a simple chat interface.',
link: { href: 'https://github.com/AOSSIE-Org/Ell-ena', label: 'Ell-ena' },
logo: DefaultLogo,
logo: EllenaLogo,
status: 'ongoing',
category: 'Production ready',
githubLink: 'https://github.com/AOSSIE-Org/Ell-ena',
Expand Down Expand Up @@ -213,7 +223,7 @@ const projects = [
description:
'A neuroscience-focused tracking application for monitoring and analyzing neural activity and cognitive performance.',
link: { href: 'https://github.com/AOSSIE-Org/NeuroTrack', label: 'NeuroTrack' },
logo: DefaultLogo,
logo: NeuroTrackLogo,
status: 'ongoing',
category: 'Production ready',
githubLink: 'https://github.com/AOSSIE-Org/NeuroTrack',
Expand All @@ -237,7 +247,7 @@ const projects = [
description:
'An astronomy application that helps users explore and identify celestial objects, constellations, and astronomical events.',
link: { href: 'https://github.com/AOSSIE-Org/starcross', label: 'Starcross' },
logo: DefaultLogo,
logo: StarcrossLogo,
status: 'ongoing',
category: 'Production ready',
githubLink: 'https://github.com/AOSSIE-Org/starcross',
Expand All @@ -261,7 +271,7 @@ const projects = [
description:
'A browser extension for language learning that randomly translates words on webpages to help users learn new languages while browsing.',
link: { href: 'https://github.com/AOSSIE-Org/MindTheWord', label: 'MindTheWord' },
logo: DefaultLogo,
logo: MindTheWordLogo,
status: 'ongoing',
category: 'Production ready',
githubLink: 'https://github.com/AOSSIE-Org/MindTheWord',
Expand Down Expand Up @@ -305,7 +315,7 @@ const projects = [
description:
'a decentralised platform for secure and private messaging and file sharing built on top of blockchain',
link: { href: '#', label: 'OpenChat' },
logo: DefaultLogo,
logo: OpenChatLogo,
status: 'ongoing',
category: 'Ongoing'
},
Expand Down Expand Up @@ -371,7 +381,7 @@ const projects = [
description:
'A decentralised peer-to-peer chat application built with Flutter, enabling secure and private messaging without a central server.',
link: { href: 'https://github.com/AOSSIE-Org/OpenPeerChat-flutter', label: 'OpenPeerChat-flutter' },
logo: DefaultLogo,
logo: OpenChatLogo,
status: 'ongoing',
category: 'Ongoing',
githubLink: 'https://github.com/AOSSIE-Org/OpenPeerChat-flutter',
Expand All @@ -383,7 +393,7 @@ const projects = [
description:
'A React Native implementation of the decentralised peer-to-peer OpenPeerChat platform for secure and private messaging.',
link: { href: 'https://github.com/AOSSIE-Org/OpenPeerChat-react-native', label: 'OpenPeerChat-react-native' },
logo: DefaultLogo,
logo: OpenChatLogo,
status: 'ongoing',
category: 'Ongoing',
githubLink: 'https://github.com/AOSSIE-Org/OpenPeerChat-react-native',
Expand All @@ -395,7 +405,7 @@ const projects = [
description:
'A library and tool for proof compression. Given a proof of a theorem, Skeptik attempts to find a smaller proof of the same theorem.',
link: { href: 'https://github.com/AOSSIE-Org/Skeptik', label: 'Skeptik' },
logo: DefaultLogo,
logo: SkeptikLogo,
status: 'ongoing',
category: 'Ongoing',
githubLink: 'https://github.com/AOSSIE-Org/Skeptik',
Expand Down
Binary file added src/images/DevrAILogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/images/EllenaLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/LibrEdLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/MindTheWordLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/images/NeuroTrackLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/images/OpenChatLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/images/OrgExplorerLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions src/images/ReinLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/SkeptikLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/StarcrossLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.