RISE Project Page
Where to put it
Copy the entire RISE folder into your website repository:
project/
βββ RISE/
βββ index.html
βββ static/
βββ css/
βββ images/
βββ pdf/
The page uses the repositoryβs existing Jekyll layout through:
---
layout: default
title: "RISE: Responsibility-Induced Specialized Experts for Humanoid Loco-Manipulation"
parent: Home
nav_order: 2610
---
Visible section order
- Video
- Abstract
- Method Overview
- RISE
- Simulation Experiments
- Real-World Experiments
- BibTeX
Author / affiliation display
The header uses numbered affiliations:
1NVIDIA Corporation, Seoul, Korea2Robot Learning Lab (RLLAB), Seoul National University3Seoul National University (Hyewoo Jung)* Equal contribution
Deploy
From the root of the website repository:
git add project/RISE
git commit -m "Add RISE project page"
git push
After GitHub Pages finishes deploying, the project page should be available under the project/RISE/ path of the site.
Adding experiment videos later
Create:
project/RISE/static/videos/
Then add your MP4 files there and uncomment/edit the example <video> blocks already included in index.html.
Final method figures
static/images/overview_final.pngβ Method Overviewstatic/images/method_final.pngβ RISE
Visual consistency update
This revision matches the LF-Former page more closely:
- all author names use the same font weight;
IROS 2026is shown as simple colored venue text rather than a pill badge;- Method Overview / RISE figures have the exact same content width as their paragraphs.