
Website Architecture Reorganization Suggestions
Website Architecture Reorganization Suggestions
Option 1: Research-Centric Organization
This structure prioritizes your research identity and makes it easier for visitors to understand your work:
βββ Home (Brief intro + latest highlights)
βββ About
β βββ Biography
β βββ Research Interests
β βββ CV/Resume
βββ Research
β βββ Overview & Philosophy
β βββ Current Projects
β βββ Publications
β β βββ By Year
β β βββ By Topic
β β βββ Selected/Featured
β βββ Software & Tools
β βββ Collaborations
βββ Teaching
β βββ Current Courses
β βββ Past Courses
β βββ Student Resources
βββ News & Updates
βββ Contact
Option 2: Activity-Based Organization β SELECTED
This groups content by what you actually do, making it intuitive for different audiences:
βββ Home
βββ Research
β βββ Active Projects
β βββ Publications & Papers
β βββ Software & Datasets
β βββ Research Group
βββ Teaching & Mentoring
β βββ Courses
β βββ Student Projects
β βββ Supervision
βββ Professional
β βββ About Me
β βββ CV & Experience
β βββ Service & Reviews
β βββ Talks & Presentations
βββ Resources
β βββ Code & Tools
β βββ Datasets
β βββ Tutorials
βββ Contact & News
Option 3: Audience-Focused Organization
This structure considers who is visiting your site and what they need:
βββ Home (with clear audience paths)
βββ For Researchers
β βββ Publications
β βββ Open Source Projects
β βββ Datasets & Tools
β βββ Collaboration Opportunities
βββ For Students
β βββ Current Courses
β βββ Research Opportunities
β βββ Resources & Tutorials
β βββ Thesis Topics
βββ For Industry
β βββ Consulting & Partnerships
β βββ Technology Transfer
β βββ Applied Research
βββ About
β βββ Biography
β βββ Research Vision
β βββ CV
βββ News & Contact
Option 4: Portfolio-Style Organization
This modern approach treats your site like a professional portfolio:
βββ Home (showcase + quick navigation)
βββ Work
β βββ Research Projects (with visual portfolios)
β βββ Publications (grouped by impact/topic)
β βββ Software & Tools
β βββ Case Studies
βββ Expertise
β βββ Research Areas
β βββ Technical Skills
β βββ Methodologies
βββ Teaching
β βββ Course Portfolio
β βββ Educational Philosophy
βββ About
βββ Connect (contact + social + news)
Specific Improvements Recommended:
1. Reduce Navigation Complexity
Current navigation has too many dropdown levels. Flatten it to 2 levels maximum.
2. Merge Similar Content
- Combine βNewsβ into the homepage or a dedicated updates section
- Merge CV content with About page
- Consolidate research overview with main research page
3. Improve Content Discoverability
- Add a search function
- Create topic-based tags for publications
- Add βRelated Workβ sections between pages
4. Better Content Hierarchy
# Suggested _config.yml collections update
collections:
projects: # Instead of mixing with research
output: true
permalink: /work/:name/
publications: # Separate from general research
output: true
permalink: /publications/:year/:title/
courses: # More specific than teaching
output: true
permalink: /teaching/:name/
5. Add Missing Sections
- Software/Tools showcase
- Media/Press coverage
- Student opportunities
- Resource downloads
Implementation Plan
- β Create this suggestions document
- β³ Update _config.yml with new collections structure
- β³ Restructure navigation according to Option 2
- β³ Reorganize content directories
- β³ Update layouts for new structure
- β³ Create missing content sections