A professional website for the Advanced Forestry Systems Lab at Oregon State University, led by Dr. Heesung Woo.
The website is deployed and accessible at: https://test
This website showcases the cutting-edge research and innovations of the Advanced Forestry Systems Lab, featuring:
- 12 Active Research Projects spanning robotics, AI, sensor technology, and mobile applications
- Comprehensive Lab Information including team members, publications, and achievements
- Professional Design with responsive layout and modern UI components
- Rich Content based on actual research data and lab activities
- Home: Overview of the lab and key research areas
- About: Detailed explanation of Advanced Forestry Systems and technology integration
- Research: Interactive showcase of all 12 research projects with filtering capabilities
- Team: Information about Dr. Heesung Woo and graduate students
- Publications: Research achievements, publications, and academic activities
- Contact: Complete contact information and location details
- Responsive design for desktop and mobile devices
- Interactive research project filtering
- Professional navigation with active page indicators
- High-quality images and visual assets
- Modern UI components using Tailwind CSS and Lucide icons
- Fast loading and optimized performance
- Frontend Framework: React 18 with Vite
- Styling: Tailwind CSS
- Icons: Lucide React
- UI Components: Custom components with shadcn/ui patterns
- Routing: React Router DOM
- Build Tool: Vite
- Package Manager: npm
- Node.js (version 16 or higher)
- npm (comes with Node.js)
-
Install Dependencies
npm install
-
Start Development Server
npm run dev
The website will be available at
http://localhost:5173 -
Build for Production
npm run build
Production files will be generated in the
dist/directory -
Preview Production Build
npm run preview
npm run dev- Start development server with hot reloadnpm run build- Build for productionnpm run preview- Preview production build locallynpm run lint- Run ESLint for code quality
forestry-lab-website/
├── public/ # Static assets
├── src/
│ ├── assets/
│ │ └── images/ # Website images and visual assets
│ ├── components/
│ │ ├── pages/ # Page components
│ │ │ ├── Home.jsx
│ │ │ ├── About.jsx
│ │ │ ├── Research.jsx
│ │ │ ├── Team.jsx
│ │ │ ├── Publications.jsx
│ │ │ └── Contact.jsx
│ │ ├── Header.jsx # Navigation header
│ │ └── Footer.jsx # Website footer
│ ├── App.jsx # Main application component
│ ├── App.css # Global styles
│ └── main.jsx # Application entry point
├── index.html # HTML template
├── package.json # Project dependencies and scripts
├── tailwind.config.js # Tailwind CSS configuration
├── vite.config.js # Vite build configuration
└── README.md # This file
The website includes carefully selected images covering:
- Forest management and operations
- LiDAR technology and scanning
- Oregon State University campus
- Robotics and automation in forestry
- Drone applications in forestry
- Research Projects: 12 detailed projects with categories:
- Robotics & Automation (4 projects)
- AI & Machine Learning (3 projects)
- Sensor Technology (3 projects)
- Mobile Applications (2 projects)
- Academic Information: Complete background of Dr. Heesung Woo
- Lab Achievements: 27 publications, 15 conferences, 14 awards
- Contact Details: Complete contact information and office hours
- Edit
src/components/pages/Research.jsx - Add new project object to the
researchProjectsarray - Include appropriate category, description, and technologies
- Edit
src/components/pages/Team.jsx - Update graduate student information in the
graduateStudentsarray - Add photos by placing images in
src/assets/images/and updating image imports
- Edit
src/components/pages/Contact.jsx - Update contact details, office hours, and location information
- Place images in
src/assets/images/ - Import images in the relevant component files
- Update image references in the components
The website is fully responsive and optimized for:
- Desktop computers (1200px+)
- Tablets (768px - 1199px)
- Mobile phones (320px - 767px)
- Research project filtering by category
- Responsive navigation menu
- Hover effects and transitions
- Modal dialogs for project details
- Oregon State University color scheme
- Consistent typography and spacing
- Professional gradients and backgrounds
- High-quality image integration
- Optimized image formats (WebP, JPG)
- Efficient component structure
- Fast build times with Vite
- Minimal bundle size
For questions about the website or technical support:
Dr. Heesung Woo
- Email: Heesung.woo@oregonstate.edu
- Phone: (541) 360-2484
- Office: Department of Forest Engineering, Resources, and Management
- Location: Oregon State University, Corvallis, Oregon
This project is created for the Advanced Forestry Systems Lab at Oregon State University. All content and research information is property of the respective researchers and Oregon State University.
- Oregon State University College of Forestry
- Advanced Forestry Systems Lab research team
- All contributors to the research projects featured on this website
Built with ❤️ for advancing forestry through technology