Skip to content

atmbench/atmbench.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATM-Bench Project Page (skeleton)

This folder is a GitHub Pages–style static site for the ATM-Bench paper.

Local preview

cd atmbench.github.io
python -m http.server 8000

Then open http://localhost:8000.

What to edit first

  • index.html: update title/authors, paper/code/data URLs, and the BibTeX.
  • paper/atmbench.pdf: replace the placeholder PDF with the real paper PDF.
  • static/images/: add a teaser figure and enable the og:image / twitter:image meta tags.

GitHub Pages deployment (recommended)

Two common setups:

  1. Org/user page: create repo <ORG>.github.io and push this folder contents to main.
  2. Project page: create repo (e.g., ATMBench) and serve from /docs (or gh-pages branch).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors