Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-26 08:03:43 +00:00

View File

@@ -32,37 +32,21 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Dashboard",
id: "#dashboard-hub",
},
name: "Dashboard", id: "#dashboard-hub"},
{
name: "Projects",
id: "#projects",
},
name: "Projects", id: "#projects"},
{
name: "Resume",
id: "#resume",
},
name: "Resume", id: "#resume"},
{
name: "Social Proof",
id: "#social-proof",
},
name: "Social Proof", id: "#social-proof"},
{
name: "Chatbot FAQ",
id: "#chatbot-faq",
},
name: "Chatbot FAQ", id: "#chatbot-faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="My Portfolio"
/>
@@ -72,112 +56,59 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "animated-grid",
}}
variant: "animated-grid"}}
title="Your Academic Work, Showcased Instantly"
description="Explore my projects, research, and achievements in one curated space. Chat with me to learn more about my background and expertise."
testimonials={[
{
name: "Dr. Anya Sharma",
handle: "@ProfSharma",
testimonial: "An exemplary portfolio showcasing profound analytical skills and innovative project execution. Truly impressed by the depth of research.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg?_wi=1",
imageAlt: "Dr. Anya Sharma",
},
name: "Dr. Anya Sharma", handle: "@ProfSharma", testimonial: "An exemplary portfolio showcasing profound analytical skills and innovative project execution. Truly impressed by the depth of research.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg", imageAlt: "Dr. Anya Sharma"},
{
name: "Mr. Ben Carter",
handle: "@BenC_Hiring",
testimonial: "This portfolio provided clear, concise evidence of technical proficiency and problem-solving abilities. A highly recommended candidate.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-practicing-lawyer_23-2151023403.jpg",
imageAlt: "Mr. Ben Carter",
},
name: "Mr. Ben Carter", handle: "@BenC_Hiring", testimonial: "This portfolio provided clear, concise evidence of technical proficiency and problem-solving abilities. A highly recommended candidate.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-practicing-lawyer_23-2151023403.jpg", imageAlt: "Mr. Ben Carter"},
{
name: "Ms. Chloe Davis",
handle: "@ChloeD_Collab",
testimonial: "Their project descriptions are incredibly detailed, offering valuable insights into complex methodologies. Eager to collaborate!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg",
imageAlt: "Ms. Chloe Davis",
},
name: "Ms. Chloe Davis", handle: "@ChloeD_Collab", testimonial: "Their project descriptions are incredibly detailed, offering valuable insights into complex methodologies. Eager to collaborate!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg", imageAlt: "Ms. Chloe Davis"},
{
name: "Dr. Elias Vance",
handle: "@EliasV_Research",
testimonial: "The breadth of academic work presented here is remarkable. A strong foundation for impactful future research.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg",
imageAlt: "Dr. Elias Vance",
},
name: "Dr. Elias Vance", handle: "@EliasV_Research", testimonial: "The breadth of academic work presented here is remarkable. A strong foundation for impactful future research.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", imageAlt: "Dr. Elias Vance"},
{
name: "Ms. Grace Lee",
handle: "@GraceL_Student",
testimonial: "Navigating the projects was incredibly intuitive, providing clear examples and a deep understanding of the subject matter. Inspiring!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-with-trendy-hairdo-frowns-face-with-pleasure_273609-8674.jpg",
imageAlt: "Ms. Grace Lee",
},
name: "Ms. Grace Lee", handle: "@GraceL_Student", testimonial: "Navigating the projects was incredibly intuitive, providing clear examples and a deep understanding of the subject matter. Inspiring!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-with-trendy-hairdo-frowns-face-with-pleasure_273609-8674.jpg", imageAlt: "Ms. Grace Lee"},
{
name: "Prof. David Chen",
handle: "@ProfChen_Mentor",
testimonial: "This portfolio effectively communicates complex ideas and a robust skill set, demonstrating significant potential for growth and leadership.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bearded-grey-haired-elderly-man-dressed-formal-suit_273609-6125.jpg",
imageAlt: "Prof. David Chen",
},
name: "Prof. David Chen", handle: "@ProfChen_Mentor", testimonial: "This portfolio effectively communicates complex ideas and a robust skill set, demonstrating significant potential for growth and leadership.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bearded-grey-haired-elderly-man-dressed-formal-suit_273609-6125.jpg", imageAlt: "Prof. David Chen"},
]}
buttons={[
{
text: "Explore My Work",
href: "#projects",
},
text: "Explore My Work", href: "#projects"},
]}
imageSrc="http://img.b2bpic.net/free-photo/futurism-perspective-digital-nomads-lifestyle_23-2151252495.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/futurism-perspective-digital-nomads-lifestyle_23-2151252495.jpg"
imageAlt="Academic dashboard interface"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/charming-guy-enjoying-his-break-garden_23-2147562344.jpg",
alt: "Young male student",
},
src: "http://img.b2bpic.net/free-photo/charming-guy-enjoying-his-break-garden_23-2147562344.jpg", alt: "Young male student"},
{
src: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg",
alt: "Female researcher",
},
src: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg", alt: "Female researcher"},
{
src: "http://img.b2bpic.net/free-photo/closeup-beautiful-strict-woman-glasses_1262-1732.jpg",
alt: "Experienced professor",
},
src: "http://img.b2bpic.net/free-photo/closeup-beautiful-strict-woman-glasses_1262-1732.jpg", alt: "Experienced professor"},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg",
alt: "Smiling graduate",
},
src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", alt: "Smiling graduate"},
{
src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-3695.jpg",
alt: "Thoughtful academic",
},
src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-3695.jpg", alt: "Thoughtful academic"},
]}
avatarText="Join the community of innovators."
marqueeItems={[
{
type: "text",
text: "AI Research",
},
type: "text", text: "AI Research"},
{
type: "text",
text: "Data Science",
},
type: "text", text: "Data Science"},
{
type: "text",
text: "Machine Learning",
},
type: "text", text: "Machine Learning"},
{
type: "text",
text: "Software Engineering",
},
type: "text", text: "Software Engineering"},
{
type: "text",
text: "Academic Excellence",
},
type: "text", text: "Academic Excellence"},
]}
/>
</div>
@@ -187,9 +118,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="About My Journey & Vision"
description={[
"I am a passionate academic and professional, driven by curiosity and a commitment to innovation. My work spans various disciplines, focusing on impactful research and practical project development. This portfolio offers a comprehensive look into my contributions, methodologies, and expertise.",
"With a strong foundation in theoretical frameworks and hands-on application, I aim to bridge the gap between complex ideas and tangible solutions. I am dedicated to continuous learning and collaboration, always seeking new challenges to expand my capabilities and contribute to advancements in my field.",
]}
"I am a passionate academic and professional, driven by curiosity and a commitment to innovation. My work spans various disciplines, focusing on impactful research and practical project development. This portfolio offers a comprehensive look into my contributions, methodologies, and expertise.", "With a strong foundation in theoretical frameworks and hands-on application, I aim to bridge the gap between complex ideas and tangible solutions. I am dedicated to continuous learning and collaboration, always seeking new challenges to expand my capabilities and contribute to advancements in my field."]}
/>
</div>
@@ -201,23 +130,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Interactive Project Visualizations",
description: "Explore dynamic graphs and charts illustrating project progress, resource allocation, and key milestones for each academic endeavor.",
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-red-hair-working-laptop-holding-folder_651396-3621.jpg",
imageAlt: "Project management dashboard",
},
title: "Interactive Project Visualizations", description: "Explore dynamic graphs and charts illustrating project progress, resource allocation, and key milestones for each academic endeavor.", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-red-hair-working-laptop-holding-folder_651396-3621.jpg", imageAlt: "Project management dashboard"},
{
title: "In-Depth Research Analysis",
description: "Access detailed reports and analyses from my research papers, including methodology, data insights, and scholarly contributions.",
imageSrc: "http://img.b2bpic.net/free-photo/man-pointing-important-papers-cork-board_329181-15333.jpg",
imageAlt: "Data analysis results graph",
},
title: "In-Depth Research Analysis", description: "Access detailed reports and analyses from my research papers, including methodology, data insights, and scholarly contributions.", imageSrc: "http://img.b2bpic.net/free-photo/man-pointing-important-papers-cork-board_329181-15333.jpg", imageAlt: "Data analysis results graph"},
{
title: "Skill & Competency Tracker",
description: "Monitor the development of my technical and soft skills through a visual representation of completed courses, certifications, and applied expertise.",
imageSrc: "http://img.b2bpic.net/free-vector/gear-shape-infographic-process-diagram-with-horizontal-up-down-gear-with-spreading-text-direction-with-dark-background-bright-outline-style-3-stages_82472-5935.jpg",
imageAlt: "Skill development flowchart",
},
title: "Skill & Competency Tracker", description: "Monitor the development of my technical and soft skills through a visual representation of completed courses, certifications, and applied expertise.", imageSrc: "http://img.b2bpic.net/free-vector/gear-shape-infographic-process-diagram-with-horizontal-up-down-gear-with-spreading-text-direction-with-dark-background-bright-outline-style-3-stages_82472-5935.jpg", imageAlt: "Skill development flowchart"},
]}
title="Academic & Project Dashboard"
description="Dive into my diverse portfolio of academic research, innovative projects, and significant achievements. Each entry provides a detailed overview of my contributions and learning."
@@ -231,56 +148,21 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "project-1",
name: "AI-Driven Sentiment Analysis for Social Media",
price: "View Research",
variant: "Machine Learning",
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-science-research-annual-report_23-2150837889.jpg",
imageAlt: "AI sentiment analysis research",
},
id: "project-1", name: "AI-Driven Sentiment Analysis for Social Media", price: "View Research", variant: "Machine Learning", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-science-research-annual-report_23-2150837889.jpg", imageAlt: "AI sentiment analysis research"},
{
id: "project-2",
name: "Quantum Computing Algorithm Optimization",
price: "View Project",
variant: "Theoretical Physics",
imageSrc: "http://img.b2bpic.net/free-photo/regular-human-job-performed-by-anthropomorphic-futuristic-robot_23-2151043490.jpg",
imageAlt: "Quantum computing algorithm",
},
id: "project-2", name: "Quantum Computing Algorithm Optimization", price: "View Project", variant: "Theoretical Physics", imageSrc: "http://img.b2bpic.net/free-photo/regular-human-job-performed-by-anthropomorphic-futuristic-robot_23-2151043490.jpg", imageAlt: "Quantum computing algorithm"},
{
id: "project-3",
name: "Robotics for Autonomous Environmental Monitoring",
price: "View Case Study",
variant: "Mechatronics",
imageSrc: "http://img.b2bpic.net/free-photo/augmented-reality-engineer-examining-holographic-machine_23-2152006121.jpg",
imageAlt: "Environmental monitoring robot",
},
id: "project-3", name: "Robotics for Autonomous Environmental Monitoring", price: "View Case Study", variant: "Mechatronics", imageSrc: "http://img.b2bpic.net/free-photo/augmented-reality-engineer-examining-holographic-machine_23-2152006121.jpg", imageAlt: "Environmental monitoring robot"},
{
id: "project-4",
name: "Optimizing Data Structures for Large-Scale Databases",
price: "View Code",
variant: "Computer Science",
imageSrc: "http://img.b2bpic.net/free-photo/double-exposure-caucasian-man-virtual-reality-vr-headset-is-presumably-gamer-hacker-cracking-code-into-secure-network-server-with-lines-code_146671-18928.jpg",
imageAlt: "Data structures code",
},
id: "project-4", name: "Optimizing Data Structures for Large-Scale Databases", price: "View Code", variant: "Computer Science", imageSrc: "http://img.b2bpic.net/free-photo/double-exposure-caucasian-man-virtual-reality-vr-headset-is-presumably-gamer-hacker-cracking-code-into-secure-network-server-with-lines-code_146671-18928.jpg", imageAlt: "Data structures code"},
{
id: "project-5",
name: "Blockchain-Based Secure Voting System Design",
price: "View Whitepaper",
variant: "Cybersecurity",
imageSrc: "http://img.b2bpic.net/free-photo/cyber-defense-specialist-examining-information-big-screen_482257-121594.jpg",
imageAlt: "Blockchain voting system",
},
id: "project-5", name: "Blockchain-Based Secure Voting System Design", price: "View Whitepaper", variant: "Cybersecurity", imageSrc: "http://img.b2bpic.net/free-photo/cyber-defense-specialist-examining-information-big-screen_482257-121594.jpg", imageAlt: "Blockchain voting system"},
{
id: "project-6",
name: "Virtual Reality Applications in Medical Training",
price: "View Demo",
variant: "Human-Computer Interaction",
imageSrc: "http://img.b2bpic.net/free-photo/person-using-ar-technology-their-daily-occupation_23-2151137268.jpg",
imageAlt: "VR medical training simulation",
},
id: "project-6", name: "Virtual Reality Applications in Medical Training", price: "View Demo", variant: "Human-Computer Interaction", imageSrc: "http://img.b2bpic.net/free-photo/person-using-ar-technology-their-daily-occupation_23-2151137268.jpg", imageAlt: "VR medical training simulation"},
]}
title="Featured Research & Initiatives"
description="A closer look at my most impactful projects and research papers, highlighting the problem, solution, and my specific role."
animationType="slide-up"
/>
</div>
@@ -291,68 +173,26 @@ export default function LandingPage() {
useInvertedBackground={false}
groups={[
{
id: "education",
groupTitle: "Education",
members: [
id: "education", groupTitle: "Education", members: [
{
id: "edu-1",
title: "Ph.D. in Computer Science",
subtitle: "University of Global Research, 2023",
detail: "Specialization in Artificial Intelligence and Machine Learning, focusing on explainable AI models.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-black-man-posing-public-library_74855-1508.jpg",
imageAlt: "Academic portrait of a Ph.D. student",
},
id: "edu-1", title: "Ph.D. in Computer Science", subtitle: "University of Global Research, 2023", detail: "Specialization in Artificial Intelligence and Machine Learning, focusing on explainable AI models.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-black-man-posing-public-library_74855-1508.jpg", imageAlt: "Academic portrait of a Ph.D. student"},
{
id: "edu-2",
title: "M.Sc. in Data Science",
subtitle: "Metropolitan Tech Institute, 2020",
detail: "Concentration in Big Data Analytics and Predictive Modeling, achieving top honors.",
imageSrc: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310946.jpg",
imageAlt: "Academic portrait of a M.Sc. student",
},
id: "edu-2", title: "M.Sc. in Data Science", subtitle: "Metropolitan Tech Institute, 2020", detail: "Concentration in Big Data Analytics and Predictive Modeling, achieving top honors.", imageSrc: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310946.jpg", imageAlt: "Academic portrait of a M.Sc. student"},
{
id: "edu-3",
title: "B.Sc. in Software Engineering",
subtitle: "Central University of Innovation, 2018",
detail: "Focused on full-stack development and software architecture, cum laude graduate.",
imageSrc: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-sitting-school-desk-front-blackboard-classroom-checking-homework-students-looking-amazed-surprised_141793-131571.jpg",
imageAlt: "Academic portrait of a B.Sc. student",
},
id: "edu-3", title: "B.Sc. in Software Engineering", subtitle: "Central University of Innovation, 2018", detail: "Focused on full-stack development and software architecture, cum laude graduate.", imageSrc: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-sitting-school-desk-front-blackboard-classroom-checking-homework-students-looking-amazed-surprised_141793-131571.jpg", imageAlt: "Academic portrait of a B.Sc. student"},
],
imageSrc: "http://img.b2bpic.net/free-photo/futurism-perspective-digital-nomads-lifestyle_23-2151252495.jpg?_wi=2",
imageAlt: "academic portrait young scholar",
},
{
id: "experience",
groupTitle: "Professional Experience",
members: [
id: "experience", groupTitle: "Professional Experience", members: [
{
id: "exp-1",
title: "AI Research Scientist",
subtitle: "Innovate Labs Inc., 2023 - Present",
detail: "Leading projects in developing novel AI algorithms for natural language processing and computer vision applications.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-teen-boy-shirt-hoodie-propping-chin-hand-looking-cheerful-front-view_176474-106496.jpg",
imageAlt: "Professional portrait of an AI Research Scientist",
},
id: "exp-1", title: "AI Research Scientist", subtitle: "Innovate Labs Inc., 2023 - Present", detail: "Leading projects in developing novel AI algorithms for natural language processing and computer vision applications.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-teen-boy-shirt-hoodie-propping-chin-hand-looking-cheerful-front-view_176474-106496.jpg", imageAlt: "Professional portrait of an AI Research Scientist"},
{
id: "exp-2",
title: "Senior Data Analyst",
subtitle: "Global Insights Corp., 2020 - 2023",
detail: "Managed end-to-end data analysis pipelines, delivering actionable insights that improved client decision-making by 15%.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-aged-woman-glasses-holding-book_171337-8087.jpg",
imageAlt: "Professional portrait of a Senior Data Analyst",
},
id: "exp-2", title: "Senior Data Analyst", subtitle: "Global Insights Corp., 2020 - 2023", detail: "Managed end-to-end data analysis pipelines, delivering actionable insights that improved client decision-making by 15%.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-aged-woman-glasses-holding-book_171337-8087.jpg", imageAlt: "Professional portrait of a Senior Data Analyst"},
{
id: "exp-3",
title: "Software Developer Intern",
subtitle: "FutureTech Solutions, 2017",
detail: "Contributed to front-end and back-end development of a large-scale enterprise resource planning (ERP) system.",
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-red-bow-tie_1298-361.jpg",
imageAlt: "Professional portrait of a Software Developer Intern",
},
id: "exp-3", title: "Software Developer Intern", subtitle: "FutureTech Solutions, 2017", detail: "Contributed to front-end and back-end development of a large-scale enterprise resource planning (ERP) system.", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-red-bow-tie_1298-361.jpg", imageAlt: "Professional portrait of a Software Developer Intern"},
],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg?_wi=2",
imageAlt: "academic portrait young scholar",
},
]}
title="My Professional & Academic Journey"
@@ -365,15 +205,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Global Research University",
"Innovate Labs Inc.",
"Metropolitan Tech Institute",
"Central University of Innovation",
"Tech Insights Corporation",
"FutureTech Solutions",
"Academic Journal of AI",
"Quantum Computing Alliance",
]}
"Global Research University", "Innovate Labs Inc.", "Metropolitan Tech Institute", "Central University of Innovation", "Tech Insights Corporation", "FutureTech Solutions", "Academic Journal of AI", "Quantum Computing Alliance"]}
title="Trusted by Leading Institutions"
description="Proud to have collaborated with prestigious universities and industry leaders on impactful projects and research initiatives."
/>
@@ -385,30 +217,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq-1",
title: "What is your main area of research focus?",
content: "My primary research focus is on explainable AI (XAI) and its applications in natural language processing, aiming to make complex AI decisions transparent and interpretable.",
},
id: "faq-1", title: "What is your main area of research focus?", content: "My primary research focus is on explainable AI (XAI) and its applications in natural language processing, aiming to make complex AI decisions transparent and interpretable."},
{
id: "faq-2",
title: "How can I access your full research papers?",
content: "Most of my published research papers are available through the 'Projects' section, often with direct links to academic databases or my institutional repository. Please refer to individual project pages.",
},
id: "faq-2", title: "How can I access your full research papers?", content: "Most of my published research papers are available through the 'Projects' section, often with direct links to academic databases or my institutional repository. Please refer to individual project pages."},
{
id: "faq-3",
title: "Are you open to collaborative projects?",
content: "Absolutely! I am always seeking opportunities for interdisciplinary collaboration. Please use the contact form below to propose potential projects or research partnerships.",
},
id: "faq-3", title: "Are you open to collaborative projects?", content: "Absolutely! I am always seeking opportunities for interdisciplinary collaboration. Please use the contact form below to propose potential projects or research partnerships."},
{
id: "faq-4",
title: "What tools and technologies are you proficient in?",
content: "I am proficient in Python, R, Java, and C++ for programming, with extensive experience in frameworks like TensorFlow, PyTorch, and scikit-learn for AI/ML. My database skills include SQL and NoSQL platforms.",
},
id: "faq-4", title: "What tools and technologies are you proficient in?", content: "I am proficient in Python, R, Java, and C++ for programming, with extensive experience in frameworks like TensorFlow, PyTorch, and scikit-learn for AI/ML. My database skills include SQL and NoSQL platforms."},
{
id: "faq-5",
title: "How does the AI chatbot work?",
content: "This AI chatbot leverages a pre-trained language model integrated with my portfolio data. It can answer common questions about my academic background, projects, and skills. Feel free to ask anything!",
},
id: "faq-5", title: "How does the AI chatbot work?", content: "This AI chatbot leverages a pre-trained language model integrated with my portfolio data. It can answer common questions about my academic background, projects, and skills. Feel free to ask anything!"},
]}
title="Ask My AI Chatbot"
description="My AI chatbot is here to answer your questions about my projects, research, and background instantly. Feel free to explore common questions below or start a conversation."
@@ -423,28 +240,17 @@ export default function LandingPage() {
description="I'm always open to discussing new research opportunities, collaborations, or professional roles. Send me a message, and I'll get back to you promptly."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
{
name: "subject",
type: "text",
placeholder: "Subject",
required: true,
name: "subject", type: "text", placeholder: "Subject", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Your Message",
rows: 5,
name: "message", placeholder: "Your Message", rows: 5,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/male-aviator-looking-through-windscreen-fly-aircraft-starting-power-engine-pushing-dashboiard-command-buttons-takeoff-airliner-flying-airplane-with-radar-compass-navigation-close-up_482257-49478.jpg"
@@ -459,58 +265,35 @@ export default function LandingPage() {
logoText="My Portfolio"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Home",
href: "#home",
},
label: "Home", href: "#home"},
{
label: "Projects",
href: "#projects",
},
label: "Projects", href: "#projects"},
{
label: "Resume",
href: "#resume",
},
label: "Resume", href: "#resume"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Academic",
items: [
title: "Academic", items: [
{
label: "Research Dashboard",
href: "#dashboard-hub",
},
label: "Research Dashboard", href: "#dashboard-hub"},
{
label: "Publications",
href: "#projects",
},
label: "Publications", href: "#projects"},
{
label: "AI Chatbot FAQ",
href: "#chatbot-faq",
},
label: "AI Chatbot FAQ", href: "#chatbot-faq"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "LinkedIn",
href: "https://linkedin.com/in/yourprofile",
},
label: "LinkedIn", href: "https://linkedin.com/in/yourprofile"},
{
label: "GitHub",
href: "https://github.com/yourprofile",
},
label: "GitHub", href: "https://github.com/yourprofile"},
{
label: "ORCID",
href: "#",
},
label: "ORCID", href: "#"},
],
},
]}