This directory contains a static project page for the paper “Muscle Synergy Priors Enhance Biomechanical Fidelity in Predictive Musculoskeletal Locomotion Simulation.”
The site is designed to be deployed as a standalone GitHub Pages project (static files only). It includes:
index.html: Main landing page with title/authors, abstract, BibTeX citation (copy button), and an embedded synchronized video comparison UI (Independent vs. Synergistic).assets/css/style.css: Responsive stylesheet for the landing page. No external frameworks are required.assets/js/main.js: Clipboard-copy helper for the BibTeX citation.assets/js/video-compare.js: Controller for the embedded synchronized comparison. It loads metadata fromVideo_Comparison/videos.jsonwhen available (falls back to an embedded set if the fetch is blocked).assets/images/Framework Diagram_Combined.png: Teaser figure used on the landing page (replace this file, or update thesrcinindex.htmlif you rename it).Video_Comparison/: Standalone “Results Video” viewer (gallery + synchronized compare). This folder also containsvideos.json(video metadata) andFilename_rules.md(how video tokens were defined).
- Results Video link: update the
hrefof the “Results Video” button inindex.htmlto point to the deployed URL forVideo_Comparison/index.html(e.g.Video_Comparison/index.html). - Teaser image: replace
assets/images/Framework Diagram_Combined.png(or edit the imagesrcinindex.html). - Videos metadata: edit
Video_Comparison/videos.jsonto change what appears in both the embedded compare widget and the standalone viewer. - Code/Dataset buttons: once available, replace the disabled “Code (Coming Soon)” and “Dataset (Coming Soon)” buttons in
index.htmlwith real links.
Notes:
- The embedded “Sync Play” uses the YouTube JS API; sync controls may be disabled when opened via
file://(use http(s) for full functionality).
-
Push the repository contents (including
index.html,assets/, andVideo_Comparison/) to themainbranch of a GitHub repository named<username>.github.io(or enable Pages in the repository settings). -
Ensure the file structure remains intact (root
index.html, plusassetsandVideo_Comparisonfolders). -
After enabling GitHub Pages, your site will be available at
https://<username>.github.io/.Standalone results viewer:
https://<username>.github.io/Video_Comparison/
This project page template is provided for illustration purposes and may be used freely. If you adapt the design, please include appropriate attribution where applicable.