Setting up this site
meta
tooling
A first post — Quarto + GitHub Pages + Cloudflare, low effort and free.
This is a placeholder post to show what a Quarto blog entry looks like.
What Quarto gives you out of the box
Code blocks with syntax highlighting:
import numpy as np
def hill(x, k, n):
"""Hill function for cooperative binding."""
return x**n / (k**n + x**n)Inline maths: \(K_d = \frac{[A][B]}{[AB]}\), and display maths:
\[ \frac{d[Ca^{2+}]_i}{dt} = J_{IP_3R} + J_{leak} - J_{SERCA} \]
Callouts:
Note
You can use BibTeX citations with [@key] syntax — Quarto reads a references.bib in the project root.
Tables:
| Marker | Density (μM) | Source |
|---|---|---|
| P2Y₁ | 0.3 | Hechler et al. |
| P2Y₁₂ | 0.6 | Hardy et al. |
| GPVI | 1.2 | Best et al. |