{"id":617,"date":"2026-09-20T09:39:44","date_gmt":"2026-09-20T06:39:44","guid":{"rendered":"https:\/\/www.fcih.net\/ayman\/?page_id=617"},"modified":"2026-09-20T09:39:45","modified_gmt":"2026-09-20T06:39:45","slug":"about-me-2","status":"publish","type":"page","link":"https:\/\/www.fcih.net\/ayman\/?page_id=617","title":{"rendered":"About Me 2"},"content":{"rendered":"\n<p><style>\n\/* ============================================\n   Dr. Ayman Ezzat \u2014 Academic Profile Styles\n   ============================================ *\/\n\n:root {\n  --ae-navy: #0f2740;\n  --ae-navy-light: #1e3a5f;\n  --ae-accent: #2f7fd1;\n  --ae-accent-soft: #e8f1fb;\n  --ae-gold: #c9a227;\n  --ae-silver: #8a9bab;\n  --ae-bronze: #b87333;\n  --ae-text: #1c2a38;\n  --ae-text-muted: #5a6b7b;\n  --ae-border: #e3e9f0;\n  --ae-bg-soft: #f7f9fc;\n  --ae-radius: 14px;\n  --ae-radius-sm: 10px;\n  --ae-shadow: 0 4px 16px rgba(15, 39, 64, 0.06);\n  --ae-shadow-hover: 0 10px 28px rgba(15, 39, 64, 0.12);\n  --ae-font: \"Inter\", \"Segoe UI\", -apple-system, BlinkMacSystemFont, \"Helvetica Neue\", Arial, sans-serif;\n}\n\n\/* ---------- HERO ---------- *\/\n.ae-hero {\n  position: relative;\n  background: linear-gradient(135deg, var(--ae-navy) 0%, var(--ae-navy-light) 60%, #2a5580 100%);\n  color: #fff;\n  border-radius: var(--ae-radius);\n  padding: 4rem 2.5rem;\n  margin-bottom: 2.5rem;\n  overflow: hidden;\n}\n\n.ae-hero::before {\n  content: \"\";\n  position: absolute;\n  top: -60px;\n  right: -60px;\n  width: 320px;\n  height: 320px;\n  background: radial-gradient(circle, rgba(47, 127, 209, 0.35) 0%, transparent 70%);\n  border-radius: 50%;\n}\n\n.ae-hero::after {\n  content: \"\";\n  position: absolute;\n  bottom: -80px;\n  left: -40px;\n  width: 240px;\n  height: 240px;\n  background: radial-gradient(circle, rgba(201, 162, 39, 0.18) 0%, transparent 70%);\n  border-radius: 50%;\n}\n\n.ae-hero-content {\n  position: relative;\n  z-index: 1;\n  max-width: 760px;\n}\n\n.ae-hero-eyebrow {\n  font-size: 0.8rem;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  color: #8fc0f0;\n  margin: 0 0 0.75rem;\n  font-weight: 600;\n}\n\n.ae-hero-title {\n  font-size: clamp(2rem, 5vw, 3rem);\n  font-weight: 800;\n  line-height: 1.15;\n  margin: 0 0 0.75rem;\n  letter-spacing: -0.02em;\n}\n\n.ae-hero-subtitle {\n  font-size: 1.05rem;\n  color: #c5d9ee;\n  margin: 0 0 0.5rem;\n  line-height: 1.6;\n}\n\n.ae-hero-affil {\n  font-size: 0.95rem;\n  color: #9db8d4;\n  margin: 0 0 1.75rem;\n}\n\n.ae-hero-actions {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 0.75rem;\n}\n\n.ae-btn {\n  display: inline-block;\n  padding: 0.7rem 1.5rem;\n  border-radius: 999px;\n  font-weight: 600;\n  font-size: 0.9rem;\n  text-decoration: none;\n  transition: all 0.25s ease;\n  border: 1.5px solid transparent;\n}\n\n.ae-btn-primary {\n  background: #fff;\n  color: var(--ae-navy);\n}\n\n.ae-btn-primary:hover {\n  background: var(--ae-accent);\n  color: #fff;\n  transform: translateY(-2px);\n  box-shadow: 0 6px 18px rgba(47, 127, 209, 0.4);\n}\n\n.ae-btn-ghost {\n  background: transparent;\n  color: #fff;\n  border-color: rgba(255, 255, 255, 0.4);\n}\n\n.ae-btn-ghost:hover {\n  background: rgba(255, 255, 255, 0.12);\n  border-color: #fff;\n  transform: translateY(-2px);\n}\n\n\/* ---------- SECTIONS ---------- *\/\n.ae-section {\n  max-width: 1100px;\n  margin: 0 auto 3rem;\n  padding: 0 0.5rem;\n}\n\n.ae-section-title {\n  font-size: 1.5rem;\n  font-weight: 700;\n  color: var(--ae-navy);\n  margin: 0 0 1.25rem;\n  padding-bottom: 0.5rem;\n  border-bottom: 3px solid var(--ae-accent-soft);\n  position: relative;\n  letter-spacing: -0.01em;\n}\n\n.ae-section-title::after {\n  content: \"\";\n  position: absolute;\n  bottom: -3px;\n  left: 0;\n  width: 60px;\n  height: 3px;\n  background: var(--ae-accent);\n  border-radius: 2px;\n}\n\n.ae-section p {\n  color: var(--ae-text);\n  line-height: 1.75;\n  font-size: 0.98rem;\n}\n\n\/* ---------- TAGS ---------- *\/\n.ae-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 0.6rem;\n}\n\n.ae-tag {\n  display: inline-block;\n  padding: 0.45rem 1rem;\n  background: var(--ae-accent-soft);\n  color: var(--ae-navy);\n  border-radius: 999px;\n  font-size: 0.85rem;\n  font-weight: 600;\n  border: 1px solid #d4e4f5;\n  transition: all 0.2s ease;\n}\n\n.ae-tag:hover {\n  background: var(--ae-accent);\n  color: #fff;\n  border-color: var(--ae-accent);\n  transform: translateY(-1px);\n}\n\n\/* ---------- GRID & CARDS ---------- *\/\n.ae-grid {\n  display: grid;\n  gap: 1.25rem;\n}\n\n.ae-grid-2 {\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n}\n\n.ae-card {\n  background: #fff;\n  border: 1px solid var(--ae-border);\n  border-radius: var(--ae-radius);\n  padding: 1.5rem;\n  box-shadow: var(--ae-shadow);\n  transition: all 0.25s ease;\n  position: relative;\n  overflow: hidden;\n}\n\n.ae-card:hover {\n  transform: translateY(-4px);\n  box-shadow: var(--ae-shadow-hover);\n  border-color: #c8d9ea;\n}\n\n.ae-card h3 {\n  font-size: 1.05rem;\n  font-weight: 700;\n  color: var(--ae-navy);\n  margin: 0 0 0.5rem;\n}\n\n.ae-card p {\n  margin: 0;\n  font-size: 0.92rem;\n  color: var(--ae-text-muted);\n  line-height: 1.6;\n}\n\n.ae-card ul {\n  margin: 0.5rem 0 0;\n  padding-left: 1.1rem;\n  color: var(--ae-text-muted);\n  font-size: 0.92rem;\n  line-height: 1.8;\n}\n\n\/* Award cards *\/\n.ae-card-award {\n  padding-top: 2.25rem;\n  border-left: 4px solid var(--ae-accent);\n}\n\n.ae-badge {\n  position: absolute;\n  top: 0;\n  left: 0;\n  font-size: 0.7rem;\n  font-weight: 700;\n  letter-spacing: 0.06em;\n  text-transform: uppercase;\n  padding: 0.35rem 0.85rem;\n  border-bottom-right-radius: var(--ae-radius-sm);\n  color: #fff;\n}\n\n.ae-badge-gold {\n  background: linear-gradient(135deg, #d4af37, #b8941f);\n}\n\n.ae-badge-silver {\n  background: linear-gradient(135deg, #9aa8b5, #7c8a97);\n}\n\n.ae-badge-bronze {\n  background: linear-gradient(135deg, #cd7f32, #a85f1a);\n}\n\n\/* Project \/ Lab cards *\/\n.ae-card-project {\n  background: linear-gradient(160deg, #fff 0%, var(--ae-bg-soft) 100%);\n  border-left: 4px solid var(--ae-accent);\n}\n\n.ae-card-lab {\n  background: linear-gradient(160deg, #fff 0%, #f4f8fd 100%);\n  border-top: 3px solid var(--ae-accent);\n}\n\n.ae-link {\n  display: inline-block;\n  margin-top: 0.75rem;\n  color: var(--ae-accent);\n  font-weight: 600;\n  font-size: 0.9rem;\n  text-decoration: none;\n  transition: gap 0.2s ease;\n}\n\n.ae-link:hover {\n  color: var(--ae-navy);\n  text-decoration: underline;\n}\n\n\/* ---------- YEAR ACCORDIONS ---------- *\/\n.ae-year {\n  background: #fff;\n  border: 1px solid var(--ae-border);\n  border-radius: var(--ae-radius-sm);\n  margin-bottom: 0.75rem;\n  overflow: hidden;\n  box-shadow: var(--ae-shadow);\n  transition: box-shadow 0.2s ease;\n}\n\n.ae-year:hover {\n  box-shadow: var(--ae-shadow-hover);\n}\n\n.ae-year summary {\n  cursor: pointer;\n  padding: 0.9rem 1.25rem;\n  font-weight: 700;\n  font-size: 1rem;\n  color: var(--ae-navy);\n  background: var(--ae-bg-soft);\n  list-style: none;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  transition: background 0.2s ease;\n  user-select: none;\n}\n\n.ae-year summary::-webkit-details-marker {\n  display: none;\n}\n\n.ae-year summary::after {\n  content: \"+\";\n  font-size: 1.2rem;\n  color: var(--ae-accent);\n  font-weight: 700;\n  transition: transform 0.25s ease;\n}\n\n.ae-year[open] summary::after {\n  content: \"\u2212\";\n}\n\n.ae-year summary:hover {\n  background: var(--ae-accent-soft);\n}\n\n.ae-project-list {\n  margin: 0;\n  padding: 1rem 1.5rem 1.25rem 2.5rem;\n  list-style: none;\n}\n\n.ae-project-list li {\n  position: relative;\n  padding: 0.4rem 0;\n  font-size: 0.9rem;\n  color: var(--ae-text-muted);\n  line-height: 1.6;\n  border-bottom: 1px dashed #eef2f7;\n}\n\n.ae-project-list li:last-child {\n  border-bottom: none;\n}\n\n.ae-project-list li::before {\n  content: \"\u25b8\";\n  position: absolute;\n  left: -1.25rem;\n  color: var(--ae-accent);\n  font-weight: 700;\n}\n\n.ae-project-list strong {\n  color: var(--ae-navy);\n  font-weight: 600;\n}\n\n\/* ---------- ARCHIVE ---------- *\/\n.ae-archive {\n  list-style: none;\n  margin: 0;\n  padding: 0;\n  border-left: 2px solid var(--ae-accent-soft);\n}\n\n.ae-archive li {\n  position: relative;\n  padding: 0.6rem 0 0.6rem 1.5rem;\n  font-size: 0.92rem;\n  color: var(--ae-text-muted);\n  line-height: 1.6;\n}\n\n.ae-archive li::before {\n  content: \"\";\n  position: absolute;\n  left: -6px;\n  top: 1.05rem;\n  width: 10px;\n  height: 10px;\n  background: var(--ae-accent);\n  border-radius: 50%;\n  border: 2px solid #fff;\n  box-shadow: 0 0 0 2px var(--ae-accent-soft);\n}\n\n.ae-date {\n  display: inline-block;\n  font-weight: 700;\n  color: var(--ae-navy);\n  margin-right: 0.5rem;\n  font-size: 0.82rem;\n}\n\n\/* ---------- CONTACT ---------- *\/\n.ae-contact {\n  background: linear-gradient(135deg, var(--ae-navy) 0%, var(--ae-navy-light) 100%);\n  border-radius: var(--ae-radius);\n  padding: 2.5rem 2rem;\n  color: #fff;\n  text-align: center;\n}\n\n.ae-contact .ae-section-title {\n  color: #fff;\n  border-bottom-color: rgba(255, 255, 255, 0.15);\n}\n\n.ae-contact .ae-section-title::after {\n  background: var(--ae-gold);\n}\n\n.ae-contact p {\n  color: #c5d9ee;\n}\n\n.ae-email {\n  font-size: 1.15rem !important;\n  font-weight: 700;\n  color: #fff !important;\n  letter-spacing: 0.02em;\n  margin-top: 0.5rem;\n}\n\n.ae-email span {\n  color: var(--ae-gold);\n  font-weight: 400;\n  font-size: 0.9rem;\n  padding: 0 0.15rem;\n}\n\n\/* ---------- RESPONSIVE ---------- *\/\n@media (max-width: 640px) {\n  .ae-hero {\n    padding: 2.5rem 1.5rem;\n  }\n\n  .ae-hero-title {\n    font-size: 1.75rem;\n  }\n\n  .ae-section {\n    margin-bottom: 2rem;\n  }\n\n  .ae-section-title {\n    font-size: 1.25rem;\n  }\n\n  .ae-card {\n    padding: 1.25rem;\n  }\n\n  .ae-project-list {\n    padding-left: 2rem;\n  }\n}\n<\/style><\/p>\n<div class=\"ae-hero\">\n<div class=\"ae-hero-content\">\n<p class=\"ae-hero-eyebrow\">Professor of Computer Science<\/p>\n<h1 class=\"ae-hero-title\">Dr. Ayman Ezzat Atia<\/h1>\n<p class=\"ae-hero-subtitle\">Human-Computer Interaction \u00b7 Computer Vision \u00b7 Human Activity Recognition<\/p>\n<p class=\"ae-hero-affil\">Faculty of Computer Science, MSA University &amp; Helwan University<\/p>\n<div class=\"ae-hero-actions\"><a class=\"ae-btn ae-btn-primary\" href=\"#projects\">View Projects<\/a> <a class=\"ae-btn ae-btn-ghost\" href=\"#contact\">Contact<\/a><\/div>\n<\/div>\n<\/div>\n<!-- BIO -->\n<section class=\"ae-section ae-bio\">\n<h2 class=\"ae-section-title\">About<\/h2>\n<p>Ayman Ezzat Atia is a Professor at the Faculty of Computer Science, MSA University and Helwan University. He earned his Ph.D. from the University of Tsukuba, Japan, in 2011. Dr. Atia is the Co-Founder of HCI-LAB and heads the interaction group, where his work focuses on pioneering new interaction techniques for large displays, detecting abnormal behaviors in driving vehicles, theft detection, and analyzing sports activities.<\/p>\n<p>His research spans a broad spectrum of Human-Computer Interaction (HCI), including Gestures and Natural Interfaces, Wearable Sensors, Augmented Reality, and Brain-Computer Interaction. Recently, Dr. Atia has made significant contributions to Human Activity Recognition and Computer Vision \u2014 fusing CNNs with attention mechanisms for real-time indoor HAR, automating fruit quality inspection with Transfer Learning and GANs, and advancing abnormal driver behavior detection through innovative machine learning techniques.<\/p>\n<\/section>\n<!-- RESEARCH INTERESTS -->\n<section class=\"ae-section\">\n<h2 class=\"ae-section-title\">Research Interests<\/h2>\n<div class=\"ae-tags\"><span class=\"ae-tag\">Sports Interaction<\/span> <span class=\"ae-tag\">Human Activity Recognition<\/span> <span class=\"ae-tag\">Gesture Interaction<\/span> <span class=\"ae-tag\">Ubiquitous Environments<\/span> <span class=\"ae-tag\">Animal Behavior Analysis<\/span> <span class=\"ae-tag\">Networking &amp; Security<\/span> <span class=\"ae-tag\">Wearable Sensors<\/span> <span class=\"ae-tag\">Education &amp; TUI\/AR<\/span> <span class=\"ae-tag\">Brain-Computer Interaction<\/span><\/div>\n<\/section>\n<!-- NEWS \/ AWARDS -->\n<section class=\"ae-section\">\n<h2 class=\"ae-section-title\">Awards &amp; News<\/h2>\n<div class=\"ae-grid ae-grid-2\">\n<article class=\"ae-card ae-card-award\"><span class=\"ae-badge ae-badge-gold\">1st Best Paper<\/span>\n<h3>IEEE IMSA 2023<\/h3>\n<p>Abnormal Behavior Analysis for Surveillance in Poultry Farms using Deep Learning<\/p>\n<\/article>\n<article class=\"ae-card ae-card-award\"><span class=\"ae-badge ae-badge-silver\">2nd Best Paper<\/span>\n<h3>IEEE NILES 2023<\/h3>\n<p>Karate Kata Style Classification Using Pose Landmarks and Deep Learning<\/p>\n<\/article>\n<article class=\"ae-card ae-card-award\"><span class=\"ae-badge ae-badge-gold\">1st Place<\/span>\n<h3>UGRF 16th Edition \u2014 Nile University<\/h3>\n<p>4th Junior Research Competition, Track 2: Information Technology &amp; Computer Science<\/p>\n<\/article>\n<article class=\"ae-card ae-card-award\"><span class=\"ae-badge ae-badge-silver\">2nd Position<\/span>\n<h3>UGRF 14th Edition \u2014 2020<\/h3>\n<p>BCGM: Blood Glucose Monitoring System using Multitask Deep Learning<\/p>\n<\/article>\n<article class=\"ae-card ae-card-award\"><span class=\"ae-badge ae-badge-gold\">1st Position<\/span>\n<h3>UGRF 10th Edition<\/h3>\n<p>iKarate: Enhancing Karate Players Style and Guidance System (ICSIT Track)<\/p>\n<\/article>\n<article class=\"ae-card ae-card-award\"><span class=\"ae-badge ae-badge-gold\">1st Position<\/span>\n<h3>Ibteicar 2019 \u2014 TIEC<\/h3>\n<p>Trackify: A System for Storing Money Transactions (Blockchain)<\/p>\n<\/article>\n<article class=\"ae-card ae-card-award\"><span class=\"ae-badge ae-badge-bronze\">3rd Position<\/span>\n<h3>Ibteicar \u2014 TIEC<\/h3>\n<p>The Wanderer: A Markerless Augmented Reality Game with Object Positioning Awareness<\/p>\n<\/article>\n<\/div>\n<\/section>\n<!-- RECENT PROJECTS -->\n<section id=\"projects\" class=\"ae-section\">\n<h2 class=\"ae-section-title\">Recent Projects<\/h2>\n<div class=\"ae-grid ae-grid-2\">\n<div class=\"ae-card ae-card-project\">\n<h3>Sports Activity Recognition<\/h3>\n<ul>\n<li>Karate Classification<\/li>\n<li>Ping Pong<\/li>\n<li>Swimming<\/li>\n<\/ul>\n<\/div>\n<div class=\"ae-card ae-card-project\">\n<h3>Animal Behavior<\/h3>\n<ul>\n<li>Poultry &amp; Chicken Behavior<\/li>\n<li>Mice<\/li>\n<li>Shrimp<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/section>\n<!-- HCI LAB + ANGIOGRAPHY -->\n<section class=\"ae-section\">\n<div class=\"ae-grid ae-grid-2\">\n<div class=\"ae-card ae-card-lab\">\n<h3>HCI-LAB<\/h3>\n<p>The group is interested in new trends for interacting in ubiquitous environments, augmented reality, natural interfaces and tangible\/user interfaces.<\/p>\n<p>This year the group targets Education, Health, and resource management projects \u2014 important research points for Egypt that present many research challenges.<\/p>\n<a class=\"ae-link\" href=\"#\">Visit the Site \u2192<\/a><\/div>\n<div class=\"ae-card ae-card-lab\">\n<h3>Interactive 3D Hepatic Angiography<\/h3>\n<p>This project aims to develop an interactive 3D imaging system for hepatic angiography \u2014 an integrated system of software, hardware, and experienced manpower with the ability to use, maintain, and extend the system in several national hospitals.<\/p>\n<a class=\"ae-link\" href=\"#\">Learn more \u2192<\/a><\/div>\n<\/div>\n<\/section>\n<!-- SUPERVISED PROJECTS -->\n<section class=\"ae-section\">\n<h2 class=\"ae-section-title\">Supervised Graduation Projects<\/h2>\n<details class=\"ae-year\" open=\"\">\n<summary>2026<\/summary>\n<ul class=\"ae-project-list\">\n<li><strong>Amr Khaled &amp; Omar Sameh<\/strong> \u2014 Deep Learning Approaches for Single-IMU Swimming Stroke Recognition<\/li>\n<li><strong>Mohamed Tarek Mohamed &amp; Andrew Talaat Foll<\/strong> \u2014 Predicting Student Performance Using Multi-Modal Behavioral Features<\/li>\n<\/ul>\n<\/details><details class=\"ae-year\">\n<summary>2025<\/summary>\n<ul class=\"ae-project-list\">\n<li><strong>Mohamed Mahmoud Mabrouk &amp; Abdelrahman Abouelwafa<\/strong> \u2014 AI Detection System for Abnormal Behavior<\/li>\n<li><strong>Seifeldin Mahmoud &amp; Ahmed Osama<\/strong> \u2014 Multimodal HAR in PT for Enhanced Rehabilitation Assessment<\/li>\n<li><strong>Pierre Nabil &amp; Khaled Mohamed<\/strong> \u2014 AI Agriculture System for Automated Fruit Quality Assessment using GANs<\/li>\n<li><strong>Haidy Aboud<\/strong> \u2014 Automated Animal Detection and Tracking for Behavioral Analysis<\/li>\n<li><strong>Enjy Ramadan, Mazen Ashraf &amp; Hossam Mokhtar<\/strong> \u2014 Intelligent Driver Behavior Detection and Scoring with Deep Learning<\/li>\n<li><strong>Aly Essam &amp; Mohanad Gamal<\/strong> \u2014 Detecting Dental Anomalies using Segmentation, Few-Shot &amp; Meta Learning<\/li>\n<li><strong>Omar Amr &amp; Ali Ahmed<\/strong> \u2014 DAWA: Private Drug Addiction Withdrawal Assistant using Machine Learning<\/li>\n<\/ul>\n<\/details><details class=\"ae-year\">\n<summary>2024<\/summary>\n<ul class=\"ae-project-list\">\n<li><strong>Abdallah Hamdy &amp; Alaa Taie<\/strong> \u2014 AR Application in Physical Therapy<\/li>\n<li><strong>Habiba Wael<\/strong> \u2014 ADHD Child Behavior Monitoring<\/li>\n<li><strong>Khaled Mostafa &amp; Mohamed Hany<\/strong> \u2014 Mosquito Behavior Analysis using Computer Vision and Deep Learning<\/li>\n<li><strong>Farida Sherif &amp; Mahmoud Hossam<\/strong> \u2014 SmartFarm: Cow Behavior Monitoring Using Deep Learning<\/li>\n<li><strong>Mazen Walid &amp; Mostafa Ameen<\/strong> \u2014 BraveSpeakAR: AR for Social Phobia Tracking and Monitoring<\/li>\n<li><strong>Seif Elmoushy &amp; George Elkess<\/strong> \u2014 Discovering Land Changes from Satellite Images<\/li>\n<\/ul>\n<\/details><details class=\"ae-year\">\n<summary>2023<\/summary>\n<ul class=\"ae-project-list\">\n<li><strong>Mohamed Abdelazim &amp; Ahmed Emam<\/strong> \u2014 Evaluation of Presenters Skills<\/li>\n<li><strong>Kerols Hany &amp; Youssef Ayman<\/strong> \u2014 Field Harmful Insects Detection using Machine Learning<\/li>\n<li><strong>Abdallah Mohie &amp; Abdallah Magdy<\/strong> \u2014 Chicken Behavior<\/li>\n<li><strong>Mahmoud Hamido &amp; Khaled Essam<\/strong> \u2014 Framework for Activity Monitoring and Pose Recognition<\/li>\n<li><strong>Moamen Ahmed &amp; Dema<\/strong> \u2014 Rat Behavior Analysis<\/li>\n<li><strong>Omar Atta<\/strong> \u2014 Framework for Crack Detection<\/li>\n<li><strong>Nour Ashraf<\/strong> \u2014 Fish Behavior Tracking and Summarization in Aqua Farms<\/li>\n<li><strong>Zeyad Mostafa<\/strong> \u2014 Neonatal Calves Illness Prediction<\/li>\n<li><strong>Omar Tarek<\/strong> \u2014 Video Montaging and Summarization<\/li>\n<li><strong>Mohamed Ibrahim<\/strong> \u2014 Video Montaging and Summarization<\/li>\n<\/ul>\n<\/details><details class=\"ae-year\">\n<summary>2022<\/summary>\n<ul class=\"ae-project-list\">\n<li><strong>Abdallah Ayman Abuzaid<\/strong> \u2014 Exploring Local Meat using Machine Learning<\/li>\n<li><strong>Abdelaziz Ashraf<\/strong> \u2014 Shrimp Disease Classification and Behavior Detection<\/li>\n<li><strong>Ahmed Hamada Abozaid<\/strong> \u2014 Online Exam Cheating Detection<\/li>\n<li><strong>Ali Khaled Moustafa Kassem<\/strong> \u2014 Identifying Mental Illness by Detecting Facial Expressions and Body Poses<\/li>\n<li><strong>Andrew Ayman Edward Sadek<\/strong> \u2014 Dental Implant Recognition and Classification with CNN<\/li>\n<li><strong>Andrew Zaky Naguib<\/strong> \u2014 iRats: Intelligent System for Rat Behavior Analysis<\/li>\n<li><strong>Eriny Wessa<\/strong> \u2014 Parallelization of One and Two Dimensional Bin Packing<\/li>\n<li><strong>Habiba Mohamed<\/strong> \u2014 Brain Tumor Classification using Machine Learning<\/li>\n<li><strong>Mario Nady Shoukry<\/strong> \u2014 Multi-Modalities Analysis in Profiled Learning<\/li>\n<li><strong>Mohamed Amr Samir<\/strong> \u2014 Deep Learning for Food Consumption &amp; Human Activity for Non-Intrusive Blood Glucose Monitoring<\/li>\n<li><strong>Mohammed Ahmed Matboli<\/strong> \u2014 Ensemble Model for Fruit Diseases Classification<\/li>\n<li><strong>Omar Magdy Tawfik<\/strong> \u2014 Human Activity Recognition in Car Workshop<\/li>\n<li><strong>Omar Tarek<\/strong> \u2014 Forensic Document Examination of Handwritten Signatures Using Deep Learning<\/li>\n<li><strong>Salma Tamer<\/strong> \u2014 Swimming System Tracker for Enhancing Butterfly Stroke<\/li>\n<li><strong>Youssef Maged Sabry<\/strong> \u2014 Estimation of Glucose Levels Using Smartwatches with ECG Sensors<\/li>\n<\/ul>\n<\/details><details class=\"ae-year\">\n<summary>2021<\/summary>\n<ul class=\"ae-project-list\">\n<li><strong>Mohab Sameh<\/strong> \u2014 Intrusion Detection using AI and Deep Learning<\/li>\n<\/ul>\n<\/details><details class=\"ae-year\">\n<summary>2020<\/summary>\n<ul class=\"ae-project-list\">\n<li><strong>Hussam Eldin Mohamed, Ali Fadl, Omar Anas &amp; Youssef Wageeh<\/strong> \u2014 MSR-YOLO: Enhancing Fish Detection and Tracking in Fish Farms<\/li>\n<li><strong>Habiba Hegazy, Mohamed Abdelsalam, Mostafa Hussien &amp; Seif Elmosalamy<\/strong> \u2014 Online Detection of Incorrect Table Tennis Strokes using IR Depth Camera<\/li>\n<li><strong>Bassel Emad, Omar Atef, Yhya Shams &amp; Ahmed El-Kerdany<\/strong> \u2014 iKarate: Improving Karate Kata<\/li>\n<\/ul>\n<\/details><details class=\"ae-year\">\n<summary>2019<\/summary>\n<ul class=\"ae-project-list\">\n<li><strong>Mohammed Ehab Swilam, Hossam Mohammed, Mostafa Hammad &amp; Muhammed Ahmed<\/strong> \u2014 Smart Real-Time System for Assisting Swimmers in Free Style Strokes<\/li>\n<li><strong>Ammar Yasser, Mahmoud Fahmy &amp; Nour Ashraf, Doha<\/strong> \u2014 Smart Coaching: Enhancing Weightlifting &amp; Preventing Injuries<\/li>\n<li><strong>Kareem Mohameda, Amr Aziza, Belal Mohameda, Khaled Abdel-Hakeema &amp; Mostafa Mostafaa<\/strong> \u2014 Trackify: A Robust System for Preserving Money Transactions<\/li>\n<\/ul>\n<\/details><details class=\"ae-year\">\n<summary>2018<\/summary>\n<ul class=\"ae-project-list\">\n<li><strong>Aly Abouelghit, Karim Hossam, Mina Samir &amp; Ahmed Haniea<\/strong> \u2014 The Wanderer: A Markerless AR Game with Object Positioning Awareness<\/li>\n<li><strong>Soha Elhadary, Andrew Shehatah, Ahmed Elkodousy &amp; Mahmoud Mostafa<\/strong> \u2014 Money Tracker<\/li>\n<\/ul>\n<\/details><details class=\"ae-year\">\n<summary>2017<\/summary>\n<ul class=\"ae-project-list\">\n<li><strong>Mohamed Kamal, Eslam Mohamed, Karim Alaa, Omar Tarek, Mahmoud Magdy &amp; Mohamed Desoky<\/strong> \u2014 Cheating Hunter (Co-Supervision: Dr. Ghada Khoriba)<\/li>\n<li><strong>Mariam ElAshram, Noha AlMasry &amp; Passant El-Dorry<\/strong> \u2014 Amelio-rater: Detection of Driving Abnormal Behavior and Road Anomalies<\/li>\n<li><strong>Vigile<\/strong> \u2014 Smart Theft Protection<\/li>\n<\/ul>\n<\/details><details class=\"ae-year\">\n<summary>2016<\/summary>\n<ul class=\"ae-project-list\">\n<li><strong>Amr Magdy El-Shazly, Mahmoud Mohamed Omar &amp; Youssef Hassan Emam<\/strong> \u2014 Rapid-Aid: Mobile Merged Reality and Virtual Interaction<\/li>\n<li><strong>Abdelrahman Mahmoud, Doaa Alaa, George Alber &amp; Omar Ahmed<\/strong> \u2014 Framework for Object Sticking Gestures<\/li>\n<\/ul>\n<\/details><details class=\"ae-year\">\n<summary>2015<\/summary>\n<ul class=\"ae-project-list\">\n<li><strong>Abdelrahman Badr et al.<\/strong> \u2014 ARENA: Augmented Reality Framework<\/li>\n<li><strong>Abdelrahman Tarek et al.<\/strong> \u2014 SCOTT: Surveillance Camera on Tangible Table<\/li>\n<li><strong>Ahmed Gamal et al.<\/strong> \u2014 Alive: AR Social Network around Tangible Objects<\/li>\n<li><strong>Amgad Mohamed Serry et al.<\/strong> \u2014 Medika: Medical AR Solution for Fast Data Retrieval<\/li>\n<li><strong>Khalid Galal et al.<\/strong> \u2014 Vehicle Accident Prevention (VAP)<\/li>\n<\/ul>\n<\/details><details class=\"ae-year\">\n<summary>2013<\/summary>\n<ul class=\"ae-project-list\">\n<li><strong>Ahmed Moataz, Cherif Medhat &amp; Ehab Ashraf<\/strong> \u2014 Enriching Tangible User Interface with Everyday Objects<\/li>\n<li><strong>Hussam SaadAdeen et al.<\/strong> \u2014 RemoAct: Portable Projected Interface and Hand Gesture Interaction<\/li>\n<li><strong>Ahmed Raafat et al.<\/strong> \u2014 Prokiwii: Projected Portable Interface with Kinect and Wii Remote<\/li>\n<li><strong>Abdullah Mohamed et al.<\/strong> \u2014 Hexart: Smart Merged Multi-Touch Tables<\/li>\n<li><strong>Mohamed Thabet, Michael Louis &amp; Ihab Maged<\/strong> \u2014 Interaction Techniques for Large Display Touch Surfaces<\/li>\n<\/ul>\n<\/details><details class=\"ae-year\">\n<summary>2012<\/summary>\n<ul class=\"ae-project-list\">\n<li><strong>Ahmed Abdelkader et al.<\/strong> \u2014 Remote Interaction with Augmented Shared Objects<\/li>\n<li><strong>Ahmed Hamed &amp; Wafaa Ahmed<\/strong> \u2014 Interaction with Augmented Reality for Educational Support<\/li>\n<li><strong>Mohamed Mostafa, Hazem Hamdy &amp; Ahmed Amr<\/strong> \u2014 Learn on the Go<\/li>\n<li><strong>Motaz Ahmed et al.<\/strong> \u2014 Intuitive Interaction Techniques for Medical Doctors in Ubiquitous Environments<\/li>\n<li><strong>Islam Hosny et al.<\/strong> \u2014 Augmented Reality for Water Building<\/li>\n<\/ul>\n<\/details><\/section>\n<!-- ARCHIVE -->\n<section class=\"ae-section\">\n<h2 class=\"ae-section-title\">Archive<\/h2>\n<ul class=\"ae-archive\">\n<li><span class=\"ae-date\">22 Feb 2015<\/span> E-JUST invited speech \u2014 &#8220;Advances in HCI&#8221;<\/li>\n<li><span class=\"ae-date\">26 Nov 2014<\/span> 3 GP teams nominated for ATL competition<\/li>\n<li><span class=\"ae-date\">15 Jul 2013<\/span> RemoAct \u2014 3rd place for Ibteicar 2013<\/li>\n<li><span class=\"ae-date\">23 Feb 2015<\/span> Alive \u2014 2nd place for Ibteicar 2014<\/li>\n<\/ul>\n<\/section>\n<!-- CONTACT -->\n<section id=\"contact\" class=\"ae-section ae-contact\">\n<h2 class=\"ae-section-title\">Contact<\/h2>\n<p>For collaboration, supervision, or speaking inquiries:<\/p>\n<p class=\"ae-email\">ayman at fcih dot net<\/p>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>Professor of Computer Science Dr. Ayman Ezzat Atia Human-Computer Interaction \u00b7 Computer Vision \u00b7 Human Activity Recognition Faculty of Computer Science, MSA University &amp; Helwan University View Projects Contact About Ayman Ezzat Atia is a Professor at the Faculty of <a href=\"https:\/\/www.fcih.net\/ayman\/?page_id=617\" class=\"read-more\">Read More &#8230;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-617","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.fcih.net\/ayman\/index.php?rest_route=\/wp\/v2\/pages\/617","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fcih.net\/ayman\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.fcih.net\/ayman\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.fcih.net\/ayman\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fcih.net\/ayman\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=617"}],"version-history":[{"count":1,"href":"https:\/\/www.fcih.net\/ayman\/index.php?rest_route=\/wp\/v2\/pages\/617\/revisions"}],"predecessor-version":[{"id":618,"href":"https:\/\/www.fcih.net\/ayman\/index.php?rest_route=\/wp\/v2\/pages\/617\/revisions\/618"}],"wp:attachment":[{"href":"https:\/\/www.fcih.net\/ayman\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=617"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}