This is my personal academic portfolio website showcasing my research work in computational chemistry. The website includes information about my publications, research focus, and academic contributions.
Author: Ouail Zakary
ORCID: 0000-0002-7793-3306
E-mail: [email protected]
Website: Ouail Zakary - webpage
- About: Overview of my research.
- Publications: Comprehensive list of research publications with access information.
- Conferences: Presentations and proceedings from academic conferences.
- Code: Software and computational tools developed during research.
- Funding: Research grants and funding information.
- Collaborators: Research partners and collaborations.
This website is built using modern web technologies:
- React (via Vite)
- Tailwind CSS for styling
- GitHub Pages for hosting
{
"dependencies": {
"react": "^18.2.0",
"react-router-dom": "^6.x",
"lucide-react": "^0.x",
"@tailwindcss/typography": "^0.5.x"
},
"devDependencies": {
"tailwindcss": "^3.x",
"postcss": "^8.x",
"autoprefixer": "^10.x",
"gh-pages": "^6.x"
}
}
- Responsive design for all device sizes
- Interactive navigation
- Publication cards with subscription status indicators
- Support for chemical formulas with subscripts and superscripts
- Academic-focused styling
- Mobile-friendly layout
To run this website locally:
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Deploy to GitHub Pages
npm run deploy
MIT License
For any inquiries, please reach out through:
- University Email: [email protected]
- GitHub: @ozakary