This repository contains a single-page workspace tailored for paper rebuttals. It provides live Markdown previews, KaTeX math rendering, syntax-highlighted code listings, and organized reviewer response lanes so you can stay coordinated through the rebuttal window.
- Reviewer threads — Dedicated cards to draft and iterate on answers for each reviewer, complete with Markdown editors and live previews plus follow-up conversation logs per reviewer.
- Math typesetting — Write inline or display math (including
\mathbband macros such as\RR) using KaTeX through themarkdown-it-texmathplugin. - Tables and listings — Render Markdown and LaTeX-style tables plus syntax-highlighted code blocks via Highlight.js.
- Evidence figure trays — Each reviewer lane includes ready-to-swap figure placeholders so you can drop in plots or diagrams that support the rebuttal narrative.
- Reviewer quick links — Use the jump bar to open any reviewer lane instantly without scrolling.
- Quick copy — Export any response with a single click using the copy buttons in each reviewer card.
- Discussion log — Capture clarifications or internal decisions in a separate notes panel.
- Clone or download this repository.
- Open
index.htmlin your browser. No build step is required. - Edit the Markdown in each panel; the preview updates instantly.
Tip: Use the "Copy Markdown" button on any card to paste the prepared answer directly into OpenReview or your submission portal.
The project is a plain static site, so it can be published on GitHub Pages with no additional tooling:
- Commit the contents of this repository to your
main(ormaster) branch. - In your GitHub project, navigate to Settings → Pages.
- Under Build and deployment, choose Deploy from a branch, select your
default branch, and set the folder to
/ (root). - Save the configuration—Pages will build the site automatically and serve it
at
https://<username>.github.io/<repo>/within a couple of minutes.
Because the template uses relative paths for local assets (styles.css and
script.js) and loads all libraries from public CDNs over HTTPS, no further
configuration is required for GitHub Pages.
- Duplicate reviewer cards in
index.htmlto track additional discussions. - Update the placeholder Markdown to match your paper details and reviewer comments.
- Replace the evidence figure data URIs with local paths (e.g.,
figures/plot.png) to embed your own visuals in each reviewer lane. - Adjust the appearance in
styles.cssif you prefer a different theme.
This template uses the following open-source libraries via CDN:
- markdown-it with the footnote and texmath plugins
- KaTeX for math rendering
- Highlight.js for syntax highlighting