This repository contains the GitHub Pages website for AbdCTBench, a dataset and benchmark for learning clinical biomarker representations from abdominal surface geometry.
- Go to GitHub and create a new repository (e.g.,
AbdCTBench-website) - Make it private to comply with double-blind review policy
- Add collaborators who need access
cd AbdCTBench-website
git init
git add .
git commit -m "Initial commit: AbdCTBench website"
git branch -M main
git remote add origin https://github.com/YOUR_USERNAME/AbdCTBench-website.git
git push -u origin main- Go to your repository settings on GitHub
- Navigate to Pages (under Settings)
- Under Source, select:
- Branch:
main - Folder:
/ (root)
- Branch:
- Click Save
- Your site will be available at:
https://YOUR_USERNAME.github.io/AbdCTBench-website/ - Note: For private repositories, GitHub Pages sites are only accessible to:
- Repository collaborators
- Organization members (if in an org)
- You can also use GitHub's private repository access controls
If you want to use a custom domain:
- Add a
CNAMEfile with your domain name - Configure DNS settings as per GitHub Pages documentation
AbdCTBench-website/
├── index.html # Main website page
├── styles.css # CSS styling
├── script.js # JavaScript for interactivity
├── README.md # This file
└── .gitignore # Git ignore file
This website is designed to comply with double-blind review policies:
- ✅ No author names or affiliations
- ✅ No identifying information
- ✅ Anonymous citation format
- ✅ Private repository (not publicly accessible)
- ✅ Only accessible to collaborators
After making changes:
git add .
git commit -m "Update website content"
git pushGitHub Pages will automatically rebuild the site (usually within a few minutes).
Once the paper is accepted:
- Update the citation section with actual author information
- Make the repository public (if desired)
- Update any placeholder text
- Add links to the paper, code repository, and dataset download
- The website uses vanilla HTML/CSS/JavaScript (no build process required)
- All styling is in
styles.css - Interactive features are in
script.js - The site is fully responsive and works on mobile devices
This website is part of the AbdCTBench project. See the main paper repository for licensing information.