|
|
<!DOCTYPE html> |
|
|
<html lang="en" class="scroll-smooth"> |
|
|
<head> |
|
|
<meta charset="UTF-8"> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
<title>Our Team - Mayar Science Lab</title> |
|
|
<link rel="icon" type="image/x-icon" href="/static/favicon.ico"> |
|
|
<script src="https://cdn.tailwindcss.com"></script> |
|
|
<script> |
|
|
tailwind.config = { |
|
|
theme: { |
|
|
extend: { |
|
|
colors: { |
|
|
primary: '#3B82F6', |
|
|
secondary: '#10B981', |
|
|
dark: '#1E293B', |
|
|
light: '#F8FAFC', |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
</script> |
|
|
<script src="https://unpkg.com/feather-icons"></script> |
|
|
<style> |
|
|
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap'); |
|
|
body { |
|
|
font-family: 'Space Grotesk', sans-serif; |
|
|
} |
|
|
</style> |
|
|
</head> |
|
|
<body class="bg-light text-dark"> |
|
|
|
|
|
<nav class="fixed w-full z-50 bg-white/80 backdrop-blur-md shadow-sm"> |
|
|
<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"> |
|
|
<div class="flex-shrink-0 flex items-center"> |
|
|
<div class="h-8 w-8 rounded-full bg-primary flex items-center justify-center"> |
|
|
<i data-feather="flask" class="text-white"></i> |
|
|
</div> |
|
|
<span class="ml-2 text-xl font-bold bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent">Mayar Science Lab</span> |
|
|
</div> |
|
|
</div> |
|
|
<div class="hidden md:flex items-center space-x-8"> |
|
|
<a href="index.html" class="text-dark hover:text-primary font-medium transition">Home</a> |
|
|
<a href="index.html#research-areas" class="text-dark hover:text-primary font-medium transition">Data Science</a> |
|
|
<a href="index.html#featured-research" class="text-dark hover:text-primary font-medium transition">Research</a> |
|
|
<a href="https://www.surveymonkey.com/" target="_blank" class="text-dark hover:text-primary font-medium transition">Surveys</a> |
|
|
<a href="about.html" class="text-dark hover:text-primary font-medium transition">About</a> |
|
|
<a href="team.html" class="text-primary font-medium">Team</a> |
|
|
<a href="contact.html" class="text-dark hover:text-primary font-medium transition">Contact</a> |
|
|
</div> |
|
|
<div class="md:hidden flex items-center"> |
|
|
<button id="mobile-menu-button" class="text-dark"> |
|
|
<i data-feather="menu"></i> |
|
|
</button> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</nav> |
|
|
|
|
|
|
|
|
<div class="pt-32 pb-20"> |
|
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
|
|
<div class="text-center"> |
|
|
<h1 class="text-4xl font-extrabold tracking-tight sm:text-5xl">Our Team</h1> |
|
|
<p class="mt-4 max-w-2xl text-xl text-gray-500 mx-auto"> |
|
|
Meet the brilliant minds behind our research |
|
|
</p> |
|
|
</div> |
|
|
|
|
|
<div class="mt-16 grid gap-8 md:grid-cols-2 lg:grid-cols-3"> |
|
|
|
|
|
<div class="bg-white p-6 rounded-lg shadow-md text-center"> |
|
|
<img class="h-40 w-40 rounded-full mx-auto object-cover" src="http://static.photos/office/200x200/6" alt="Dr. Ahmed AlRadaideh"> |
|
|
<h3 class="mt-4 text-2xl font-bold">Dr. Ahmed AlRadaideh</h3> |
|
|
<p class="text-secondary font-medium">Team Director</p> |
|
|
<p class="mt-4 text-gray-500">Data Science Leader with 10+ years of research experience</p> |
|
|
<div class="mt-6 flex justify-center space-x-4"> |
|
|
<a href="#" class="text-gray-400 hover:text-primary transition"> |
|
|
<i data-feather="twitter"></i> |
|
|
</a> |
|
|
<a href="#" class="text-gray-400 hover:text-primary transition"> |
|
|
<i data-feather="linkedin"></i> |
|
|
</a> |
|
|
<a href="#" class="text-gray-400 hover:text-primary transition"> |
|
|
<i data-feather="mail"></i> |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="bg-white p-6 rounded-lg shadow-md text-center"> |
|
|
<img class="h-40 w-40 rounded-full mx-auto object-cover" src="http://static.photos/workspace/200x200/4" alt="Dr. Jamal Williams"> |
|
|
<h3 class="mt-4 text-2xl font-bold">Dr. Jamal Williams</h3> |
|
|
<p class="text-secondary font-medium">Lead AI Researcher</p> |
|
|
<p class="mt-4 text-gray-500">Machine Learning pioneer and neural networks expert</p> |
|
|
<div class="mt-6 flex justify-center space-x-4"> |
|
|
<a href="#" class="text-gray-400 hover:text-primary transition"> |
|
|
<i data-feather="twitter"></i> |
|
|
</a> |
|
|
<a href="#" class="text-gray-400 hover:text-primary transition"> |
|
|
<i data-feather="linkedin"></i> |
|
|
</a> |
|
|
<a href="#" class="text-gray-400 hover:text-primary transition"> |
|
|
<i data-feather="mail"></i> |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="bg-white p-6 rounded-lg shadow-md text-center"> |
|
|
<img class="h-40 w-40 rounded-full mx-auto object-cover" src="http://static.photos/workspace/200x200/5" alt="Dr. Priya Singh"> |
|
|
<h3 class="mt-4 text-2xl font-bold">Dr. Priya Singh</h3> |
|
|
<p class="text-secondary font-medium">Head of Biomedical Engineering</p> |
|
|
<p class="mt-4 text-gray-500">Specialist in medical device innovation and tissue engineering</p> |
|
|
<div class="mt-6 flex justify-center space-x-4"> |
|
|
<a href="#" class="text-gray-400 hover:text-primary transition"> |
|
|
<i data-feather="twitter"></i> |
|
|
</a> |
|
|
<a href="#" class="text-gray-400 hover:text-primary transition"> |
|
|
<i data-feather="linkedin"></i> |
|
|
</a> |
|
|
<a href="#" class="text-gray-400 hover:text-primary transition"> |
|
|
<i data-feather="mail"></i> |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="bg-white p-6 rounded-lg shadow-md text-center"> |
|
|
<img class="h-40 w-40 rounded-full mx-auto object-cover" src="http://static.photos/office/200x200/7" alt="Dr. Elena Rodriguez"> |
|
|
<h3 class="mt-4 text-2xl font-bold">Dr. Elena Rodriguez</h3> |
|
|
<p class="text-secondary font-medium">Data Visualization Lead</p> |
|
|
<p class="mt-4 text-gray-500">Transforming complex data into intuitive visual stories</p> |
|
|
<div class="mt-6 flex justify-center space-x-4"> |
|
|
<a href="#" class="text-gray-400 hover:text-primary transition"> |
|
|
<i data-feather="twitter"></i> |
|
|
</a> |
|
|
<a href="#" class="text-gray-400 hover:text-primary transition"> |
|
|
<i data-feather="linkedin"></i> |
|
|
</a> |
|
|
<a href="#" class="text-gray-400 hover:text-primary transition"> |
|
|
<i data-feather="mail"></i> |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="bg-white p-6 rounded-lg shadow-md text-center"> |
|
|
<img class="h-40 w-40 rounded-full mx-auto object-cover" src="http://static.photos/office/200x200/8" alt="Dr. Chen Wei"> |
|
|
<h3 class="mt-4 text-2xl font-bold">Dr. Chen Wei</h3> |
|
|
<p class="text-secondary font-medium">Senior Statistician</p> |
|
|
<p class="mt-4 text-gray-500">Expert in advanced statistical modeling and analysis</p> |
|
|
<div class="mt-6 flex justify-center space-x-4"> |
|
|
<a href="#" class="text-gray-400 hover:text-primary transition"> |
|
|
<i data-feather="twitter"></i> |
|
|
</a> |
|
|
<a href="#" class="text-gray-400 hover:text-primary transition"> |
|
|
<i data-feather="linkedin"></i> |
|
|
</a> |
|
|
<a href="#" class="text-gray-400 hover:text-primary transition"> |
|
|
<i data-feather="mail"></i> |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="bg-white p-6 rounded-lg shadow-md text-center"> |
|
|
<img class="h-40 w-40 rounded-full mx-auto object-cover" src="http://static.photos/office/200x200/9" alt="Dr. Olivia Martin"> |
|
|
<h3 class="mt-4 text-2xl font-bold">Dr. Olivia Martin</h3> |
|
|
<p class="text-secondary font-medium">Research Scientist</p> |
|
|
<p class="mt-4 text-gray-500">Focuses on natural language processing and text analytics</p> |
|
|
<div class="mt-6 flex justify-center space-x-4"> |
|
|
<a href="#" class="text-gray-400 hover:text-primary transition"> |
|
|
<i data-feather="twitter"></i> |
|
|
</a> |
|
|
<a href="#" class="text-gray-400 hover:text-primary transition"> |
|
|
<i data-feather="linkedin"></i> |
|
|
</a> |
|
|
<a href="#" class="text-gray-400 hover:text-primary transition"> |
|
|
<i data-feather="mail"></i> |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<div class="mt-16 text-center"> |
|
|
<h2 class="text-3xl font-bold">Research Associates</h2> |
|
|
<p class="mt-4 max-w-2xl mx-auto text-gray-500"> |
|
|
Our talented associates who contribute to our research projects |
|
|
</p> |
|
|
|
|
|
<div class="mt-10 grid gap-8 md:grid-cols-2 lg:grid-cols-3"> |
|
|
|
|
|
<div class="bg-white p-6 rounded-lg shadow-md text-center"> |
|
|
<img class="h-32 w-32 rounded-full mx-auto object-cover" src="http://static.photos/office/200x200/12" alt="Sarah Johnson"> |
|
|
<h3 class="mt-4 text-xl font-bold">Sarah Johnson</h3> |
|
|
<p class="text-gray-500">Machine Learning Research Associate</p> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="bg-white p-6 rounded-lg shadow-md text-center"> |
|
|
<img class="h-32 w-32 rounded-full mx-auto object-cover" src="http://static.photos/office/200x200/13" alt="Michael Tan"> |
|
|
<h3 class="mt-4 text-xl font-bold">Michael Tan</h3> |
|
|
<p class="text-gray-500">Data Engineering Specialist</p> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="bg-white p-6 rounded-lg shadow-md text-center"> |
|
|
<img class="h-32 w-32 rounded-full mx-auto object-cover" src="http://static.photos/office/200x200/14" alt="Emma Wilson"> |
|
|
<h3 class="mt-4 text-xl font-bold">Emma Wilson</h3> |
|
|
<p class="text-gray-500">Statistical Analyst</p> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<footer class="bg-dark text-white"> |
|
|
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8"> |
|
|
<div class="grid grid-cols-2 md:grid-cols-4 gap-8"> |
|
|
<div class="col-span-2"> |
|
|
<div class="flex items-center"> |
|
|
<div class="h-8 w-8 rounded-full bg-primary flex items-center justify-center"> |
|
|
<i data-feather="flask" class="text-white"></i> |
|
|
</div> |
|
|
<span class="ml-2 text-xl font-bold">Mayar Data Science Lab</span> |
|
|
</div> |
|
|
<p class="mt-4 text-gray-300"> |
|
|
Advancing data science through innovative research, analytics, and collaboration. |
|
|
</p> |
|
|
</div> |
|
|
<div> |
|
|
<h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Explore</h3> |
|
|
<ul class="mt-4 space-y-2"> |
|
|
<li><a href="about.html" class="text-gray-400 hover:text-white transition">About</a></li> |
|
|
<li><a href="team.html" class="text-gray-400 hover:text-white transition">Team</a></li> |
|
|
<li><a href="careers.html" class="text-gray-400 hover:text-white transition">Careers</a></li> |
|
|
<li><a href="contact.html" class="text-gray-400 hover:text-white transition">Contact</a></li> |
|
|
</ul> |
|
|
</div> |
|
|
<div> |
|
|
<h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Connect</h3> |
|
|
<ul class="mt-4 space-y-2"> |
|
|
<li><a href="#" class="text-gray-400 hover:text-white transition">Twitter</a></li> |
|
|
<li><a href="#" class="text-gray-400 hover:text-white transition">LinkedIn</a></li> |
|
|
<li><a href="#" class="text-gray-400 hover:text-white transition">GitHub</a></li> |
|
|
<li><a href="#" class="text-gray-400 hover:text-white transition">Publications</a></li> |
|
|
</ul> |
|
|
</div> |
|
|
</div> |
|
|
<div class="mt-12 border-t border-gray-700 pt-8 flex flex-col md:flex-row justify-between"> |
|
|
<p class="text-gray-400 text-sm"> |
|
|
© 2023 Mayar Science Lab. All rights reserved. |
|
|
</p> |
|
|
</div> |
|
|
</div> |
|
|
</footer> |
|
|
|
|
|
<script> |
|
|
feather.replace(); |
|
|
</script> |
|
|
</body> |
|
|
</html> |