Add seqlab (pulseq sequences in the browser)
1 changed file+6−0
profile/README.mdmodified+6−0View file
@@ -43,6 +43,12 @@ Here are a couple of VS Code–style IDEs that run entirely in the browser: one
4343
4444 - **[numbl-chunkie](https://github.com/concept-collection/numbl-chunkie)** · [live](https://concept-collection.github.io/numbl-chunkie/)
4545
46+## MRI pulse sequences
47+
48+[Pulseq](https://pulseq.github.io/) is an open framework for defining MRI pulse sequences. Here you can write pulseq sequences in MATLAB syntax and run them in the browser via numbl to generate a `.seq` file, or upload and interactively explore an existing one.
49+
50+- **[seqlab](https://github.com/concept-collection/seqlab)** · [live](https://concept-collection.github.io/seqlab/)
51+
4652 ## Matrix multiplication benchmark
4753
4854 Here's a benchmark of matrix-matrix multiply (GEMM) in the browser across several implementations: a plain JavaScript loop, WebGPU, hand-written C compiled to WASM (SIMD and threads), and a real BLAS (libFLAME) compiled to WASM, with a native reference for comparison.