Skip to content

Commit 5a42348

Browse files
committed
Embed autoplay ion-trap sample video and link to ion-trap world-model pipeline docs
1 parent 5e011cb commit 5a42348

1 file changed

Lines changed: 24 additions & 11 deletions

File tree

README.md

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
</div>
4040

4141
---
42-
43-
## Overview
42+
<a id="overview"></a>## Overview
4443

4544
Quantum Cinema is a reproducible software artifact for academic publication. It demonstrates how immersive, browser-based visualizations can make quantum device architecture and performance legible to a broad audience.
4645

@@ -53,6 +52,7 @@ Quantum Cinema is a reproducible software artifact for academic publication. It
5352
- `SUPPLEMENTARY.md` — reproducibility and provenance guide
5453
- `CITATION.cff` — citation metadata for academic use
5554

55+
<a id="features"></a>
5656
## Features
5757

5858
- Four-act immersive narrative flow: Nobel Prize → video showcase → world model → comparison
@@ -61,6 +61,7 @@ Quantum Cinema is a reproducible software artifact for academic publication. It
6161
- Security controls including ALB secret-header validation and modern HTTP headers
6262
- Paper-ready artifact with reproducibility and citation metadata
6363

64+
<a id="world-models-documentation"></a>
6465
## World Models Documentation
6566

6667
The world-model documentation is located under `docs/world-models/` and includes the three technical note categories requested by the engineering team:
@@ -88,23 +89,25 @@ Captured still frames and videos are also available for all three platforms:
8889

8990
### Sample World-Model Videos
9091

92+
Read the ion-trap generation pipeline in [Ion-trap world creation: How the final world model was generated](https://github.com/QuantBlockchain/quantum-cinema/blob/main/docs/world-models/ion-trap/how-to-create-world.md#how-the-final-world-model-was-generated).
93+
9194
<figure style="display:inline-block; margin: 0 12px 12px 0; text-align:center; width:320px;">
92-
<video controls width="320" preload="metadata">
93-
<source src="docs/world-models/ion-trap/ionq-world-explore.mp4" type="video/mp4">
95+
<video autoplay muted loop playsinline width="320" preload="metadata" style="border:1px solid #ddd; border-radius:8px;">
96+
<source src="https://raw.githubusercontent.com/QuantBlockchain/quantum-cinema/main/docs/world-models/ion-trap/ionq-world-explore.mp4" type="video/mp4">
9497
Your browser does not support HTML5 video.
9598
</video>
96-
<figcaption style="font-size:0.9rem; margin-top:8px;">Ion-trap world exploration</figcaption>
99+
<figcaption style="font-size:0.9rem; margin-top:8px;">Ion-trap world exploration (autoplay preview)</figcaption>
97100
</figure>
98101
<figure style="display:inline-block; margin: 0 12px 12px 0; text-align:center; width:320px;">
99-
<video controls width="320" preload="metadata">
100-
<source src="docs/world-models/superconducting/superconducting-world-explore.mp4" type="video/mp4">
102+
<video controls muted loop playsinline width="320" preload="metadata" style="border:1px solid #ddd; border-radius:8px;">
103+
<source src="https://raw.githubusercontent.com/QuantBlockchain/quantum-cinema/main/docs/world-models/superconducting/superconducting-world-explore.mp4" type="video/mp4">
101104
Your browser does not support HTML5 video.
102105
</video>
103106
<figcaption style="font-size:0.9rem; margin-top:8px;">Superconducting world exploration</figcaption>
104107
</figure>
105108
<figure style="display:inline-block; margin: 0 12px 12px 0; text-align:center; width:320px;">
106-
<video controls width="320" preload="metadata">
107-
<source src="docs/world-models/neutral-atoms/quera.mp4" type="video/mp4">
109+
<video controls muted loop playsinline width="320" preload="metadata" style="border:1px solid #ddd; border-radius:8px;">
110+
<source src="https://raw.githubusercontent.com/QuantBlockchain/quantum-cinema/main/docs/world-models/neutral-atoms/quera.mp4" type="video/mp4">
108111
Your browser does not support HTML5 video.
109112
</video>
110113
<figcaption style="font-size:0.9rem; margin-top:8px;">Neutral-atom world exploration</figcaption>
@@ -123,6 +126,7 @@ npm run dev
123126

124127
Then open `http://localhost:3000`.
125128

129+
<a id="reproducibility"></a>
126130
## Reproducibility
127131

128132
This repository is structured for academic review. It includes a dedicated guide, CI validation, and citation metadata to support reproducibility.
@@ -131,6 +135,7 @@ This repository is structured for academic review. It includes a dedicated guide
131135
- `CITATION.cff` — citation metadata for academic use
132136
- `.github/workflows/ci.yml` — automated frontend and infrastructure validation
133137

138+
<a id="supplementary-material"></a>
134139
## Supplementary material
135140

136141
The package is intended as a supplementary artifact for publication. The artifact contains:
@@ -474,7 +479,8 @@ On success, CDK prints three outputs:
474479

475480
---
476481

477-
## � Glossary
482+
<a id="glossary"></a>
483+
## 📖 Glossary
478484

479485
| Term | Explanation |
480486
|---|---|
@@ -497,7 +503,14 @@ On success, CDK prints three outputs:
497503

498504
---
499505

500-
## �🛡️ Security Model
506+
<a id="license"></a>
507+
## License
508+
509+
This project is licensed under the MIT License. See [LICENSE](LICENSE) for the full terms.
510+
511+
---
512+
513+
## 🛡️ Security Model
501514

502515
| Layer | Mechanism |
503516
|---|---|

0 commit comments

Comments
 (0)