Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 Wenbo Yu's Academic Homepage

GitHub Pages License Last Updated

🎓 Personal academic homepage for Wenbo Yu (余文博)
🤖 Research interests: Robotic Manipulation & Robot Learning
🎉 CVPR 2026 paper accepted!

Live Site: https://namelesscrew.github.io/


📋 About This Site

This is my personal academic homepage built with pure HTML, CSS, and JavaScript. The site showcases:

  • 📄 Publications - Including CVPR 2026 accepted paper
  • 🚀 Research Projects - Wildlife AI, Safe RL, Battery Management System
  • 🎓 Education & Experience - GeWu-Lab Research Assistant, BFU undergraduate
  • 🏆 Honors & Awards - Scholarships and competition prizes
  • 💼 Job Seeking - Summer internships and PhD positions for Fall 2027

✨ Features

  • 🎨 Modern & Responsive Design - Works on desktop and mobile
  • Fast Loading - Static site with optimized assets
  • 🔍 SEO Optimized - Complete meta tags, sitemap, robots.txt
  • 🎯 Interactive Effects - Smooth animations and hover effects
  • 🌈 Highlighted Keywords - Special styling for conferences, research areas
  • 🔝 Back to Top Button - Easy navigation
  • 📱 Mobile Friendly - Fully responsive layout

🚀 Quick Start

View the Site

Simply visit: https://namelesscrew.github.io/

Run Locally

# Clone the repository
git clone https://github.com/NamelessCrew/namelesscrew.github.io.git
cd namelesscrew.github.io

# Start local server
./preview.sh

# Or use Python
python3 -m http.server 8000

# Visit http://localhost:8000

📁 Project Structure

my-homepage/
├── index.html              # Main homepage
├── css/
│   └── style.css          # Styles and animations
├── js/
│   └── script.js          # Interactive features
├── images/                # All images (photos, logos, projects)
│   ├── profile-new.jpg    # Personal photo
│   ├── geco-srt.png       # CVPR 2026 paper image
│   ├── wildlife.png       # Wildlife AI project
│   ├── safe-rl.png        # Safe RL project
│   ├── bms-project.png    # Battery Management project
│   ├── ruc-logo.jpg       # Renmin University logo
│   └── bfu-logo.png       # Beijing Forestry University logo
├── CV_Wenbo_Yu.pdf        # Curriculum Vitae
├── robots.txt             # SEO: Search engine rules
├── sitemap.xml            # SEO: Site structure
├── deploy.sh              # Deployment script
├── preview.sh             # Local preview script
└── README.md              # This file

🎓 Personal Information

Name: Wenbo Yu (余文博)

Current Status:

  • 🎓 Junior student at Beijing Forestry University (Automation)
  • 🔬 Research Assistant at GeWu-Lab, Renmin University of China
  • 🤝 Working with Wenke Xia and Prof. Di Hu

Research Interests:

  • 🤖 Robotic Manipulation
  • 🧠 Robot Learning
  • 🔄 Sim-to-Real Transfer
  • 🌐 Embodied AI

Recent Achievements:

  • 🎉 CVPR 2026 - Paper "GeCo-SRT" accepted!
  • 🏆 First Class Scholarship (Top 1%) at Beijing Forestry University
  • 🥈 Second Prize - China International College Students' Innovation Competition

Looking For:

  • 🌞 Summer Research Internships
  • 🎓 CS/Robotics PhD positions starting Fall 2027

🎨 Key Features & Styling

Special Visual Effects

  1. Conference Name Badges 🏷️

    • Red highlighting with border and shadow
    • Applied to: CVPR 2026, CHI 2025
  2. Author Name Highlighting 📝

    • Blue text with light background
    • Hover to scale effect
    • Applied to: Wenbo Yu in publications
  3. Keyword Emphasis 🔑

    • Blue background with hover animation
    • Applied to: Robotic Manipulation, Robot Learning
  4. Interactive Links 🔗

    • Underline expand animation on hover
    • Applied to: GeWu-Lab, collaborators, institutions
  5. Job Seeking Banner 💼

    • Purple gradient background with glow animation
    • Prominently displays internship/PhD opportunities
  6. Back to Top Button ⬆️

    • Appears after scrolling 300px
    • Smooth scroll to top

