personal-cv / index.html
muneebable's picture
Add 2 files
b259366 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Data Science Portfolio | John Doe</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Inter', sans-serif;
scroll-behavior: smooth;
}
.gradient-text {
background: linear-gradient(90deg, #3b82f6, #8b5cf6);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.skill-bar {
transition: width 1.5s ease-in-out;
}
.timeline-item:not(:last-child)::after {
content: '';
position: absolute;
left: 7px;
top: 24px;
height: 100%;
width: 2px;
background: #e5e7eb;
}
.project-card:hover .project-overlay {
opacity: 1;
}
.publication-card:hover {
border-color: #3b82f6;
}
.typewriter {
overflow: hidden;
border-right: .15em solid #3b82f6;
white-space: nowrap;
animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
}
@keyframes typing {
from { width: 0 }
to { width: 100% }
}
@keyframes blink-caret {
from, to { border-color: transparent }
50% { border-color: #3b82f6; }
}
.wave {
animation-name: wave-animation;
animation-duration: 2.5s;
animation-iteration-count: infinite;
transform-origin: 70% 70%;
display: inline-block;
}
@keyframes wave-animation {
0% { transform: rotate(0deg); }
10% { transform: rotate(14deg); }
20% { transform: rotate(-8deg); }
30% { transform: rotate(14deg); }
40% { transform: rotate(-4deg); }
50% { transform: rotate(10deg); }
60% { transform: rotate(0deg); }
100% { transform: rotate(0deg); }
}
</style>
</head>
<body class="bg-gray-50 text-gray-800">
<!-- Navigation -->
<nav class="fixed w-full bg-white shadow-sm z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<span class="text-xl font-bold gradient-text">JD</span>
</div>
<div class="hidden md:flex items-center space-x-8">
<a href="#home" class="text-gray-700 hover:text-blue-600 font-medium transition">Home</a>
<a href="#about" class="text-gray-700 hover:text-blue-600 font-medium transition">About</a>
<a href="#skills" class="text-gray-700 hover:text-blue-600 font-medium transition">Skills</a>
<a href="#experience" class="text-gray-700 hover:text-blue-600 font-medium transition">Experience</a>
<a href="#projects" class="text-gray-700 hover:text-blue-600 font-medium transition">Projects</a>
<a href="#publications" class="text-gray-700 hover:text-blue-600 font-medium transition">Publications</a>
<a href="#contact" class="text-gray-700 hover:text-blue-600 font-medium transition">Contact</a>
</div>
<div class="md:hidden flex items-center">
<button id="menu-toggle" class="text-gray-700 hover:text-blue-600">
<svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
</svg>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="hidden md:hidden bg-white py-2 px-4 shadow-lg">
<div class="flex flex-col space-y-3">
<a href="#home" class="text-gray-700 hover:text-blue-600 font-medium transition">Home</a>
<a href="#about" class="text-gray-700 hover:text-blue-600 font-medium transition">About</a>
<a href="#skills" class="text-gray-700 hover:text-blue-600 font-medium transition">Skills</a>
<a href="#experience" class="text-gray-700 hover:text-blue-600 font-medium transition">Experience</a>
<a href="#projects" class="text-gray-700 hover:text-blue-600 font-medium transition">Projects</a>
<a href="#publications" class="text-gray-700 hover:text-blue-600 font-medium transition">Publications</a>
<a href="#contact" class="text-gray-700 hover:text-blue-600 font-medium transition">Contact</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="pt-24 pb-16 md:pt-32 md:pb-24 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-10 md:mb-0">
<h1 class="text-4xl md:text-5xl lg:text-6xl font-bold mb-4">
Hi, I'm <span class="gradient-text">John Doe</span> <span class="wave">👋</span>
</h1>
<div class="typewriter text-2xl md:text-3xl font-medium mb-6">
Data Scientist | AI Researcher
</div>
<p class="text-lg text-gray-600 mb-8 max-w-lg">
Transforming complex data into actionable insights. Passionate about machine learning, deep learning, and making data-driven decisions.
</p>
<div class="flex space-x-4">
<a href="#contact" class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-lg font-medium transition shadow-md">
Contact Me
</a>
<a href="#projects" class="border border-blue-600 text-blue-600 hover:bg-blue-50 px-6 py-3 rounded-lg font-medium transition">
View Projects
</a>
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<div class="relative">
<div class="w-64 h-64 md:w-80 md:h-80 rounded-full bg-gradient-to-r from-blue-400 to-purple-500 flex items-center justify-center">
<img src="https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80"
alt="John Doe"
class="w-60 h-60 md:w-72 md:h-72 rounded-full object-cover border-4 border-white">
</div>
<div class="absolute -bottom-5 -right-5 bg-white p-4 rounded-xl shadow-lg">
<div class="flex items-center">
<div class="bg-blue-100 p-3 rounded-full mr-3">
<i class="fas fa-chart-line text-blue-600 text-xl"></i>
</div>
<div>
<p class="text-sm text-gray-500">Currently working on</p>
<p class="font-medium">AI for Healthcare</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-16 bg-white px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold mb-2">About Me</h2>
<div class="w-20 h-1 bg-gradient-to-r from-blue-400 to-purple-500 mx-auto"></div>
</div>
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/3 mb-8 md:mb-0 flex justify-center">
<img src="https://images.unsplash.com/photo-1571171637578-41bc2dd41cd2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1740&q=80"
alt="Working"
class="rounded-xl shadow-lg w-full max-w-md">
</div>
<div class="md:w-2/3 md:pl-12">
<h3 class="text-2xl font-semibold mb-4">Who am I?</h3>
<p class="text-gray-600 mb-6">
I'm a passionate data scientist with 5+ years of experience in machine learning, statistical modeling, and data visualization.
I hold a Ph.D. in Computer Science with a specialization in Artificial Intelligence from Stanford University.
</p>
<p class="text-gray-600 mb-6">
My expertise lies in developing end-to-end machine learning solutions, from data collection and preprocessing to model deployment
and monitoring. I'm particularly interested in applications of AI in healthcare, finance, and climate science.
</p>
<div class="grid grid-cols-2 gap-4 mb-8">
<div class="flex items-center">
<div class="bg-blue-100 p-2 rounded-full mr-3">
<i class="fas fa-user-graduate text-blue-600"></i>
</div>
<div>
<p class="text-sm text-gray-500">Education</p>
<p class="font-medium">Ph.D. in Computer Science</p>
</div>
</div>
<div class="flex items-center">
<div class="bg-purple-100 p-2 rounded-full mr-3">
<i class="fas fa-briefcase text-purple-600"></i>
</div>
<div>
<p class="text-sm text-gray-500">Experience</p>
<p class="font-medium">5+ Years</p>
</div>
</div>
<div class="flex items-center">
<div class="bg-green-100 p-2 rounded-full mr-3">
<i class="fas fa-project-diagram text-green-600"></i>
</div>
<div>
<p class="text-sm text-gray-500">Projects</p>
<p class="font-medium">30+ Completed</p>
</div>
</div>
<div class="flex items-center">
<div class="bg-yellow-100 p-2 rounded-full mr-3">
<i class="fas fa-file-alt text-yellow-600"></i>
</div>
<div>
<p class="text-sm text-gray-500">Publications</p>
<p class="font-medium">15+ Papers</p>
</div>
</div>
</div>
<a href="#" class="inline-flex items-center text-blue-600 font-medium">
Download CV <i class="fas fa-download ml-2"></i>
</a>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="py-16 bg-gray-50 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold mb-2">My Skills</h2>
<div class="w-20 h-1 bg-gradient-to-r from-blue-400 to-purple-500 mx-auto"></div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div>
<h3 class="text-xl font-semibold mb-6">Technical Skills</h3>
<div class="space-y-6">
<div>
<div class="flex justify-between mb-2">
<span class="font-medium">Python</span>
<span class="text-gray-500">95%</span>
</div>
<div class="w-full bg-gray-200 rounded-full h-2.5">
<div class="skill-bar bg-blue-600 h-2.5 rounded-full" style="width: 95%"></div>
</div>
</div>
<div>
<div class="flex justify-between mb-2">
<span class="font-medium">Machine Learning</span>
<span class="text-gray-500">90%</span>
</div>
<div class="w-full bg-gray-200 rounded-full h-2.5">
<div class="skill-bar bg-blue-600 h-2.5 rounded-full" style="width: 90%"></div>
</div>
</div>
<div>
<div class="flex justify-between mb-2">
<span class="font-medium">Deep Learning</span>
<span class="text-gray-500">85%</span>
</div>
<div class="w-full bg-gray-200 rounded-full h-2.5">
<div class="skill-bar bg-blue-600 h-2.5 rounded-full" style="width: 85%"></div>
</div>
</div>
<div>
<div class="flex justify-between mb-2">
<span class="font-medium">SQL</span>
<span class="text-gray-500">80%</span>
</div>
<div class="w-full bg-gray-200 rounded-full h-2.5">
<div class="skill-bar bg-blue-600 h-2.5 rounded-full" style="width: 80%"></div>
</div>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-semibold mb-6">Tools & Technologies</h3>
<div class="flex flex-wrap gap-4">
<div class="flex items-center bg-white px-4 py-3 rounded-lg shadow-sm border border-gray-100">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" class="w-6 h-6 mr-2" />
<span>Python</span>
</div>
<div class="flex items-center bg-white px-4 py-3 rounded-lg shadow-sm border border-gray-100">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/tensorflow/tensorflow-original.svg" class="w-6 h-6 mr-2" />
<span>TensorFlow</span>
</div>
<div class="flex items-center bg-white px-4 py-3 rounded-lg shadow-sm border border-gray-100">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/pytorch/pytorch-original.svg" class="w-6 h-6 mr-2" />
<span>PyTorch</span>
</div>
<div class="flex items-center bg-white px-4 py-3 rounded-lg shadow-sm border border-gray-100">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/pandas/pandas-original.svg" class="w-6 h-6 mr-2" />
<span>Pandas</span>
</div>
<div class="flex items-center bg-white px-4 py-3 rounded-lg shadow-sm border border-gray-100">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/numpy/numpy-original.svg" class="w-6 h-6 mr-2" />
<span>NumPy</span>
</div>
<div class="flex items-center bg-white px-4 py-3 rounded-lg shadow-sm border border-gray-100">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/docker/docker-original.svg" class="w-6 h-6 mr-2" />
<span>Docker</span>
</div>
<div class="flex items-center bg-white px-4 py-3 rounded-lg shadow-sm border border-gray-100">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/kubernetes/kubernetes-plain.svg" class="w-6 h-6 mr-2" />
<span>Kubernetes</span>
</div>
<div class="flex items-center bg-white px-4 py-3 rounded-lg shadow-sm border border-gray-100">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/apache/spark-original.svg" class="w-6 h-6 mr-2" />
<span>Spark</span>
</div>
<div class="flex items-center bg-white px-4 py-3 rounded-lg shadow-sm border border-gray-100">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/postgresql/postgresql-original.svg" class="w-6 h-6 mr-2" />
<span>PostgreSQL</span>
</div>
<div class="flex items-center bg-white px-4 py-3 rounded-lg shadow-sm border border-gray-100">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/git/git-original.svg" class="w-6 h-6 mr-2" />
<span>Git</span>
</div>
</div>
</div>
</div>
</section>
<!-- Experience Section -->
<section id="experience" class="py-16 bg-white px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold mb-2">My Experience</h2>
<div class="w-20 h-1 bg-gradient-to-r from-blue-400 to-purple-500 mx-auto"></div>
</div>
<div class="relative">
<div class="space-y-8">
<!-- Timeline item 1 -->
<div class="timeline-item relative pl-8">
<div class="absolute left-0 top-0 w-4 h-4 rounded-full bg-blue-600 border-4 border-blue-100"></div>
<div class="bg-gray-50 p-6 rounded-xl shadow-sm border border-gray-100">
<div class="flex flex-col md:flex-row md:justify-between md:items-center mb-4">
<h3 class="text-xl font-semibold">Senior Data Scientist</h3>
<span class="text-blue-600 bg-blue-50 px-3 py-1 rounded-full text-sm font-medium">2021 - Present</span>
</div>
<p class="text-gray-600 font-medium mb-2">Tech Innovations Inc.</p>
<p class="text-gray-500 mb-4">
Leading a team of data scientists to develop machine learning models for predictive analytics.
Implemented a novel deep learning architecture that improved recommendation accuracy by 23%.
</p>
<div class="flex flex-wrap gap-2">
<span class="bg-blue-50 text-blue-600 px-3 py-1 rounded-full text-sm">Python</span>
<span class="bg-blue-50 text-blue-600 px-3 py-1 rounded-full text-sm">TensorFlow</span>
<span class="bg-blue-50 text-blue-600 px-3 py-1 rounded-full text-sm">Spark</span>
<span class="bg-blue-50 text-blue-600 px-3 py-1 rounded-full text-sm">AWS</span>
</div>
</div>
</div>
<!-- Timeline item 2 -->
<div class="timeline-item relative pl-8">
<div class="absolute left-0 top-0 w-4 h-4 rounded-full bg-purple-600 border-4 border-purple-100"></div>
<div class="bg-gray-50 p-6 rounded-xl shadow-sm border border-gray-100">
<div class="flex flex-col md:flex-row md:justify-between md:items-center mb-4">
<h3 class="text-xl font-semibold">Data Scientist</h3>
<span class="text-purple-600 bg-purple-50 px-3 py-1 rounded-full text-sm font-medium">2018 - 2021</span>
</div>
<p class="text-gray-600 font-medium mb-2">Data Insights Corp.</p>
<p class="text-gray-500 mb-4">
Developed and deployed machine learning models for customer segmentation and churn prediction.
Created automated data pipelines that reduced processing time by 40%.
</p>
<div class="flex flex-wrap gap-2">
<span class="bg-purple-50 text-purple-600 px-3 py-1 rounded-full text-sm">Python</span>
<span class="bg-purple-50 text-purple-600 px-3 py-1 rounded-full text-sm">Scikit-learn</span>
<span class="bg-purple-50 text-purple-600 px-3 py-1 rounded-full text-sm">SQL</span>
<span class="bg-purple-50 text-purple-600 px-3 py-1 rounded-full text-sm">Tableau</span>
</div>
</div>
</div>
<!-- Timeline item 3 -->
<div class="timeline-item relative pl-8">
<div class="absolute left-0 top-0 w-4 h-4 rounded-full bg-green-600 border-4 border-green-100"></div>
<div class="bg-gray-50 p-6 rounded-xl shadow-sm border border-gray-100">
<div class="flex flex-col md:flex-row md:justify-between md:items-center mb-4">
<h3 class="text-xl font-semibold">Research Assistant</h3>
<span class="text-green-600 bg-green-50 px-3 py-1 rounded-full text-sm font-medium">2015 - 2018</span>
</div>
<p class="text-gray-600 font-medium mb-2">Stanford University</p>
<p class="text-gray-500 mb-4">
Conducted research on deep learning applications in medical imaging. Published 5 papers in top-tier conferences
and developed novel algorithms for tumor detection in MRI scans.
</p>
<div class="flex flex-wrap gap-2">
<span class="bg-green-50 text-green-600 px-3 py-1 rounded-full text-sm">Python</span>
<span class="bg-green-50 text-green-600 px-3 py-1 rounded-full text-sm">PyTorch</span>
<span class="bg-green-50 text-green-600 px-3 py-1 rounded-full text-sm">OpenCV</span>
<span class="bg-green-50 text-green-600 px-3 py-1 rounded-full text-sm">Matlab</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="py-16 bg-gray-50 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold mb-2">My Projects</h2>
<div class="w-20 h-1 bg-gradient-to-r from-blue-400 to-purple-500 mx-auto"></div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Project 1 -->
<div class="bg-white rounded-xl overflow-hidden shadow-md card-hover transition duration-300">
<div class="relative h-48 overflow-hidden">
<img src="https://images.unsplash.com/photo-1620712943543-bcc4688e7485?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=765&q=80"
alt="Healthcare AI"
class="w-full h-full object-cover">
<div class="project-overlay absolute inset-0 bg-gradient-to-t from-black/80 to-transparent opacity-0 transition duration-300 flex items-end p-6">
<div>
<div class="flex space-x-2 mb-2">
<span class="bg-blue-600 text-white px-2 py-1 rounded text-xs">Python</span>
<span class="bg-blue-600 text-white px-2 py-1 rounded text-xs">TensorFlow</span>
<span class="bg-blue-600 text-white px-2 py-1 rounded text-xs">DICOM</span>
</div>
<a href="#" class="text-white font-medium hover:underline">View Details</a>
</div>
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-semibold mb-2">Medical Image Analysis</h3>
<p class="text-gray-600 mb-4">
Developed a deep learning model for early detection of lung cancer from CT scans with 94% accuracy.
</p>
<div class="flex justify-between items-center">
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium text-sm flex items-center">
GitHub <i class="fas fa-external-link-alt ml-1 text-xs"></i>
</a>
<span class="text-xs text-gray-500">June 2023</span>
</div>
</div>
</div>
<!-- Project 2 -->
<div class="bg-white rounded-xl overflow-hidden shadow-md card-hover transition duration-300">
<div class="relative h-48 overflow-hidden">
<img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1740&q=80"
alt="Stock Prediction"
class="w-full h-full object-cover">
<div class="project-overlay absolute inset-0 bg-gradient-to-t from-black/80 to-transparent opacity-0 transition duration-300 flex items-end p-6">
<div>
<div class="flex space-x-2 mb-2">
<span class="bg-blue-600 text-white px-2 py-1 rounded text-xs">Python</span>
<span class="bg-blue-600 text-white px-2 py-1 rounded text-xs">LSTM</span>
<span class="bg-blue-600 text-white px-2 py-1 rounded text-xs">Yahoo Finance</span>
</div>
<a href="#" class="text-white font-medium hover:underline">View Details</a>
</div>
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-semibold mb-2">Stock Price Prediction</h3>
<p class="text-gray-600 mb-4">
Built an LSTM-based model to predict stock prices with 85% directional accuracy using historical data.
</p>
<div class="flex justify-between items-center">
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium text-sm flex items-center">
GitHub <i class="fas fa-external-link-alt ml-1 text-xs"></i>
</a>
<span class="text-xs text-gray-500">March 2023</span>
</div>
</div>
</div>
<!-- Project 3 -->
<div class="bg-white rounded-xl overflow-hidden shadow-md card-hover transition duration-300">
<div class="relative h-48 overflow-hidden">
<img src="https://images.unsplash.com/photo-1526628953301-3e589a6a8b74?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1706&q=80"
alt="Recommendation System"
class="w-full h-full object-cover">
<div class="project-overlay absolute inset-0 bg-gradient-to-t from-black/80 to-transparent opacity-0 transition duration-300 flex items-end p-6">
<div>
<div class="flex space-x-2 mb-2">
<span class="bg-blue-600 text-white px-2 py-1 rounded text-xs">Python</span>
<span class="bg-blue-600 text-white px-2 py-1 rounded text-xs">Collaborative Filtering</span>
<span class="bg-blue-600 text-white px-2 py-1 rounded text-xs">Flask</span>
</div>
<a href="#" class="text-white font-medium hover:underline">View Details</a>
</div>
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-semibold mb-2">E-commerce Recommendation</h3>
<p class="text-gray-600 mb-4">
Created a hybrid recommendation system combining collaborative and content-based filtering for an e-commerce platform.
</p>
<div class="flex justify-between items-center">
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium text-sm flex items-center">
GitHub <i class="fas fa-external-link-alt ml-1 text-xs"></i>
</a>
<span class="text-xs text-gray-500">January 2023</span>
</div>
</div>
</div>
<!-- Project 4 -->
<div class="bg-white rounded-xl overflow-hidden shadow-md card-hover transition duration-300">
<div class="relative h-48 overflow-hidden">
<img src="https://images.unsplash.com/photo-1563986768609-322da13575f3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1740&q=80"
alt="Sentiment Analysis"
class="w-full h-full object-cover">
<div class="project-overlay absolute inset-0 bg-gradient-to-t from-black/80 to-transparent opacity-0 transition duration-300 flex items-end p-6">
<div>
<div class="flex space-x-2 mb-2">
<span class="bg-blue-600 text-white px-2 py-1 rounded text-xs">Python</span>
<span class="bg-blue-600 text-white px-2 py-1 rounded text-xs">NLP</span>
<span class="bg-blue-600 text-white px-2 py-1 rounded text-xs">BERT</span>
</div>
<a href="#" class="text-white font-medium hover:underline">View Details</a>
</div>
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-semibold mb-2">Sentiment Analysis</h3>
<p class="text-gray-600 mb-4">
Fine-tuned BERT model for sentiment analysis on product reviews achieving 92% accuracy.
</p>
<div class="flex justify-between items-center">
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium text-sm flex items-center">
GitHub <i class="fas fa-external-link-alt ml-1 text-xs"></i>
</a>
<span class="text-xs text-gray-500">November 2022</span>
</div>
</div>
</div>
<!-- Project 5 -->
<div class="bg-white rounded-xl overflow-hidden shadow-md card-hover transition duration-300">
<div class="relative h-48 overflow-hidden">
<img src="https://images.unsplash.com/photo-1628348068343-c6a848d2b6dd?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1740&q=80"
alt="Fraud Detection"
class="w-full h-full object-cover">
<div class="project-overlay absolute inset-0 bg-gradient-to-t from-black/80 to-transparent opacity-0 transition duration-300 flex items-end p-6">
<div>
<div class="flex space-x-2 mb-2">
<span class="bg-blue-600 text-white px-2 py-1 rounded text-xs">Python</span>
<span class="bg-blue-600 text-white px-2 py-1 rounded text-xs">XGBoost</span>
<span class="bg-blue-600 text-white px-2 py-1 rounded text-xs">Anomaly Detection</span>
</div>
<a href="#" class="text-white font-medium hover:underline">View Details</a>
</div>
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-semibold mb-2">Credit Card Fraud Detection</h3>
<p class="text-gray-600 mb-4">
Developed an anomaly detection system that reduced false positives by 35% while maintaining 98% recall.
</p>
<div class="flex justify-between items-center">
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium text-sm flex items-center">
GitHub <i class="fas fa-external-link-alt ml-1 text-xs"></i>
</a>
<span class="text-xs text-gray-500">August 2022</span>
</div>
</div>
</div>
<!-- Project 6 -->
<div class="bg-white rounded-xl overflow-hidden shadow-md card-hover transition duration-300">
<div class="relative h-48 overflow-hidden">
<img src="https://images.unsplash.com/photo-1460925895917-afdab827c52f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1742&q=80"
alt="Data Dashboard"
class="w-full h-full object-cover">
<div class="project-overlay absolute inset-0 bg-gradient-to-t from-black/80 to-transparent opacity-0 transition duration-300 flex items-end p-6">
<div>
<div class="flex space-x-2 mb-2">
<span class="bg-blue-600 text-white px-2 py-1 rounded text-xs">Tableau</span>
<span class="bg-blue-600 text-white px-2 py-1 rounded text-xs">SQL</span>
<span class="bg-blue-600 text-white px-2 py-1 rounded text-xs">ETL</span>
</div>
<a href="#" class="text-white font-medium hover:underline">View Details</a>
</div>
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-semibold mb-2">Business Intelligence Dashboard</h3>
<p class="text-gray-600 mb-4">
Designed an interactive dashboard for executive decision-making with real-time data visualization.
</p>
<div class="flex justify-between items-center">
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium text-sm flex items-center">
Live Demo <i class="fas fa-external-link-alt ml-1 text-xs"></i>
</a>
<span class="text-xs text-gray-500">May 2022</span>
</div>
</div>
</div>
</div>
<div class="text-center mt-12">
<a href="#" class="inline-flex items-center px-6 py-3 border border-blue-600 text-blue-600 hover:bg-blue-50 rounded-lg font-medium transition">
View All Projects <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</section>
<!-- Publications Section -->
<section id="publications" class="py-16 bg-white px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold mb-2">My Publications</h2>
<div class="w-20 h-1 bg-gradient-to-r from-blue-400 to-purple-500 mx-auto"></div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<!-- Publication 1 -->
<div class="publication-card bg-gray-50 p-6 rounded-xl shadow-sm border border-gray-200 transition duration-300">
<div class="flex items-start mb-4">
<div class="bg-blue-100 p-3 rounded-lg mr-4">
<i class="fas fa-file-alt text-blue-600 text-xl"></i>
</div>
<div>
<h3 class="text-xl font-semibold mb-1">Deep Learning for Medical Image Analysis</h3>
<p class="text-gray-600 text-sm">Nature Scientific Reports, 2023</p>
</div>
</div>
<p class="text-gray-600 mb-4">
Proposed a novel attention-based CNN architecture for improved segmentation of tumors in MRI scans, achieving state-of-the-art results on the BraTS dataset.
</p>
<div class="flex justify-between items-center">
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium text-sm flex items-center">
Read Paper <i class="fas fa-external-link-alt ml-1 text-xs"></i>
</a>
<span class="text-xs text-gray-500">Citations: 142</span>
</div>
</div>
<!-- Publication 2 -->
<div class="publication-card bg-gray-50 p-6 rounded-xl shadow-sm border border-gray-200 transition duration-300">
<div class="flex items-start mb-4">
<div class="bg-purple-100 p-3 rounded-lg mr-4">
<i class="fas fa-file-alt text-purple-600 text-xl"></i>
</div>
<div>
<h3 class="text-xl font-semibold mb-1">Self-Supervised Learning for Time Series</h3>
<p class="text-gray-600 text-sm">NeurIPS, 2022</p>
</div>
</div>
<p class="text-gray-600 mb-4">
Introduced a contrastive learning framework for time series data that outperforms supervised approaches in low-data regimes across multiple domains.
</p>
<div class="flex justify-between items-center">
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium text-sm flex items-center">
Read Paper <i class="fas fa-external-link-alt ml-1 text-xs"></i>
</a>
<span class="text-xs text-gray-500">Citations: 87</span>
</div>
</div>
<!-- Publication 3 -->
<div class="publication-card bg-gray-50 p-6 rounded-xl shadow-sm border border-gray-200 transition duration-300">
<div class="flex items-start mb-4">
<div class="bg-green-100 p-3 rounded-lg mr-4">
<i class="fas fa-file-alt text-green-600 text-xl"></i>
</div>
<div>
<h3 class="text-xl font-semibold mb-1">Explainable AI for Healthcare</h3>
<p class="text-gray-600 text-sm">JAMA Network Open, 2021</p>
</div>
</div>
<p class="text-gray-600 mb-4">
Developed an interpretable model for predicting patient outcomes with clinical validation from domain experts, bridging the gap between AI and medical practice.
</p>
<div class="flex justify-between items-center">
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium text-sm flex items-center">
Read Paper <i class="fas fa-external-link-alt ml-1 text-xs"></i>
</a>
<span class="text-xs text-gray-500">Citations: 210</span>
</div>
</div>
<!-- Publication 4 -->
<div class="publication-card bg-gray-50 p-6 rounded-xl shadow-sm border border-gray-200 transition duration-300">
<div class="flex items-start mb-4">
<div class="bg-yellow-100 p-3 rounded-lg mr-4">
<i class="fas fa-file-alt text-yellow-600 text-xl"></i>
</div>
<div>
<h3 class="text-xl font-semibold mb-1">Federated Learning for Privacy-Preserving AI</h3>
<p class="text-gray-600 text-sm">ICML, 2020</p>
</div>
</div>
<p class="text-gray-600 mb-4">
Proposed a novel aggregation method for federated learning that improves model performance while maintaining differential privacy guarantees.
</p>
<div class="flex justify-between items-center">
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium text-sm flex items-center">
Read Paper <i class="fas fa-external-link-alt ml-1 text-xs"></i>
</a>
<span class="text-xs text-gray-500">Citations: 156</span>
</div>
</div>
</div>
<div class="text-center mt-12">
<a href="#" class="inline-flex items-center px-6 py-3 border border-blue-600 text-blue-600 hover:bg-blue-50 rounded-lg font-medium transition">
View All Publications <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-16 bg-gray-50 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold mb-2">Get In Touch</h2>
<div class="w-20 h-1 bg-gradient-to-r from-blue-400 to-purple-500 mx-auto"></div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-12">
<div>
<h3 class="text-2xl font-semibold mb-6">Let's Talk About Your Project</h3>
<p class="text-gray-600 mb-8">
Have a data science challenge you're trying to solve? Interested in collaborating on research?
Feel free to reach out—I'm always open to discussing new projects, creative ideas, or opportunities.
</p>
<div class="space-y-6">
<div class="flex items-center">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i class="fas fa-envelope text-blue-600"></i>
</div>
<div>
<p class="text-sm text-gray-500">Email me at</p>
<a href="mailto:john.doe@example.com" class="font-medium hover:text-blue-600">john.doe@example.com</a>
</div>
</div>
<div class="flex items-center">
<div class="bg-purple-100 p-3 rounded-full mr-4">
<i class="fas fa-phone-alt text-purple-600"></i>
</div>
<div>
<p class="text-sm text-gray-500">Call me at</p>
<a href="tel:+11234567890" class="font-medium hover:text-purple-600">+1 (123) 456-7890</a>
</div>
</div>
<div class="flex items-center">
<div class="bg-green-100 p-3 rounded-full mr-4">
<i class="fas fa-map-marker-alt text-green-600"></i>
</div>
<div>
<p class="text-sm text-gray-500">Find me at</p>
<p class="font-medium">San Francisco, CA</p>
</div>
</div>
</div>
<div class="mt-8">
<h4 class="text-lg font-medium mb-4">Connect with me</h4>
<div class="flex space-x-4">
<a href="#" class="bg-gray-200 hover:bg-blue-600 hover:text-white p-3 rounded-full transition">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="#" class="bg-gray-200 hover:bg-gray-800 hover:text-white p-3 rounded-full transition">
<i class="fab fa-github"></i>
</a>
<a href="#" class="bg-gray-200 hover:bg-blue-400 hover:text-white p-3 rounded-full transition">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="bg-gray-200 hover:bg-red-600 hover:text-white p-3 rounded-full transition">
<i class="fab fa-google-scholar"></i>
</a>
<a href="#" class="bg-gray-200 hover:bg-blue-800 hover:text-white p-3 rounded-full transition">
<i class="fab fa-facebook-f"></i>
</a>
</div>
</div>
</div>
<div>
<form class="bg-white p-6 rounded-xl shadow-md">
<div class="mb-6">
<label for="name" class="block text-gray-700 font-medium mb-2">Your Name</label>
<input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
</div>
<div class="mb-6">
<label for="email" class="block text-gray-700 font-medium mb-2">Email Address</label>
<input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
</div>
<div class="mb-6">
<label for="subject" class="block text-gray-700 font-medium mb-2">Subject</label>
<input type="text" id="subject" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
</div>
<div class="mb-6">
<label for="message" class="block text-gray-700 font-medium mb-2">Your Message</label>
<textarea id="message" rows="5" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"></textarea>
</div>
<button type="submit" class="w-full bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-lg font-medium transition shadow-md">
Send Message
</button>
</form>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12 px-4 sm:px-6 lg:px-8">
<div class="max-w-7xl mx-auto">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="mb-6 md:mb-0">
<span class="text-xl font-bold gradient-text">John Doe</span>
<p class="text-gray-400 mt-2">Data Scientist | AI Researcher</p>
</div>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white transition">
<i class="fab fa-linkedin-in text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i class="fab fa-github text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i class="fab fa-twitter text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i class="fab fa-google-scholar text-xl"></i>
</a>
</div>
</div>
<div class="border-t border-gray-800 mt-8 pt-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-400 text-sm mb-4 md:mb-0">
&copy; 2023 John Doe. All rights reserved.
</p>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white text-sm transition">Privacy Policy</a>
<a href="#" class="text-gray-400 hover:text-white text-sm transition">Terms of Service</a>
<a href="#" class="text-gray-400 hover:text-white text-sm transition">Sitemap</a>
</div>
</div>
</div>
</footer>
<!-- Back to Top Button -->
<button id="back-to-top" class="fixed bottom-8 right-8 bg-blue-600 text-white p-3 rounded-full shadow-lg opacity-0 invisible transition-all duration-300">
<i class="fas fa-arrow-up"></i>
</button>
<script>
// Mobile menu toggle
document.getElementById('menu-toggle').addEventListener('click', function() {
const menu = document.getElementById('mobile-menu');
menu.classList.toggle('hidden');
});
// Back to top button
const backToTopButton = document.getElementById('back-to-top');
window.addEventListener('scroll', function() {
if (window.pageYOffset > 300) {
backToTopButton.classList.remove('opacity-0', 'invisible');
backToTopButton.classList.add('opacity-100', 'visible');
} else {
backToTopButton.classList.remove('opacity-100', 'visible');
backToTopButton.classList.add('opacity-0', 'invisible');
}
});
backToTopButton.addEventListener('click', function() {
window.scrollTo({
top: 0,
behavior: 'smooth'
});
});
// Animate skill bars on scroll
const skillBars = document.querySelectorAll('.skill-bar');
function animateSkillBars() {
skillBars.forEach(bar => {
const width = bar.style.width;
bar.style.width = '0';
setTimeout(() => {
bar.style.width = width;
}, 100);
});
}
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
animateSkillBars();
observer.unobserve(entry.target);
}
});
}, { threshold: 0.1 });
document.querySelectorAll('#skills').forEach(section => {
observer.observe(section);
});
// Smooth scrolling for navigation links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function(e) {
e.preventDefault();
const targetId = this.getAttribute('href');
const targetElement = document.querySelector(targetId);
if (targetElement) {
window.scrollTo({
top: targetElement.offsetTop - 80,
behavior: 'smooth'
});
// Close mobile menu if open
const mobileMenu = document.getElementById('mobile-menu');
if (!mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('hidden');
}
}
});
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - <a href="https://enzostvs-deepsite.hf.space?remix=muneebable/personal-cv" style="color: #fff;text-decoration: underline;" target="_blank" >🧬 Remix</a></p></body>
</html>