Source for the Sterkfontein dataset project page, hosted under the Brown Visual Computing site at https://visual.cs.brown.edu/sterkfontein.
This repo is intended to be included as a Git submodule of
brownvc/vcwebpage.github.io
under projects/, and is pulled into GitHub Pages on build.
index.htmlcarries Jekyll frontmatter that sets the short URL:So--- redirect_from: sterkfontein/ ---visual.cs.brown.edu/sterkfonteinresolves to this page. Make sure no other project uses the sameredirect_fromshort URL.- The page is self-contained (inline CSS, relative asset paths). Put images in
./imagesand videos in./videos.
The simplest check is to open index.html in a browser (the frontmatter ---
lines show as text but the rest renders). For a faithful preview matching the
live site, run Jekyll from the parent vcwebpage.github.io checkout:
jekyll serve --watch
then visit http://localhost:4000/sterkfontein.
- Make this repo public on
github.com/brownvc. - From the
vcwebpage.github.ioroot:(Use https as the access protocol.)cd projects git submodule add https://github.com/brownvc/sterkfontein-webpage - Commit and push the parent repo.
After pushing changes here, the submodule pointer in the parent repo must be bumped and Pages rebuilt:
git submodule update --remote --merge # in projects/sterkfontein-webpage
git add projects/sterkfontein-webpage
git commit -m "Update sterkfontein-webpage submodule"
git push
The current index.html is a placeholder scaffold. Fill in:
- Title / tagline and author list + affiliation logos
- Paper / code / dataset download links
- Teaser image or video
- Overview, dataset details, format, license
- BibTeX citation
- Acknowledgements