🔧 Customization

Update Content

Edit index.html to modify:

  • Personal information
  • News and publications
  • Projects and experience
  • Awards and honors

Modify Styles

Edit css/style.css to change:

  • Colors (CSS variables in :root)
  • Fonts and typography
  • Layout and spacing
  • Animations and effects

Add Functionality

Edit js/script.js to add:

  • New interactive features
  • Additional animations
  • Custom behaviors

For detailed customization guide, see CUSTOMIZATION.md.


📦 Deployment

Deploy to GitHub Pages

  1. Ensure repository name is correct:

    • Repository: namelesscrew.github.io
    • URL will be: https://namelesscrew.github.io/
  2. Push to GitHub:

    git add .
    git commit -m "Update homepage"
    git push origin main
  3. Enable GitHub Pages:

    • Go to repository Settings → Pages
    • Source: main branch
    • Click Save
  4. Wait 2-5 minutes, then visit your site!

For detailed deployment instructions, see QUICK_DEPLOY.md.


🔍 SEO & Indexing

Included SEO Features

✅ Complete meta tags (title, description, keywords)
✅ Open Graph tags (Facebook, LinkedIn)
✅ Twitter Card tags
✅ Canonical URL
robots.txt for search engine crawlers
sitemap.xml for site structure
✅ Semantic HTML5 structure
✅ Alt text for all images
✅ Responsive design (mobile-friendly)

Submit to Search Engines

  1. Google Search Console: https://search.google.com/search-console/
  2. Bing Webmaster Tools: https://www.bing.com/webmasters/
  3. Baidu站长平台: https://ziyuan.baidu.com/

For complete SEO guide, see DEPLOYMENT_GUIDE.md.


📚 Documentation

  • 📖 QUICK_DEPLOY.md - Fast deployment guide (5 minutes)
  • 📖 DEPLOYMENT_GUIDE.md - Complete deployment & SEO tutorial
  • 📖 CUSTOMIZATION.md - How to customize content and styles
  • 📖 START_HERE.md - Project overview and quick reference
  • 📖 FIX-URL-GUIDE.md - How to fix repository URL issues

🛠️ Tech Stack

  • HTML5 - Semantic markup
  • CSS3 - Modern styling with flexbox/grid, animations, custom properties
  • Vanilla JavaScript - No frameworks, pure JS
  • Font Awesome - Icon library
  • GitHub Pages - Free hosting
  • Git - Version control

🌟 Highlights

Academic Achievements

  • 🎉 CVPR 2026 paper accepted (first-author)
  • 🏆 Top 1% scholarship at Beijing Forestry University
  • 🥈 Multiple competition awards
  • 🔬 Research Assistant at prestigious GeWu-Lab

Technical Skills

  • 🤖 Robotic Manipulation
  • 🧠 Deep Learning & Reinforcement Learning
  • 🔄 Sim-to-Real Transfer
  • 💻 STM32, IoT, Computer Vision

Projects Portfolio

  1. GeCo-SRT - Sim-to-real transfer (CVPR 2026)
  2. Wildlife Protection AI - Deep learning for conservation
  3. Safe Reinforcement Learning - CBF integration
  4. Battery Management System - STM32 + IoT

📞 Contact


📄 License

This project is open source and available under the MIT License.

Feel free to use this template for your own academic homepage!


🙏 Acknowledgments


📊 Status

  • 🟢 Site Status: Live and running
  • 📅 Last Updated: February 2026
  • 🔄 Actively Maintained: Yes
  • 📝 Content Complete: Yes
  • 🎨 Design Finalized: Yes
  • 🔍 SEO Optimized: Yes

💡 Future Plans

  • Add blog section for research notes
  • Integrate Google Analytics
  • Add more interactive demos
  • Create video presentations of projects
  • Add multilingual support (Chinese version)

⭐ If you find this helpful, consider giving it a star!

Made with ❤️ by Wenbo Yu

🌐 Visit Site | 📧 Contact | 📄 CV

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages