Skip to content

PediaMedAI/cv4chl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AI4CHL Workshop Website

ICLR 2025 Workshop on AI for Children

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

πŸ“ Structure

cv4chl/
β”œβ”€β”€ 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 cv4chl
git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin https://github.com/pediamedai/cv4chl.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/cv4chl/
  • Navigation uses relative paths
  • CSS loaded from CDN (requires internet)
  • Images in assets/ subdirectories

For detailed deployment instructions in Chinese, see ιƒ¨η½²θ―΄ζ˜Ž.md.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published