diff --git a/public/images/cmctop.png b/public/images/cmctop.png new file mode 100644 index 0000000..1006298 Binary files /dev/null and b/public/images/cmctop.png differ diff --git a/public/images/donkupar.jpg b/public/images/donkupar.jpg new file mode 100644 index 0000000..ba376f2 Binary files /dev/null and b/public/images/donkupar.jpg differ diff --git a/public/images/hero.png b/public/images/hero.png index d48cda1..057fada 100644 Binary files a/public/images/hero.png and b/public/images/hero.png differ diff --git a/public/images/hero1.png b/public/images/hero1.png new file mode 100644 index 0000000..33800c1 Binary files /dev/null and b/public/images/hero1.png differ diff --git a/public/images/hero2.png b/public/images/hero2.png new file mode 100644 index 0000000..4a00e9e Binary files /dev/null and b/public/images/hero2.png differ diff --git a/public/images/heronew.jpg b/public/images/heronew.jpg new file mode 100644 index 0000000..f82d51e Binary files /dev/null and b/public/images/heronew.jpg differ diff --git a/public/images/heronew.png b/public/images/heronew.png new file mode 100644 index 0000000..404c707 Binary files /dev/null and b/public/images/heronew.png differ diff --git a/public/images/joses.jpg b/public/images/joses.jpg new file mode 100644 index 0000000..6528327 Binary files /dev/null and b/public/images/joses.jpg differ diff --git a/public/images/logo.png b/public/images/logo.png index 2e55378..08ac2c2 100644 Binary files a/public/images/logo.png and b/public/images/logo.png differ diff --git a/public/images/rajesh.jpg b/public/images/rajesh.jpg new file mode 100644 index 0000000..6c4b7e3 Binary files /dev/null and b/public/images/rajesh.jpg differ diff --git a/public/images/rightlogo.png b/public/images/rightlogo.png new file mode 100644 index 0000000..81e5eb3 Binary files /dev/null and b/public/images/rightlogo.png differ diff --git a/public/images/shona.png b/public/images/shona.png new file mode 100644 index 0000000..41b10ff Binary files /dev/null and b/public/images/shona.png differ diff --git a/public/images/surjan.jpg b/public/images/surjan.jpg new file mode 100644 index 0000000..5c92115 Binary files /dev/null and b/public/images/surjan.jpg differ diff --git a/public/logos/acs.jpg b/public/logos/acs.jpg new file mode 100644 index 0000000..9140f13 Binary files /dev/null and b/public/logos/acs.jpg differ diff --git a/public/logos/aiims.png b/public/logos/aiims.png new file mode 100644 index 0000000..aa042a3 Binary files /dev/null and b/public/logos/aiims.png differ diff --git a/public/logos/bmj.png b/public/logos/bmj.png new file mode 100644 index 0000000..f73fb36 Binary files /dev/null and b/public/logos/bmj.png differ diff --git a/public/logos/gvk-emri.jpg b/public/logos/gvk-emri.jpg new file mode 100644 index 0000000..428f316 Binary files /dev/null and b/public/logos/gvk-emri.jpg differ diff --git a/public/logos/icmr.png b/public/logos/icmr.png new file mode 100644 index 0000000..bdf8d87 Binary files /dev/null and b/public/logos/icmr.png differ diff --git a/public/logos/ipgmer.png b/public/logos/ipgmer.png new file mode 100644 index 0000000..4938f21 Binary files /dev/null and b/public/logos/ipgmer.png differ diff --git a/public/logos/istac.png b/public/logos/istac.png new file mode 100644 index 0000000..3da3a49 Binary files /dev/null and b/public/logos/istac.png differ diff --git a/public/logos/jipmer.png b/public/logos/jipmer.png new file mode 100644 index 0000000..1360789 Binary files /dev/null and b/public/logos/jipmer.png differ diff --git a/public/logos/jpnatc.png b/public/logos/jpnatc.png new file mode 100644 index 0000000..ed04c6d Binary files /dev/null and b/public/logos/jpnatc.png differ diff --git a/public/logos/michigan.jpg b/public/logos/michigan.jpg new file mode 100644 index 0000000..9b152c1 Binary files /dev/null and b/public/logos/michigan.jpg differ diff --git a/public/logos/taei.png b/public/logos/taei.png new file mode 100644 index 0000000..50fefa5 Binary files /dev/null and b/public/logos/taei.png differ diff --git a/public/logos/tci.png b/public/logos/tci.png new file mode 100644 index 0000000..b895c55 Binary files /dev/null and b/public/logos/tci.png differ diff --git a/src/components/Layouts/Header.tsx b/src/components/Layouts/Header.tsx index 19b84bd..bc7e54a 100644 --- a/src/components/Layouts/Header.tsx +++ b/src/components/Layouts/Header.tsx @@ -13,12 +13,12 @@ const Header = () => { return (
-
+
- {/* Logo */} + {/* Left Logo */}
-
+
CMC Logo { ))} - {/* Mobile menu button */} - + + {isMenuOpen ? ( + + ) : ( + + )} + + +
@@ -113,4 +132,4 @@ const Header = () => { ); }; -export default Header; +export default Header; \ No newline at end of file diff --git a/src/components/about/process.tsx b/src/components/about/process.tsx index 37c13ff..f1051bd 100644 --- a/src/components/about/process.tsx +++ b/src/components/about/process.tsx @@ -25,22 +25,22 @@ export default function Process() { const steps = [ { number: "1", - title: "2020", - description: "Department of Trauma Surgery inaugurated at Town Campus", + title: "Feb 2022", + description: "Trauma Registry established on Feb.2022 in collaboration with Transport Corporation of India Limited (TCI).", icon: CalendarIcon, }, { number: "2", - title: "2022", - description: "Ranipet Campus opens as Level-1 Trauma Facility", + title: "Dec 2023", + description: "Trauma Quality Improvement Programme established on Dec.2023 in collaboration with the Indian Council of Medical Research.", icon: CalendarIcon, - }, - { - number: "3", - title: "Nov 2022", - description: "Trauma centre begins operations with full emergency suite", - icon: CalendarIcon, - }, + }, + // { + // number: "3", + // title: "Nov 2022", + // description: "Trauma centre begins operations with full emergency suite", + // icon: CalendarIcon, + // }, ]; return ( diff --git a/src/components/faculty/TeamMemberDetail.tsx b/src/components/faculty/TeamMemberDetail.tsx index 358c457..2dc7c75 100644 --- a/src/components/faculty/TeamMemberDetail.tsx +++ b/src/components/faculty/TeamMemberDetail.tsx @@ -326,11 +326,7 @@ const TeamMemberDetail: React.FC = ({ memberId, memberDat
{skill.name} - {skill.level && ( - - {skill.level}% proficiency - - )} + {skill.level}
))} diff --git a/src/components/home/EventSection.tsx b/src/components/home/EventSection.tsx index 88866b6..d034147 100644 --- a/src/components/home/EventSection.tsx +++ b/src/components/home/EventSection.tsx @@ -240,9 +240,9 @@ const EventsSection = () => { > View Details - + {/* {formatPrice(event)} - + */}
diff --git a/src/components/home/HeroSection.tsx b/src/components/home/HeroSection.tsx index ff95525..b44fb9f 100644 --- a/src/components/home/HeroSection.tsx +++ b/src/components/home/HeroSection.tsx @@ -6,7 +6,7 @@ const HeroSection = () => {
{/* Background Image using Next.js Image with fill */} CMC Vellore 125 years celebration { const ongoingProjects = [ { icon: , - title: "Chest Trauma Outcomes", - description: "Comprehensive analysis of mortality rates, ventilation requirements, and rib fixation effectiveness in chest trauma patients." + title: "Trauma Registry – CMC – Pilot Study (T-ReCS)", + subtitle: "In association with TCI", + description: "TRECS is a comprehensive digital platform designed to systematically capture, store, and analyze trauma patient data at our Ranipet Level-1 Trauma Center. The platform enables monitoring of clinical outcomes, identification of gaps in care, and improvement of patient management protocols.", + features: [ + "Patient Demographics & Injury Details: Captures age, gender, mechanism of injury, and severity scoring", + "Clinical Data Tracking: Includes vital signs at admission, laboratory investigations, imaging, operative interventions, and ICU care", + "Outcome Analysis: Tracks mortality, morbidity, complications, length of stay, and functional recovery", + "Quality Improvement: Supports audits, departmental reviews, and research projects", + "Research Support: TRECS data contributes to peer-reviewed publications, national trauma policies, and predictive modeling" + ] }, { icon: , - title: "Rib Fixation Study", - description: "Comparative study analyzing recovery outcomes between operative and non-operative treatment approaches for rib fractures." - }, - { - icon: , - title: "Pre-hospital Time Study", - description: "Investigating the impact of Golden Hour protocols versus standard transport timelines on patient outcomes." + title: "Trauma Quality Improvement Programme (TQIP)", + subtitle: "In association with ICMR", + description: "TQIP is an evidence-based framework adopted to ensure excellence in patient care through continuous monitoring and benchmarking. The program integrates data-driven approaches to improve safety, reduce complications, and standardize protocols.", + features: [ + "Performance Metrics: Tracks key indicators including time to intervention, mortality, ICU stay, and surgical outcomes", + "Benchmarking: Compares departmental outcomes with national and international trauma centers", + "Clinical Audits: Regularly conducted to assess adherence to trauma protocols", + "Education & Training: Provides feedback loops for residents, nursing staff, and trauma coordinators", + "Quality Initiatives: Implements targeted interventions for overstay management and Golden Hour optimization" + ] } ]; @@ -36,10 +46,18 @@ const ResearchComponent = () => { ]; const collaborators = [ - { name: "Royal College of Physicians & Surgeons", location: "Glasgow", short: "RCPS" }, - { name: "All India Institute of Medical Sciences", location: "New Delhi", short: "AIIMS" }, - { name: "Post Graduate Institute", location: "Chandigarh", short: "PGI" }, - { name: "All India Institute of Medical Sciences", location: "Jodhpur", short: "AIIMS" } + { name: "American College of Surgeons", location: "", short: "ACS", logo: "/logos/acs.jpg" }, + { name: "BMJ Global", location: "", short: "BMJ", logo: "/logos/bmj.png" }, + { name: "Michigan University", location: "", short: "UM", logo: "/logos/michigan.jpg" }, + { name: "Indian Council of Medical Research", location: "", short: "ICMR", logo: "/logos/icmr.png" }, + { name: "ISTAC", location: "", short: "ISTAC", logo: "/logos/istac.png" }, + { name: "All India Institute of Medical Sciences", location: "", short: "AIIMS", logo: "/logos/aiims.png" }, + { name: "JPNATC AIIMS Delhi", location: "New Delhi", short: "JPNATC", logo: "/logos/jpnatc.png" }, + { name: "JIPMER", location: "", short: "JIPMER", logo: "/logos/jipmer.png" }, + { name: "IPGMER", location: "Kolkata", short: "IPGMER", logo: "/logos/ipgmer.png" }, + { name: "TCI", location: "", short: "TCI", logo: "/logos/tci.png" }, + { name: "GVK EMRI", location: "", short: "GVK EMRI", logo: "/logos/gvk-emri.jpg" }, + { name: "TAEI", location: "", short: "TAEI", logo: "/logos/taei.png" } ]; return ( @@ -48,13 +66,13 @@ const ResearchComponent = () => {