https://github.com/unitaryfoundation/werq.shop
Website for WERQSHOP 2025
https://github.com/unitaryfoundation/werq.shop
error-correction error-mitigation quantum-computing workshop
Last synced: 10 days ago
JSON representation
Website for WERQSHOP 2025
- Host: GitHub
- URL: https://github.com/unitaryfoundation/werq.shop
- Owner: unitaryfoundation
- Created: 2025-03-14T19:55:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-24T17:04:34.000Z (4 months ago)
- Last Synced: 2026-02-25T19:39:01.384Z (25 days ago)
- Topics: error-correction, error-mitigation, quantum-computing, workshop
- Language: TeX
- Homepage: https://werq.shop/
- Size: 62.7 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
This repository contains the source code and content for [WERQSHOP](https://werq.shop), the Workshop on Error Resilience in Quantum Computing.
The site is built with [Eleventy (11ty)](https://www.11ty.dev/) and is deployed via GitHub Pages.
## About
WERQSHOP is a community-focused technical workshop centered on quantum error mitigation, error correction, and noise-resilient quantum computing.
The event is organized by the Unitary Foundation and collaborators across academia and industry.
## Contributing
If you're a speaker and would like to:
- Update your **bio**
- Add or update your **headshot**
- Share a **PDF of your slides**
You can either:
- Open a pull request to this repo (edits go in the `talks/`), or
- Email your updates to `nate@unitary.foundation`
## Development
To build the site locally you'll need [Node.js](https://nodejs.org/) installed.
```bash
npm install
npm run serve
```