Skip to content

crowd-dataset/crowd-dataset.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CROWD Dataset GitHub Pages starter

This is a plain HTML, CSS, and JavaScript starter for a dataset website.

Why this version

  • No build step
  • Works well on GitHub Pages
  • Content lives in one JSON file
  • Easy to customise without learning a framework

Files

  • index.html contains the page structure
  • assets/site.css contains the styling
  • assets/site.js loads and renders the content
  • data/site.json stores the dataset content
  • assets/examples/ contains example images
  • .nojekyll prevents GitHub Pages from running Jekyll processing

How to use it

  1. Copy these files into the root of crowd-dataset.github.io
  2. Replace the text in data/site.json
  3. Replace the sample images in assets/examples/
  4. Commit and push to your default branch
  5. In GitHub, open Settings, then Pages, and publish from the branch root

Suggested edits

  • Add a teaser figure near the top
  • Replace the benchmark table with your actual results
  • Add download mirrors, licence, and terms of use
  • Add a paper PDF thumbnail or poster section
  • Add a challenge or leaderboard page if needed

Optional improvement

If you later want markdown driven content, search, or blog style pages, move to a static site generator. For a research project page, this starter keeps things simpler.

Releases

No releases published

Packages

 
 
 

Contributors