Skip to content

Emerge-Lab/project-site-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Your Project Name]

Research project website template forked from: https://github.com/ComputationalRobotics/TRAC/tree/gh-pages

🚀 Quick Start (For Lab Members)

  1. Create your Project
  • Click the green "Use this template" button above
  • Name your repo (e.g., my-awesome-research-project)
  • Choose "Public" for GitHub Pages to work
  • Click "Create repository"
  1. Cutomization Tips
  • edit index.html and replace all placeholders
  • Add/remove sections by copying the section template pattern
  • Update Google Analytics ID in the index.html script at the bottom
  • Update cite.txt with your actual citation.
  1. Deploy to Github Pages
  • Go to your repo Settings -> Pages
  • Under "Source," select "Deploy from a branch"
  • Choose main branch and save.
  • Your site will be live at: https://[your-username].github.io/[your-repo-name]/

Local Development

  1. Simply open index.html in your browser
  2. For a local server: python -m http.server 8000
  3. Visit http://localhost:8000

TODO

  • Add NYU Favicon

About

Research project website template, adapted from: https://computationalrobotics.seas.harvard.edu/TRAC/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Roff 78.3%
  • HTML 10.6%
  • CSS 8.3%
  • JavaScript 2.8%