Welcome to my website, I am Asim Waqas, Ph.D., a researcher at Moffitt Cancer Center. This website presents my educational background, research interests, publications, and professional activities.
Visit the live site at: https://waasem.github.io
I am an Applied Research Scientist at H. Lee Moffitt Cancer Center and Research Institute, working at the intersection of artificial intelligence and oncology. My research focuses on:
- Multimodal Deep Learning - Integrating multi-omics, pathology, and clinical data
- Digital Pathology & AI - Foundation models for diagnostic pathology
- Early Cancer Detection - Personalized risk assessment models
- Medical LLMs - Clinical data extraction and analysis
- Federated Learning - Privacy-preserving multi-institutional research
- Immunotherapy Biomarkers - Treatment response prediction
├── public/
│ ├── favicon.svg # Favicon for the website
│ └── assets/
│ └── profile-photo.jpg # Profile photo
├── src/
│ ├── components/
│ │ ├── Education.astro # Education section component
│ │ ├── Footer.astro # Footer component
│ │ ├── Header.astro # Hero/header component
│ │ ├── Navbar.astro # Navigation bar component
│ │ ├── Publications.astro # Publications list component
│ │ └── SectionContainer.astro # Section wrapper
│ ├── layouts/
│ │ └── Layout.astro # Main layout
│ ├── pages/
│ │ ├── index.astro # Home page
│ │ ├── publications.astro # Publications page
│ │ ├── research.astro # Research interests page
│ │ └── contact.astro # Contact information page
│ ├── data/
│ │ ├── education.js # Educational background data
│ │ ├── publications.js # Publications data
│ │ └── presentations.js # Presentations and awards data
│ └── styles/
│ └── global.css # Global styles
├── .github/
│ └── workflows/
│ └── deploy.yml # GitHub Actions deployment workflow
├── astro.config.mjs # Astro configuration
├── tailwind.config.mjs # Tailwind CSS configuration
├── package.json # npm configuration
├── tsconfig.json # TypeScript configuration
└── README.md # This file
- Node.js 18+
- npm or yarn
-
Clone the repository:
git clone https://github.com/Waasem/waasem.github.io.git cd waasem.github.io -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open http://localhost:4321 in your browser.
npm run buildThe built site will be in the dist/ directory.
npm run preview- Astro - Static site generator
- Tailwind CSS - Utility-first CSS framework
- Font Awesome - Icons
- Google Fonts - Typography (Cormorant Garamond, Source Sans 3)
- Email: Asim.Waqas@moffitt.org
- LinkedIn: linkedin.com/in/asim-waqas-7773b248
- GitHub: github.com/Waasem
- Google Scholar: scholar.google.com
- ORCID: 0000-0002-6834-4710
- Lab Rasool: lab.moffitt.org/Rasool
- Lab GitHub: github.com/lab-rasool
- HuggingFace: huggingface.co/Lab-Rasool
© 2026 Asim Waqas. All rights reserved.
Moffitt Cancer Center | Department of Cancer Epidemiology / Machine Learning