Version 2.0.0 - Restructured & Optimized
A modern, responsive portfolio website showcasing data science research and machine learning projects.
- Modern Dark Mode Design - Professional aesthetic optimized for readability
- Responsive Layout - Works seamlessly across desktop, tablet, and mobile devices
- Interactive Animations - Smooth scroll effects and element animations
- Research Publications - Detailed academic papers with proper citations
- Project Showcase - Comprehensive display of data science and ML projects
- Organized Architecture - Clean, maintainable file structure (v2.0 restructure)
evint_portofolio.github.io/
├── index.html # Main portfolio page
├── assets/
│ ├── css/ # Organized stylesheets
│ ├── js/ # Consolidated scripts
│ └── images/ # Assets (logos, diagrams)
├── research/ # Research papers
│ ├── circular-rna.html
│ ├── p53-mutation.html
│ ├── crypto-stock-timing.html
│ └── gdp-clustering.html
├── files/ # Downloadable PDFs
└── docs/ # Documentation
├── CHANGELOG.md
├── STRUCTURE.md
└── archive/
📖 See docs/STRUCTURE.md for detailed documentation.
- Method: UMAP + Self-Organizing Maps
- Dataset: 190 countries, 45 years
- Result: 4 distinct economic trajectory clusters
- Method: Deep Learning with Gaussian Blur preprocessing
- Accuracy: 75.11% with 10x faster inference
- Published: URNCST Journal (2024)
- Method: Genetic algorithms in closed environment
- Focus: DNA mutation characteristics
- Result: 6 key mutation patterns identified
- Frontend: HTML5, CSS3, JavaScript (ES6+)
- Styling: Custom CSS with CSS Grid & Flexbox
- Fonts: Inter & JetBrains Mono
- Icons: Inline SVG
- Deployment: GitHub Pages
Automatically deployed to GitHub Pages via workflow:
- Trigger: Push to
mainbranch - URL:
https://username.github.io/repository-name - Updates: Live within minutes of commit
- Desktop: Full-featured layout with animations
- Tablet: Optimized grid layouts
- Mobile: Touch-friendly navigation and stacked content
- Performance First: Optimized loading and smooth interactions
- Accessibility: Proper contrast ratios and semantic markup
- Modern UX: Intuitive navigation and visual hierarchy
- Professional: Academic presentation with contemporary design
© 2025 Evint Leovonzko. All Rights Reserved.
Built with passion for data science and modern web development 🚀