OpenQase is a curation of quantum computing business case studies. The resource is organized by multiple contexts to showcase case studies, quantum algorithms, and associated research papers relevant to industry or user persona.
OpenQase provides:
- Algorithms: Detailed explanations of quantum algorithms and their applications
- Case Studies: Real-world implementations and business impact
- Industry Focus: Industry-specific applications and use cases
- Personas: Role-based learning paths and resources
- Framework: Next.js 15.x with App Router
- UI Components: shadcn/ui for consistent design
- Content: MDX-based content management
- Styling: Tailwind CSS for responsive design
- Deployment: Vercel
- Clone the repository:
git clone https://github.com/yourusername/openqase.git
cd openqase
- Install dependencies:
npm install
- Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Content is managed through MDX files organized in the following structure:
content/
├── algorithm/ # Quantum algorithms
├── case-study/ # Real-world implementations
├── industry/ # Industry applications
└── persona/ # Role-based learning paths
Each content type follows a specific frontmatter structure. For example:
---
title: "Content Title"
type: "algorithm"
slug: "content-slug"
description: "Brief description"
keyApplications: ["application1", "application2"]
prerequisites: ["prerequisite1", "prerequisite2"]
keywords: ["keyword1", "keyword2"]
lastUpdated: "2024-02-23"
---
Content here...
- The project uses TypeScript for type safety
- Components are organized in a modular structure
- Content is statically generated at build time
- Custom components can be used within MDX content
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
Please ensure your content follows our MDX structure and includes all required frontmatter fields.
[Add license information here]