Skip to content

PediaMedAI/icml26seai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI4CHL Workshop Website

ICLR 2025 Workshop on AI for Children

Live site: https://pediamedai.github.io/icml26seai/

📁 Structure

icml26seai/
├── index.html              # Homepage (About)
├── callforpapers/          # Call for Papers page
├── organizers/             # Organizers page
├── schedule/               # Schedule page
└── assets/                 # All images, CSS, and JS files

🚀 Deployment

Quick Start

cd icml26seai
git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin https://github.com/pediamedai/icml26seai.git
git push -u origin main

Then enable GitHub Pages in repository settings:

  • Settings > Pages
  • Source: Branch main, Folder / (root)

Update Website

# After making changes
git add .
git commit -m "Update content"
git push

GitHub will automatically redeploy the site.

✏️ Editing

All pages are pure HTML files. Edit them with any text editor:

  • Homepage: index.html
  • Call for Papers: callforpapers/index.html
  • Organizers: organizers/index.html
  • Schedule: schedule/index.html
  • Styles: assets/css/main.css

📝 Notes

  • All links point to https://pediamedai.github.io/icml26seai/
  • Navigation uses relative paths
  • CSS loaded from CDN (requires internet)
  • Images in assets/ subdirectories

For detailed deployment instructions in Chinese, see 部署说明.md.

About

Workshop on Social Embodied AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors