Skip to content
/ openqase Public

OpenQase is a community resource for curated quantum computing case studies and associated algorithms.

Notifications You must be signed in to change notification settings

ddri/openqase

Repository files navigation

OpenQase

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.

Overview

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

Technology Stack

  • 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

Getting Started

  1. Clone the repository:
git clone https://github.com/yourusername/openqase.git
cd openqase
  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev

Open http://localhost:3000 with your browser to see the result.

Content Management

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...

Development Notes

  • 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

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

Please ensure your content follows our MDX structure and includes all required frontmatter fields.

License

[Add license information here]

About

OpenQase is a community resource for curated quantum computing case studies and associated algorithms.

Resources

Stars

Watchers

Forks

Packages

No packages published