Skip to content

CollaborativeRoboticsLab/Academic-project-page-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

Academic Project Page Template

Configuration

Fork this repo

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/.

Publishing the page.

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 (under Code and automation section)
  • Under source select deploy from branch
  • Under branch select main and then /docs option and press save
  • In a few minutes, you will get a new info box with "Your site is now live at..." with the link to the site.

Customization

index.html

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

ReadME.md

Replace this file with information about the paper as well as any setup and run instructions.

Additional Content

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.

Tips

  • Compress images with TinyPNG
  • Use YouTube for large videos (>10MB)
  • Replace the favicon in static/images/
  • Works with GitHub Pages

Acknowledgments

Parts of this project page were adopted from the Nerfies page.

Website License

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

About

A template webpage for academic papers

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors