Skip to content

Repository files navigation

Parano1d Lab Research

Source for lab.parano1d.org, the static research journal of Parano1d Lab.

Build

npm run build
npm run check

The generated site is written directly into the repository root. Serve it locally with:

npm run serve

Then open http://localhost:4173.

Content model

  • content/research.json contains article metadata and evidence links.
  • content/research/*.html contains article bodies.
  • scripts/build.mjs creates the home page, archive, article pages, RSS feed, sitemap and structured metadata.
  • assets/site.css and assets/site.js are the complete presentation layer.
  • papers/ contains publication files linked by the journal.

To add a publication, add its metadata and HTML fragment, then rebuild. Keep benchmark conditions next to benchmark numbers and distinguish production results from preserved experiments.

Mathematical notation

Article sources use TeX inside explicit math elements:

<math-inline>Q^2\varepsilon</math-inline>

<math-block>
\varepsilon_{\mathrm{FS}}(Q)
\le Q^2\varepsilon_{\mathrm{IOP}} + \frac{Q^3}{2^\lambda}
</math-block>

The build renders these elements to static KaTeX HTML and MathML and fails on invalid TeX. No browser-side math renderer or external CDN is required.

Releases

Packages

Contributors

Languages