Click the top fork button to fork the repository.
Select a suitable name for the repository that includes the year in which the paper was published.
For example, 'gpsfsm-2026' was used as the repo name for the paper 'A Generative Partially Specified Finite State Machine Approach to Complex Behaviour Planning' published in 2026. This would appear as https://collaborativeroboticslab.github.io/gpsfsm-2026/.
This is required to avoid conflicts with other navigation links under the same GitHub Pages organization, in our case https://collaborativeroboticslab.github.io/.
Once the repository has been created, follow the instructions here about publishing-from-a-branch
To summarize the steps:
- Go to repo's
Settings->Pages(underCode and automationsection) - Under
sourceselectdeploy from branch - Under
branchselectmainand then/docsoption and presssave - In a few minutes, you will get a new info box with "Your site is now live at..." with the link to the site.
The HTML file is the main file and is at /docs/index.html and has TODO comments showing what to replace:
- Paper title, authors, institution, conference
- Links (arXiv, GitHub, etc.)
- Abstract and descriptions
- Videos, images, and PDFs
- Related works in the dropdown
- Meta tags for SEO and social sharing
The template includes meta tags for better search engine visibility and social media sharing. These appear in the <head> section and help with:
- Google Scholar indexing
- Social media previews (Twitter, Facebook, LinkedIn)
- Search engine optimization
Replace this file with information about the paper as well as any setup and run instructions.
You can also add additional content such as images, logs and results as separate files or folders. But do not rename or change the docs folder.
Remember to link new content in the index.html file so that it is accessible from the main page.
- Compress images with TinyPNG
- Use YouTube for large videos (>10MB)
- Replace the favicon in
static/images/ - Works with GitHub Pages
Parts of this project page were adopted from the Nerfies page.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
