{"id":48,"date":"2025-03-10T21:24:40","date_gmt":"2025-03-10T20:24:40","guid":{"rendered":"https:\/\/www.indexall.org\/indexa\/?page_id=48"},"modified":"2026-03-28T12:02:03","modified_gmt":"2026-03-28T11:02:03","slug":"about-indexa","status":"publish","type":"page","link":"https:\/\/www.indexall.org\/indexa\/about-indexa\/","title":{"rendered":"ABOUT Indexa"},"content":{"rendered":"<p>&nbsp;<\/p>\n<style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }<\/p>\n<p>        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;\n            background: #f8f9fa;\n            color: #2c3e50;\n            line-height: 1.6;\n        }<\/p>\n<p>        \/* Navigation *\/\n        .navbar {\n            background: white;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.1);\n            position: sticky;\n            top: 0;\n            z-index: 1000;\n        }<\/p>\n<p>        .nav-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 1rem 2rem;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            flex-wrap: wrap;\n        }<\/p>\n<p>        .logo {\n            font-size: 24px;\n            font-weight: bold;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }<\/p>\n<p>        .logo i {\n            background: none;\n            -webkit-text-fill-color: #667eea;\n        }<\/p>\n<p>        .nav-links {\n            display: flex;\n            gap: 2rem;\n            list-style: none;\n        }<\/p>\n<p>        .nav-links a {\n            text-decoration: none;\n            color: #2c3e50;\n            transition: color 0.3s;\n        }<\/p>\n<p>        .nav-links a:hover {\n            color: #667eea;\n        }<\/p>\n<p>        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            padding: 80px 20px;\n            text-align: center;\n        }<\/p>\n<p>        .hero-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }<\/p>\n<p>        .hero h1 {\n            font-size: 48px;\n            margin-bottom: 20px;\n            animation: fadeInUp 0.8s ease;\n        }<\/p>\n<p>        .hero p {\n            font-size: 18px;\n            opacity: 0.9;\n            margin-bottom: 30px;\n            animation: fadeInUp 0.8s ease 0.2s both;\n        }<\/p>\n<p>        .hero-stats {\n            display: flex;\n            justify-content: center;\n            gap: 40px;\n            margin-top: 50px;\n            flex-wrap: wrap;\n            animation: fadeInUp 0.8s ease 0.4s both;\n        }<\/p>\n<p>        .stat {\n            text-align: center;\n        }<\/p>\n<p>        .stat-number {\n            font-size: 36px;\n            font-weight: bold;\n        }<\/p>\n<p>        .stat-label {\n            font-size: 14px;\n            opacity: 0.8;\n        }<\/p>\n<p>        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }<\/p>\n<p>        \/* Container *\/\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 60px 20px;\n        }<\/p>\n<p>        \/* Mission & Vision *\/\n        .mission-vision {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin-bottom: 60px;\n        }<\/p>\n<p>        .mission-card, .vision-card {\n            background: white;\n            padding: 40px;\n            border-radius: 20px;\n            text-align: center;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.05);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }<\/p>\n<p>        .mission-card:hover, .vision-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.1);\n        }<\/p>\n<p>        .card-icon {\n            font-size: 48px;\n            margin-bottom: 20px;\n        }<\/p>\n<p>        .mission-card .card-icon {\n            color: #667eea;\n        }<\/p>\n<p>        .vision-card .card-icon {\n            color: #f39c12;\n        }<\/p>\n<p>        .mission-card h2, .vision-card h2 {\n            margin-bottom: 15px;\n            font-size: 24px;\n        }<\/p>\n<p>        \/* Values Section *\/\n        .values-section {\n            background: white;\n            border-radius: 20px;\n            padding: 50px;\n            margin-bottom: 60px;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.05);\n        }<\/p>\n<p>        .values-section h2 {\n            text-align: center;\n            font-size: 32px;\n            margin-bottom: 40px;\n        }<\/p>\n<p>        .values-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n        }<\/p>\n<p>        .value-card {\n            text-align: center;\n            padding: 30px;\n            transition: transform 0.3s;\n        }<\/p>\n<p>        .value-card:hover {\n            transform: translateY(-5px);\n        }<\/p>\n<p>        .value-icon {\n            font-size: 40px;\n            margin-bottom: 15px;\n        }<\/p>\n<p>        .value-card h3 {\n            margin-bottom: 10px;\n            font-size: 20px;\n        }<\/p>\n<p>        .value-card p {\n            color: #7f8c8d;\n            font-size: 14px;\n        }<\/p>\n<p>        \/* Journey Section *\/\n        .journey-section {\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            border-radius: 20px;\n            padding: 50px;\n            margin-bottom: 60px;\n        }<\/p>\n<p>        .journey-section h2 {\n            text-align: center;\n            font-size: 32px;\n            margin-bottom: 15px;\n        }<\/p>\n<p>        .journey-subtitle {\n            text-align: center;\n            color: #7f8c8d;\n            margin-bottom: 40px;\n        }<\/p>\n<p>        .timeline {\n            position: relative;\n            max-width: 800px;\n            margin: 0 auto;\n            padding: 20px 0;\n        }<\/p>\n<p>        .timeline::before {\n            content: '';\n            position: absolute;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 2px;\n            height: 100%;\n            background: linear-gradient(180deg, #667eea, #764ba2);\n        }<\/p>\n<p>        .timeline-item {\n            margin-bottom: 40px;\n            position: relative;\n        }<\/p>\n<p>        .timeline-dot {\n            position: absolute;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 20px;\n            height: 20px;\n            background: white;\n            border: 3px solid #667eea;\n            border-radius: 50%;\n            z-index: 1;\n        }<\/p>\n<p>        .timeline-content {\n            width: calc(50% - 40px);\n            padding: 20px;\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        }<\/p>\n<p>        .timeline-item:nth-child(odd) .timeline-content {\n            margin-left: auto;\n        }<\/p>\n<p>        .timeline-year {\n            font-size: 20px;\n            font-weight: bold;\n            color: #667eea;\n            margin-bottom: 10px;\n        }<\/p>\n<p>        .timeline-title {\n            font-size: 18px;\n            font-weight: 600;\n            margin-bottom: 8px;\n        }<\/p>\n<p>        \/* Team Section *\/\n        .team-section {\n            margin-bottom: 60px;\n        }<\/p>\n<p>        .team-section h2 {\n            text-align: center;\n            font-size: 32px;\n            margin-bottom: 40px;\n        }<\/p>\n<p>        .team-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 30px;\n        }<\/p>\n<p>        .team-card {\n            background: white;\n            border-radius: 20px;\n            overflow: hidden;\n            text-align: center;\n            transition: transform 0.3s;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.05);\n        }<\/p>\n<p>        .team-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.1);\n        }<\/p>\n<p>        .team-photo {\n            width: 100%;\n            height: 250px;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 64px;\n            color: white;\n        }<\/p>\n<p>        .team-info {\n            padding: 20px;\n        }<\/p>\n<p>        .team-name {\n            font-size: 20px;\n            font-weight: 600;\n            margin-bottom: 5px;\n        }<\/p>\n<p>        .team-role {\n            color: #667eea;\n            font-size: 14px;\n            margin-bottom: 10px;\n        }<\/p>\n<p>        .team-bio {\n            color: #7f8c8d;\n            font-size: 13px;\n            line-height: 1.5;\n        }<\/p>\n<p>        \/* Achievements Section *\/\n        .achievements-section {\n            background: white;\n            border-radius: 20px;\n            padding: 50px;\n            margin-bottom: 60px;\n            text-align: center;\n        }<\/p>\n<p>        .achievements-section h2 {\n            font-size: 32px;\n            margin-bottom: 40px;\n        }<\/p>\n<p>        .achievements-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 30px;\n        }<\/p>\n<p>        .achievement-card {\n            padding: 20px;\n        }<\/p>\n<p>        .achievement-number {\n            font-size: 48px;\n            font-weight: bold;\n            color: #667eea;\n            margin-bottom: 10px;\n        }<\/p>\n<p>        .achievement-label {\n            font-size: 14px;\n            color: #7f8c8d;\n        }<\/p>\n<p>        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            text-align: center;\n            padding: 60px 20px;\n            border-radius: 20px;\n            margin-bottom: 60px;\n        }<\/p>\n<p>        .cta-section h2 {\n            font-size: 32px;\n            margin-bottom: 15px;\n        }<\/p>\n<p>        .cta-section p {\n            margin-bottom: 30px;\n            opacity: 0.9;\n        }<\/p>\n<p>        .cta-button {\n            display: inline-block;\n            padding: 12px 30px;\n            background: white;\n            color: #667eea;\n            text-decoration: none;\n            border-radius: 50px;\n            font-weight: 600;\n            transition: transform 0.3s, box-shadow 0.3s;\n        }<\/p>\n<p>        .cta-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.2);\n        }<\/p>\n<p>        \/* Footer *\/\n        .footer {\n            background: #2c3e50;\n            color: white;\n            padding: 40px 20px;\n        }<\/p>\n<p>        .footer-content {\n            max-width: 1200px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 40px;\n        }<\/p>\n<p>        .footer-section h3 {\n            margin-bottom: 20px;\n            font-size: 18px;\n        }<\/p>\n<p>        .footer-section p, .footer-section a {\n            color: #bdc3c7;\n            text-decoration: none;\n            line-height: 1.8;\n        }<\/p>\n<p>        .footer-section a:hover {\n            color: white;\n        }<\/p>\n<p>        .social-links {\n            display: flex;\n            gap: 15px;\n            margin-top: 15px;\n        }<\/p>\n<p>        .social-links a {\n            font-size: 20px;\n        }<\/p>\n<p>        .footer-bottom {\n            text-align: center;\n            padding-top: 30px;\n            margin-top: 30px;\n            border-top: 1px solid #34495e;\n            color: #bdc3c7;\n            font-size: 12px;\n        }<\/p>\n<p>        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .nav-container {\n                flex-direction: column;\n                gap: 15px;\n            }<\/p>\n<p>            .nav-links {\n                gap: 1rem;\n            }<\/p>\n<p>            .hero h1 {\n                font-size: 32px;\n            }<\/p>\n<p>            .timeline::before {\n                left: 20px;\n            }<\/p>\n<p>            .timeline-dot {\n                left: 20px;\n            }<\/p>\n<p>            .timeline-content {\n                width: calc(100% - 60px);\n                margin-left: 60px !important;\n            }<\/p>\n<p>            .container {\n                padding: 40px 20px;\n            }<\/p>\n<p>            .mission-vision,\n            .values-grid,\n            .team-grid,\n            .achievements-grid {\n                grid-template-columns: 1fr;\n            }\n        }<\/p>\n<p>        \/* Animations *\/\n        @keyframes pulse {\n            0%, 100% { transform: scale(1); }\n            50% { transform: scale(1.05); }\n        }\n    <\/style>\n<p><!-- Navigation --><\/p>\n<nav class=\"navbar\">\n<div class=\"nav-container\">\n<div class=\"logo\"><i class=\"fas fa-chart-line\"><\/i> Metrics Indexa<\/div>\n<ul class=\"nav-links\">\n<li><a href=\"#\">Home<\/a><\/li>\n<li><a href=\"#\">Qualification<\/a><\/li>\n<li><a href=\"#\">Indexing<\/a><\/li>\n<li><a class=\"active\" href=\"#\">About<\/a><\/li>\n<li><a href=\"#\">Contact<\/a><\/li>\n<\/ul>\n<\/div>\n<\/nav>\n<p><!-- Hero Section --><\/p>\n<section class=\"hero\">\n<div class=\"hero-content\">\n<h1>Advancing Scientific Excellence Through Quality Recognition<\/h1>\n<p>Metrics Indexa is a pioneering scientific journal evaluation platform dedicated to recognizing and promoting high-quality scholarly publications through rigorous qualification and indexing processes.<\/p>\n<div class=\"hero-stats\">\n<div class=\"stat\">\n<div class=\"stat-number\">500+<\/div>\n<div class=\"stat-label\">Journals Evaluated<\/div>\n<\/div>\n<div class=\"stat\">\n<div class=\"stat-number\">60+<\/div>\n<div class=\"stat-label\">Qualification Criteria<\/div>\n<\/div>\n<div class=\"stat\">\n<div class=\"stat-number\">9<\/div>\n<div class=\"stat-label\">Evaluation Categories<\/div>\n<\/div>\n<div class=\"stat\">\n<div class=\"stat-number\">50+<\/div>\n<div class=\"stat-label\">Countries Reached<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<p><!-- Mission & Vision --><\/p>\n<div class=\"container\">\n<div class=\"mission-vision\">\n<div class=\"mission-card\">\n<div class=\"card-icon\"><\/div>\n<h2>Our Mission<\/h2>\n<p>To empower the global academic community by providing a transparent, rigorous, and comprehensive journal evaluation system that recognizes quality, promotes excellence, and facilitates the discovery of trusted scholarly content.<\/p>\n<\/div>\n<div class=\"vision-card\">\n<div class=\"card-icon\"><\/div>\n<h2>Our Vision<\/h2>\n<p>To become the world&#8217;s most trusted and comprehensive journal indexing platform, setting the global standard for scholarly publication quality and fostering a culture of academic excellence and integrity.<\/p>\n<\/div>\n<\/div>\n<p><!-- Core Values --><\/p>\n<div class=\"values-section\">\n<h2>Our Core Values<\/h2>\n<div class=\"values-grid\">\n<div class=\"value-card\">\n<div class=\"value-icon\">\ud83d\udd0d<\/div>\n<h3>Transparency<\/h3>\n<p>Clear, open, and honest evaluation processes with detailed criteria and feedback.<\/p>\n<\/div>\n<div class=\"value-card\">\n<div class=\"value-icon\">\u2696\ufe0f<\/div>\n<h3>Integrity<\/h3>\n<p>Unwavering commitment to ethical standards and unbiased evaluation.<\/p>\n<\/div>\n<div class=\"value-card\">\n<div class=\"value-icon\">\ud83d\udcc8<\/div>\n<h3>Excellence<\/h3>\n<p>Striving for the highest quality in everything we do.<\/p>\n<\/div>\n<div class=\"value-card\">\n<div class=\"value-icon\">\ud83c\udf0d<\/div>\n<h3>Inclusivity<\/h3>\n<p>Embracing diversity and promoting equal opportunities for all journals globally.<\/p>\n<\/div>\n<div class=\"value-card\">\n<div class=\"value-icon\">\ud83d\udca1<\/div>\n<h3>Innovation<\/h3>\n<p>Continuously improving our methodology and embracing new technologies.<\/p>\n<\/div>\n<div class=\"value-card\">\n<div class=\"value-icon\">\ud83e\udd1d<\/div>\n<h3>Community<\/h3>\n<p>Building a collaborative ecosystem of scholars, editors, and publishers.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p><!-- Our Journey --><\/p>\n<div class=\"journey-section\">\n<h2>Our Journey<\/h2>\n<p class=\"journey-subtitle\">The story of Metrics Indexa &#8211; from vision to impact<\/p>\n<div class=\"timeline\">\n<div class=\"timeline-item\">\n<div class=\"timeline-dot\"><\/div>\n<div class=\"timeline-content\">\n<div class=\"timeline-year\">2022<\/div>\n<div class=\"timeline-title\">The Beginning<\/div>\n<p>Metrics Indexa was founded with a vision to create a more transparent and comprehensive journal evaluation system that goes beyond traditional metrics.<\/p>\n<\/div>\n<\/div>\n<div class=\"timeline-item\">\n<div class=\"timeline-dot\"><\/div>\n<div class=\"timeline-content\">\n<div class=\"timeline-year\">2023<\/div>\n<div class=\"timeline-title\">Launch of Qualification System<\/div>\n<p>Introduction of the 9-category, 60+ criteria qualification framework designed to assess journal quality comprehensively.<\/p>\n<\/div>\n<\/div>\n<div class=\"timeline-item\">\n<div class=\"timeline-dot\"><\/div>\n<div class=\"timeline-content\">\n<div class=\"timeline-year\">2024<\/div>\n<div class=\"timeline-title\">Metrics Indexa Score<\/div>\n<p>Launch of the comprehensive Metrics Indexa score, combining qualification metrics with performance indicators for complete journal evaluation.<\/p>\n<\/div>\n<\/div>\n<div class=\"timeline-item\">\n<div class=\"timeline-dot\"><\/div>\n<div class=\"timeline-content\">\n<div class=\"timeline-year\">2025<\/div>\n<div class=\"timeline-title\">Global Recognition<\/div>\n<p>Expansion to over 50 countries, with hundreds of qualified and indexed journals across all disciplines.<\/p>\n<\/div>\n<\/div>\n<div class=\"timeline-item\">\n<div class=\"timeline-dot\"><\/div>\n<div class=\"timeline-content\">\n<div class=\"timeline-year\">2026<\/div>\n<div class=\"timeline-title\">The Future<\/div>\n<p>Continuing to innovate with AI-assisted evaluation, expanded metrics, and enhanced community engagement.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><!-- Leadership Team --><\/p>\n<div class=\"team-section\">\n<h2>Meet Our Leadership<\/h2>\n<div class=\"team-grid\">\n<div class=\"team-card\">\n<div class=\"team-photo\"><\/div>\n<div class=\"team-info\">\n<div class=\"team-name\">Pr. Bachir Chaib<\/div>\n<div class=\"team-role\">Founder &amp; Executive Director<\/div>\n<div class=\"team-bio\">Visionary leader with 15+ years in academic publishing and research evaluation. Passionate about promoting quality in scholarly communication.<\/div>\n<\/div>\n<\/div>\n<div class=\"team-card\">\n<div class=\"team-photo\"><\/div>\n<div class=\"team-info\">\n<div class=\"team-name\">Prof. Marie Laurent<\/div>\n<div class=\"team-role\">Head of Evaluation<\/div>\n<div class=\"team-bio\">Expert in research methodology and journal quality assessment, leading the development of our qualification criteria.<\/div>\n<\/div>\n<\/div>\n<div class=\"team-card\">\n<div class=\"team-photo\"><\/div>\n<div class=\"team-info\">\n<div class=\"team-name\">Dr. James Wilson<\/div>\n<div class=\"team-role\">Technical Director<\/div>\n<div class=\"team-bio\">Leading the development of our platform&#8217;s technical infrastructure and Metrics Indexa scoring algorithms.<\/div>\n<\/div>\n<\/div>\n<div class=\"team-card\">\n<div class=\"team-photo\"><\/div>\n<div class=\"team-info\">\n<div class=\"team-name\">Dr. Sofia Rodriguez<\/div>\n<div class=\"team-role\">Community Engagement<\/div>\n<div class=\"team-bio\">Building bridges between journals, editors, and the global academic community.<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><!-- Key Achievements --><\/p>\n<div class=\"achievements-section\">\n<h2>Our Impact<\/h2>\n<div class=\"achievements-grid\">\n<div class=\"achievement-card\">\n<div class=\"achievement-number\">500+<\/div>\n<div class=\"achievement-label\">Journals Evaluated<\/div>\n<\/div>\n<div class=\"achievement-card\">\n<div class=\"achievement-number\">60+<\/div>\n<div class=\"achievement-label\">Qualification Criteria<\/div>\n<\/div>\n<div class=\"achievement-card\">\n<div class=\"achievement-number\">9<\/div>\n<div class=\"achievement-label\">Evaluation Categories<\/div>\n<\/div>\n<div class=\"achievement-card\">\n<div class=\"achievement-number\">50+<\/div>\n<div class=\"achievement-label\">Countries Reached<\/div>\n<\/div>\n<div class=\"achievement-card\">\n<div class=\"achievement-number\">100%<\/div>\n<div class=\"achievement-label\">Verifiable Certificates<\/div>\n<\/div>\n<div class=\"achievement-card\">\n<div class=\"achievement-number\">24\/7<\/div>\n<div class=\"achievement-label\">Support Available<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><!-- What Makes Us Different --><\/p>\n<div class=\"values-section\">\n<h2>What Makes Us Different<\/h2>\n<div class=\"values-grid\">\n<div class=\"value-card\">\n<div class=\"value-icon\">\ud83c\udf93<\/div>\n<h3>Comprehensive Evaluation<\/h3>\n<p>9 categories and 60+ criteria covering every aspect of journal quality, from article content to ethical standards.<\/p>\n<\/div>\n<div class=\"value-card\">\n<div class=\"value-icon\">\u26a1<\/div>\n<h3>Dual-Stage Process<\/h3>\n<p>Clear qualification and indexing stages with transparent scoring and detailed feedback.<\/p>\n<\/div>\n<div class=\"value-card\">\n<div class=\"value-icon\">\ud83d\udd10<\/div>\n<h3>Verified Certificates<\/h3>\n<p>Each certificate features a unique QR code and verification link for instant authenticity checks.<\/p>\n<\/div>\n<div class=\"value-card\">\n<div class=\"value-icon\">\ud83c\udf10<\/div>\n<h3>Global Standards<\/h3>\n<p>Aligned with international best practices and recognized by scholarly communities worldwide.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p><!-- Call to Action --><\/p>\n<div class=\"cta-section\">\n<h2>Join Our Community<\/h2>\n<p>Whether you&#8217;re a journal editor, publisher, or researcher &#8211; we invite you to be part of the movement toward better journal evaluation.<\/p>\n<p><a class=\"cta-button\" href=\"#\">Submit Your Journal <i class=\"fas fa-arrow-right\"><\/i><\/a><\/div>\n<\/div>\n<p><!-- Footer --><\/p>\n<footer class=\"footer\">\n<div class=\"footer-content\">\n<div class=\"footer-section\">\n<h3>Metrics Indexa<\/h3>\n<p>Advancing scientific excellence through comprehensive journal evaluation and recognition.<\/p>\n<div class=\"social-links\"><\/div>\n<\/div>\n<div class=\"footer-section\">\n<h3>Quick Links<\/h3>\n<p><a href=\"#\">Qualification Criteria<\/a><\/p>\n<p><a href=\"#\">Indexing Process<\/a><\/p>\n<p><a href=\"#\">Expert Program<\/a><\/p>\n<p><a href=\"#\">Ambassador Program<\/a><\/p>\n<\/div>\n<div class=\"footer-section\">\n<h3>Resources<\/h3>\n<p><a href=\"#\">Documentation<\/a><\/p>\n<p><a href=\"#\">FAQs<\/a><\/p>\n<p><a href=\"#\">Blog<\/a><\/p>\n<p><a href=\"#\">Video Tutorials<\/a><\/p>\n<\/div>\n<div class=\"footer-section\">\n<h3>Contact<\/h3>\n<p><i class=\"fas fa-envelope\"><\/i> admin@indexall.org<\/p>\n<p><i class=\"fas fa-phone\"><\/i> +213 (794) 222-878<\/p>\n<p><i class=\"fas fa-map-marker-alt\"><\/i> Academic City, Global<\/p>\n<\/div>\n<\/div>\n<div class=\"footer-bottom\">\n<p>\u00a9 2024 Metrics Indexa. All rights reserved. | <a href=\"#\">Privacy Policy<\/a> | <a href=\"#\">Terms of Service<\/a><\/p>\n<\/div>\n<\/footer>\n<p><script>\n        \/\/ Smooth scroll for anchor links\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function(e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({ behavior: 'smooth' });\n                }\n            });\n        });<\/p>\n<p>        \/\/ Animate numbers when they come into view\n        const observerOptions = {\n            threshold: 0.5,\n            rootMargin: '0px'\n        };<\/p>\n<p>        const numberObserver = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    const numbers = entry.target.querySelectorAll('.stat-number, .achievement-number');\n                    numbers.forEach(num => {\n                        const target = parseInt(num.innerText);\n                        if (!isNaN(target) && !num.hasAttribute('data-animated')) {\n                            num.setAttribute('data-animated', 'true');\n                            let current = 0;\n                            const increment = target \/ 50;\n                            const timer = setInterval(() => {\n                                current += increment;\n                                if (current >= target) {\n                                    num.innerText = target;\n                                    clearInterval(timer);\n                                } else {\n                                    num.innerText = Math.floor(current);\n                                }\n                            }, 20);\n                        }\n                    });\n                    numberObserver.unobserve(entry.target);\n                }\n            });\n        }, observerOptions);<\/p>\n<p>        \/\/ Observe hero stats and achievements sections\n        document.querySelectorAll('.hero-stats, .achievements-section').forEach(section => {\n            numberObserver.observe(section);\n        });<\/p>\n<p>        \/\/ Add scroll effect to navbar\n        window.addEventListener('scroll', () => {\n            const navbar = document.querySelector('.navbar');\n            if (window.scrollY > 100) {\n                navbar.style.boxShadow = '0 2px 20px rgba(0,0,0,0.1)';\n            } else {\n                navbar.style.boxShadow = '0 2px 10px rgba(0,0,0,0.1)';\n            }\n        });<\/p>\n<p>        \/\/ Add hover effect for timeline items\n        document.querySelectorAll('.timeline-item').forEach(item => {\n            item.addEventListener('mouseenter', () => {\n                item.querySelector('.timeline-content').style.transform = 'scale(1.02)';\n            });\n            item.addEventListener('mouseleave', () => {\n                item.querySelector('.timeline-content').style.transform = 'scale(1)';\n            });\n        });\n    <\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; Metrics Indexa Home Qualification Indexing About Contact Advancing Scientific Excellence Through Quality Recognition Metrics Indexa is a pioneering scientific journal evaluation platform dedicated to recognizing and promoting high-quality scholarly publications through rigorous qualification and indexing processes. 500+ Journals Evaluated 60+ Qualification Criteria 9 Evaluation Categories 50+ Countries Reached Our Mission To empower the global [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"signature_hash":"","ethics_level":"","footnotes":""},"class_list":["post-48","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.indexall.org\/indexa\/wp-json\/wp\/v2\/pages\/48","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.indexall.org\/indexa\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.indexall.org\/indexa\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.indexall.org\/indexa\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.indexall.org\/indexa\/wp-json\/wp\/v2\/comments?post=48"}],"version-history":[{"count":4,"href":"https:\/\/www.indexall.org\/indexa\/wp-json\/wp\/v2\/pages\/48\/revisions"}],"predecessor-version":[{"id":11097,"href":"https:\/\/www.indexall.org\/indexa\/wp-json\/wp\/v2\/pages\/48\/revisions\/11097"}],"wp:attachment":[{"href":"https:\/\/www.indexall.org\/indexa\/wp-json\/wp\/v2\/media?parent=48"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}