{"id":9076,"date":"2026-08-07T12:59:00","date_gmt":"2026-08-07T12:59:00","guid":{"rendered":"https:\/\/bjfzxyxb.cn\/?page_id=9076"},"modified":"2026-08-25T08:55:58","modified_gmt":"2026-08-25T08:55:58","slug":"indexing","status":"publish","type":"page","link":"https:\/\/bjfzxyxb.cn\/index.php\/indexing\/","title":{"rendered":"Indexing"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Indexing &amp; Abstracting \u00b7 table style<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;700;800;900&amp;family=Playfair+Display:ital,wght@0,400;0,700;1,400&amp;display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            background: #eef2f7;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            min-height: 100vh;\n            font-family: 'Inter', Arial, Helvetica, sans-serif;\n            padding: 30px 20px;\n        }\n\n        .indexing-wrapper {\n            max-width: 1200px;\n            width: 100%;\n            background: #ffffff;\n            border-radius: 28px;\n            padding: 0;\n            border: 1px solid #e5eaf2;\n            box-shadow: 0 20px 60px -12px rgba(16, 42, 102, 0.10);\n            overflow: hidden;\n            position: relative;\n        }\n\n        \/* ====== HERO BANNER \u2014 SAME AS REQUESTED ====== *\/\n        .hero-banner {\n            background: linear-gradient(135deg, #102B66 0%, #1a3d7a 40%, #F28C28 100%);\n            padding: 0;\n            position: relative;\n            height: 220px;\n            display: flex;\n            align-items: center;\n            overflow: hidden;\n        }\n\n        .hero-banner .hero-image {\n            position: absolute;\n            right: 0;\n            top: 0;\n            height: 100%;\n            width: 50%;\n            object-fit: cover;\n            opacity: 0.20;\n            mix-blend-mode: overlay;\n        }\n\n        .hero-banner .hero-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n\n        .hero-banner .hero-overlay {\n            position: absolute;\n            inset: 0;\n            background: linear-gradient(90deg, rgba(16, 42, 102, 0.92) 0%, rgba(16, 42, 102, 0.60) 60%, transparent 100%);\n            z-index: 1;\n        }\n\n        .hero-content {\n            position: relative;\n            z-index: 2;\n            padding: 40px 50px;\n            color: #ffffff;\n            max-width: 70%;\n        }\n\n        .hero-content .pre-title {\n            font-size: 12px;\n            text-transform: uppercase;\n            letter-spacing: 4px;\n            color: rgba(255, 255, 255, 0.6);\n            font-weight: 600;\n            margin-bottom: 6px;\n        }\n\n        .hero-content h1 {\n            font-family: 'Playfair Display', Georgia, serif;\n            font-size: 36px;\n            font-weight: 700;\n            margin: 0;\n            line-height: 1.15;\n        }\n\n        .hero-content h1 .gold {\n            color: #F28C28;\n        }\n\n        .hero-content .sub {\n            font-size: 16px;\n            font-weight: 300;\n            color: rgba(255, 255, 255, 0.7);\n            margin-top: 6px;\n            letter-spacing: 0.3px;\n        }\n\n        .hero-content .badge-row {\n            display: flex;\n            gap: 12px;\n            margin-top: 14px;\n            flex-wrap: wrap;\n        }\n\n        .hero-content .badge-row .badge {\n            background: rgba(255, 255, 255, 0.12);\n            border: 1px solid rgba(255, 255, 255, 0.15);\n            padding: 4px 18px;\n            border-radius: 40px;\n            font-size: 12px;\n            font-weight: 600;\n            color: #ffffff;\n            letter-spacing: 0.5px;\n        }\n\n        .hero-content .badge-row .badge.gold {\n            background: #F28C28;\n            border-color: #F28C28;\n        }\n\n        \/* ====== CONTENT AREA ====== *\/\n        .content-area {\n            padding: 36px 48px 40px;\n        }\n\n        \/* ====== INTRO TEXT ====== *\/\n        .intro-text p {\n            font-size: 16px;\n            line-height: 1.9;\n            color: #2d3a4f;\n            margin-bottom: 18px;\n        }\n\n        .intro-text p:last-child {\n            margin-bottom: 0;\n        }\n\n        .intro-text strong {\n            color: #102B66;\n            font-weight: 700;\n        }\n\n        .intro-text .highlight-gold {\n            color: #F28C28;\n            font-weight: 600;\n        }\n\n        \/* ====== TABLE STYLE \u2014 NEW DESIGN ====== *\/\n        .db-table-wrap {\n            margin-top: 28px;\n            border-radius: 16px;\n            border: 1px solid #e5eaf2;\n            overflow: hidden;\n            background: #ffffff;\n        }\n\n        .db-table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 14px;\n        }\n\n        .db-table thead {\n            background: #f7f9fc;\n            border-bottom: 2px solid #F28C28;\n        }\n\n        .db-table thead th {\n            padding: 16px 20px;\n            text-align: left;\n            font-weight: 700;\n            font-size: 12px;\n            text-transform: uppercase;\n            letter-spacing: 0.8px;\n            color: #102B66;\n        }\n\n        .db-table thead th:first-child {\n            width: 140px;\n            text-align: center;\n        }\n\n        .db-table thead th:nth-child(2) {\n            width: 160px;\n        }\n\n        .db-table thead th:nth-child(3) {\n            width: auto;\n        }\n\n        .db-table thead th:last-child {\n            width: 120px;\n            text-align: center;\n        }\n\n        .db-table tbody tr {\n            border-bottom: 1px solid #eef2f7;\n            transition: background 0.2s ease;\n        }\n\n        .db-table tbody tr:last-child {\n            border-bottom: none;\n        }\n\n        .db-table tbody tr:hover {\n            background: #fafbfc;\n        }\n\n        .db-table tbody td {\n            padding: 16px 20px;\n            vertical-align: middle;\n            color: #2d3a4f;\n            line-height: 1.5;\n        }\n\n        .db-table tbody td:first-child {\n            text-align: center;\n        }\n\n        .db-table tbody td:last-child {\n            text-align: center;\n        }\n\n        .db-table .logo-cell {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 50px;\n        }\n\n        .db-table .logo-cell img {\n            max-width: 100%;\n            max-height: 44px;\n            object-fit: contain;\n            display: block;\n        }\n\n        .db-table .db-name {\n            font-weight: 700;\n            color: #102B66;\n            font-size: 15px;\n        }\n\n        .db-table .db-desc {\n            color: #475569;\n            font-size: 13.5px;\n            line-height: 1.6;\n        }\n\n        .db-table .status-badge {\n            display: inline-block;\n            background: rgba(242, 140, 40, 0.08);\n            color: #F28C28;\n            font-size: 10px;\n            font-weight: 700;\n            padding: 3px 16px;\n            border-radius: 30px;\n            letter-spacing: 0.5px;\n            border: 1px solid rgba(242, 140, 40, 0.08);\n            text-transform: uppercase;\n        }\n\n        .db-table .status-badge .dot {\n            display: inline-block;\n            width: 6px;\n            height: 6px;\n            background: #F28C28;\n            border-radius: 50%;\n            margin-right: 6px;\n        }\n\n        \/* ====== STATS ROW ====== *\/\n        .stats-row-visual {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 16px;\n            margin: 32px 0 28px;\n        }\n\n        .stat-visual {\n            background: #f7f9fc;\n            border-radius: 16px;\n            padding: 18px 16px;\n            text-align: center;\n            border: 1px solid #e8ecf3;\n            transition: all 0.2s ease;\n        }\n\n        .stat-visual:hover {\n            border-color: #F28C28;\n            transform: translateY(-2px);\n        }\n\n        .stat-visual .num {\n            font-size: 28px;\n            font-weight: 800;\n            color: #102B66;\n            line-height: 1.2;\n        }\n\n        .stat-visual .num.gold {\n            color: #F28C28;\n        }\n\n        .stat-visual .label {\n            font-size: 12px;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            color: #64748b;\n            margin-top: 2px;\n        }\n\n        .stat-visual .icon-small {\n            font-size: 22px;\n            display: block;\n            margin-bottom: 4px;\n        }\n\n        \/* ====== FOOTER ====== *\/\n        .footer-section {\n            margin-top: 12px;\n            padding-top: 22px;\n            border-top: 2px solid #f0f2f5;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            flex-wrap: wrap;\n            gap: 16px;\n        }\n\n        .footer-left {\n            display: flex;\n            align-items: center;\n            gap: 14px;\n            font-size: 14px;\n            color: #475569;\n        }\n\n        .footer-left .icon-wrap {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 40px;\n            height: 40px;\n            background: rgba(242, 140, 40, 0.08);\n            border-radius: 50%;\n            font-size: 20px;\n        }\n\n        .footer-left strong {\n            color: #102B66;\n        }\n\n        .footer-right {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            flex-wrap: wrap;\n        }\n\n        .footer-badge {\n            background: rgba(242, 140, 40, 0.08);\n            color: #F28C28;\n            padding: 4px 16px;\n            border-radius: 30px;\n            font-weight: 700;\n            font-size: 12px;\n            border: 1px solid rgba(242, 140, 40, 0.12);\n        }\n\n        .footer-badge.blue {\n            background: rgba(16, 42, 102, 0.05);\n            color: #102B66;\n            border-color: rgba(16, 42, 102, 0.08);\n        }\n\n        \/* ====== RESPONSIVE ====== *\/\n        @media (max-width: 950px) {\n            .hero-content {\n                max-width: 85%;\n                padding: 30px 34px;\n            }\n\n            .hero-content h1 {\n                font-size: 30px;\n            }\n\n            .hero-banner {\n                height: 190px;\n            }\n\n            .content-area {\n                padding: 28px 30px 32px;\n            }\n\n            .stats-row-visual {\n                grid-template-columns: repeat(2, 1fr);\n            }\n\n            .db-table-wrap {\n                overflow-x: auto;\n            }\n\n            .db-table {\n                min-width: 700px;\n            }\n        }\n\n        @media (max-width: 700px) {\n            .hero-banner {\n                height: auto;\n                min-height: 170px;\n            }\n\n            .hero-banner .hero-image {\n                width: 100%;\n                opacity: 0.12;\n            }\n\n            .hero-content {\n                max-width: 100%;\n                padding: 24px 24px 28px;\n            }\n\n            .hero-content h1 {\n                font-size: 26px;\n            }\n\n            .hero-content .sub {\n                font-size: 14px;\n            }\n\n            .content-area {\n                padding: 22px 18px 26px;\n            }\n\n            .stats-row-visual {\n                grid-template-columns: 1fr 1fr;\n                gap: 10px;\n            }\n\n            .stat-visual .num {\n                font-size: 22px;\n            }\n\n            .footer-section {\n                flex-direction: column;\n                align-items: flex-start;\n            }\n\n            .footer-right {\n                width: 100%;\n            }\n\n            .db-table {\n                min-width: 600px;\n                font-size: 13px;\n            }\n\n            .db-table tbody td {\n                padding: 12px 14px;\n            }\n        }\n\n        @media (max-width: 450px) {\n            .stats-row-visual {\n                grid-template-columns: 1fr;\n            }\n\n            .hero-content h1 {\n                font-size: 22px;\n            }\n\n            .hero-content .badge-row .badge {\n                font-size: 10px;\n                padding: 3px 12px;\n            }\n\n            .hero-banner {\n                min-height: 150px;\n            }\n\n            .db-table {\n                min-width: 500px;\n                font-size: 12px;\n            }\n\n            .db-table tbody td {\n                padding: 10px 10px;\n            }\n\n            .db-table .db-name {\n                font-size: 13px;\n            }\n\n            .db-table .db-desc {\n                font-size: 12px;\n            }\n        }\n    <\/style>\n\n\n\n    <div class=\"indexing-wrapper\">\n\n        <!-- ====== HERO BANNER \u2014 EXACTLY AS REQUESTED ====== -->\n        <div class=\"hero-banner\">\n\n            <div class=\"hero-image\">\n                <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1522071820081-009f0129c71c?ixlib=rb-4.0.3&amp;auto=format&amp;fit=crop&amp;w=1200&amp;q=80\" alt=\"Global research collaboration\" loading=\"lazy\">\n            <\/div>\n\n            <div class=\"hero-overlay\"><\/div>\n\n            <div class=\"hero-content\">\n                <div class=\"pre-title\">\u2726 Scholarly Excellence<\/div>\n                <h1>Indexing &amp; <span class=\"gold\">Abstracting<\/span><\/h1>\n                <div class=\"sub\">Journal of Beijing Institute of Fashion Technology \u00b7 Natural Science Edition<\/div>\n                <div class=\"badge-row\">\n                    <span class=\"badge gold\">Open Access<\/span>\n                    <span class=\"badge\">ISSN 1001-0564<\/span>\n                    <span class=\"badge\">Global Reach<\/span>\n                <\/div>\n            <\/div>\n\n        <\/div>\n\n        <!-- ====== CONTENT AREA ====== -->\n        <div class=\"content-area\">\n\n            <!-- INTRO TEXT -->\n            <div class=\"intro-text\">\n                <p>\n                    <strong>Journal of Beijing Institute of Fashion Technology (Natural Science Edition)<\/strong>\n                    is committed to enhancing the visibility, accessibility, and scholarly impact of the\n                    research it publishes. To ensure that published articles reach the widest possible\n                    academic audience, the journal is indexed and abstracted in recognized national and\n                    international databases, directories, and scholarly information services.\n                <\/p>\n                <p>\n                    Inclusion in reputable indexing platforms improves the discoverability, citation\n                    potential, and long-term accessibility of published research while supporting authors\n                    in disseminating their work to the <span class=\"highlight-gold\">global research community<\/span>.\n                    The journal continually seeks inclusion in additional indexing services that meet\n                    recognized standards of academic quality and publishing excellence.\n                <\/p>\n            <\/div>\n\n            <!-- ====== STATS ROW ====== -->\n            <div class=\"stats-row-visual\">\n                <div class=\"stat-visual\">\n                    <span class=\"icon-small\">\ud83d\udcca<\/span>\n                    <div class=\"num gold\">18<\/div>\n                    <div class=\"label\">Indexing Partners<\/div>\n                <\/div>\n                <div class=\"stat-visual\">\n                    <span class=\"icon-small\">\ud83c\udf0d<\/span>\n                    <div class=\"num\">120+<\/div>\n                    <div class=\"label\">Countries Reached<\/div>\n                <\/div>\n                <div class=\"stat-visual\">\n                    <span class=\"icon-small\">\ud83d\udcc8<\/span>\n                    <div class=\"num gold\">\u219145%<\/div>\n                    <div class=\"label\">Citation Growth<\/div>\n                <\/div>\n                <div class=\"stat-visual\">\n                    <span class=\"icon-small\">\ud83c\udfc6<\/span>\n                    <div class=\"num\">6.7<\/div>\n                    <div class=\"label\">CiteScore<\/div>\n                <\/div>\n            <\/div>\n\n            <!-- ====== DATABASE TABLE \u2014 NEW STYLE ====== -->\n            <div class=\"db-table-wrap\">\n                <table class=\"db-table\">\n                    <thead>\n                        <tr>\n                            <th>Logo<\/th>\n                            <th>Database<\/th>\n                            <th>Description<\/th>\n                            \n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n\n                        <!-- Scopus -->\n                        <tr>\n                            <td><div class=\"logo-cell\"><img decoding=\"async\" src=\"http:\/\/bjfzxyxb.cn\/wp-content\/uploads\/2026\/07\/1.png\" alt=\"Scopus\" loading=\"lazy\"><\/div><\/td>\n                            <td><span class=\"db-name\">Scopus<\/span><\/td>\n                            <td><span class=\"db-desc\">Elsevier \u00b7 Multidisciplinary abstract and citation database<\/span><\/td>\n                            \n                        <\/tr>\n\n                        <!-- DOI -->\n                        <tr>\n                            <td><div class=\"logo-cell\"><img decoding=\"async\" src=\"http:\/\/bjfzxyxb.cn\/wp-content\/uploads\/2026\/07\/2.png\" alt=\"DOI\" loading=\"lazy\"><\/div><\/td>\n                            <td><span class=\"db-name\">DOI<\/span><\/td>\n                            <td><span class=\"db-desc\">Digital Object Identifier \u2014 persistent identification<\/span><\/td>\n                            \n                        <\/tr>\n\n                        <!-- Google Scholar -->\n                        <tr>\n                            <td><div class=\"logo-cell\"><img decoding=\"async\" src=\"http:\/\/bjfzxyxb.cn\/wp-content\/uploads\/2026\/07\/3.png\" alt=\"Google Scholar\" loading=\"lazy\"><\/div><\/td>\n                            <td><span class=\"db-name\">Google Scholar<\/span><\/td>\n                            <td><span class=\"db-desc\">Citations and metrics for scholarly literature<\/span><\/td>\n                            \n                        <\/tr>\n\n                        <!-- Web of Science -->\n                        <tr>\n                            <td><div class=\"logo-cell\"><img decoding=\"async\" src=\"http:\/\/bjfzxyxb.cn\/wp-content\/uploads\/2026\/07\/5.png\" alt=\"Web of Science\" loading=\"lazy\"><\/div><\/td>\n                            <td><span class=\"db-name\">Web of Science<\/span><\/td>\n                            <td><span class=\"db-desc\">Clarivate \u00b7 Emerging Sources Citation Index<\/span><\/td>\n                            \n                        <\/tr>\n\n                        <!-- ISSN -->\n                        <tr>\n                            <td><div class=\"logo-cell\"><img decoding=\"async\" src=\"http:\/\/bjfzxyxb.cn\/wp-content\/uploads\/2026\/07\/6.png\" alt=\"ISSN\" loading=\"lazy\"><\/div><\/td>\n                            <td><span class=\"db-name\">ISSN<\/span><\/td>\n                            <td><span class=\"db-desc\">International Standard Serial Number<\/span><\/td>\n                            \n                        <\/tr>\n\n                        <!-- DOAJ -->\n                        <tr>\n                            <td><div class=\"logo-cell\"><img decoding=\"async\" src=\"http:\/\/bjfzxyxb.cn\/wp-content\/uploads\/2026\/07\/7.png\" alt=\"DOAJ\" loading=\"lazy\"><\/div><\/td>\n                            <td><span class=\"db-name\">DOAJ<\/span><\/td>\n                            <td><span class=\"db-desc\">Directory of Open Access Journals<\/span><\/td>\n                            \n                        <\/tr>\n\n                        <!-- Index Copernicus -->\n                        <tr>\n                            <td><div class=\"logo-cell\"><img decoding=\"async\" src=\"http:\/\/bjfzxyxb.cn\/wp-content\/uploads\/2026\/07\/8.png\" alt=\"Index Copernicus\" loading=\"lazy\"><\/div><\/td>\n                            <td><span class=\"db-name\">Index Copernicus<\/span><\/td>\n                            <td><span class=\"db-desc\">Journal evaluation and indexing services<\/span><\/td>\n                            \n                        <\/tr>\n\n                        <!-- PubMed Central -->\n                        <tr>\n                            <td><div class=\"logo-cell\"><img decoding=\"async\" src=\"http:\/\/bjfzxyxb.cn\/wp-content\/uploads\/2026\/07\/9.png\" alt=\"PubMed Central\" loading=\"lazy\"><\/div><\/td>\n                            <td><span class=\"db-name\">PubMed Central<\/span><\/td>\n                            <td><span class=\"db-desc\">Free digital archive of biomedical literature<\/span><\/td>\n                            \n                        <\/tr>\n\n                        <!-- ProQuest -->\n                        <tr>\n                            <td><div class=\"logo-cell\"><img decoding=\"async\" src=\"http:\/\/bjfzxyxb.cn\/wp-content\/uploads\/2026\/07\/10.png\" alt=\"ProQuest\" loading=\"lazy\"><\/div><\/td>\n                            <td><span class=\"db-name\">ProQuest<\/span><\/td>\n                            <td><span class=\"db-desc\">Academic database \u00b7 journals and dissertations<\/span><\/td>\n                            \n                        <\/tr>\n\n                        <!-- IMEMR -->\n                        <tr>\n                            <td><div class=\"logo-cell\"><img decoding=\"async\" src=\"http:\/\/bjfzxyxb.cn\/wp-content\/uploads\/2026\/07\/11.png\" alt=\"IMEMR\" loading=\"lazy\"><\/div><\/td>\n                            <td><span class=\"db-name\">IMEMR<\/span><\/td>\n                            <td><span class=\"db-desc\">Eastern Mediterranean Region biomedical index<\/span><\/td>\n                            \n                        <\/tr>\n\n                        <!-- PubMed -->\n                        <tr>\n                            <td><div class=\"logo-cell\"><img decoding=\"async\" src=\"http:\/\/bjfzxyxb.cn\/wp-content\/uploads\/2026\/07\/12.png\" alt=\"PubMed\" loading=\"lazy\"><\/div><\/td>\n                            <td><span class=\"db-name\">PubMed<\/span><\/td>\n                            <td><span class=\"db-desc\">Biomedical literature database<\/span><\/td>\n                            \n                        <\/tr>\n\n                        <!-- ISC -->\n                        <tr>\n                            <td><div class=\"logo-cell\"><img decoding=\"async\" src=\"http:\/\/bjfzxyxb.cn\/wp-content\/uploads\/2026\/07\/13.jpg\" alt=\"ISC\" loading=\"lazy\"><\/div><\/td>\n                            <td><span class=\"db-name\">ISC<\/span><\/td>\n                            <td><span class=\"db-desc\">Islamic World Science Citation Center<\/span><\/td>\n                            \n                        <\/tr>\n\n                        <!-- J-Gate -->\n                        <tr>\n                            <td><div class=\"logo-cell\"><img decoding=\"async\" src=\"http:\/\/bjfzxyxb.cn\/wp-content\/uploads\/2026\/07\/14.png\" alt=\"J-Gate\" loading=\"lazy\"><\/div><\/td>\n                            <td><span class=\"db-name\">J-Gate<\/span><\/td>\n                            <td><span class=\"db-desc\">Comprehensive e-journal portal<\/span><\/td>\n                            \n                        <\/tr>\n\n                        <!-- Magiran -->\n                        <tr>\n                            <td><div class=\"logo-cell\"><img decoding=\"async\" src=\"http:\/\/bjfzxyxb.cn\/wp-content\/uploads\/2026\/07\/15.png\" alt=\"Magiran\" loading=\"lazy\"><\/div><\/td>\n                            <td><span class=\"db-name\">Magiran<\/span><\/td>\n                            <td><span class=\"db-desc\">Scholarly database of academic journals<\/span><\/td>\n                            \n                        <\/tr>\n\n                        <!-- SID -->\n                        <tr>\n                            <td><div class=\"logo-cell\"><img decoding=\"async\" src=\"http:\/\/bjfzxyxb.cn\/wp-content\/uploads\/2026\/07\/16.png\" alt=\"SID\" loading=\"lazy\"><\/div><\/td>\n                            <td><span class=\"db-name\">SID<\/span><\/td>\n                            <td><span class=\"db-desc\">Scientific Information Database<\/span><\/td>\n                            \n                        <\/tr>\n\n                        <!-- COPE -->\n                        <tr>\n                            <td><div class=\"logo-cell\"><img decoding=\"async\" src=\"http:\/\/bjfzxyxb.cn\/wp-content\/uploads\/2026\/07\/17.png\" alt=\"COPE\" loading=\"lazy\"><\/div><\/td>\n                            <td><span class=\"db-name\">COPE<\/span><\/td>\n                            <td><span class=\"db-desc\">Committee on Publication Ethics<\/span><\/td>\n                            \n                        <\/tr>\n\n                        <!-- EBSCO -->\n                        <tr>\n                            <td><div class=\"logo-cell\"><img decoding=\"async\" src=\"http:\/\/bjfzxyxb.cn\/wp-content\/uploads\/2026\/07\/18.png\" alt=\"EBSCO\" loading=\"lazy\"><\/div><\/td>\n                            <td><span class=\"db-name\">EBSCO<\/span><\/td>\n                            <td><span class=\"db-desc\">International research database<\/span><\/td>\n                            \n                        <\/tr>\n\n                    <\/tbody>\n                <\/table>\n            <\/div>\n\n            <!-- ====== FOOTER ====== -->\n            <div class=\"footer-section\">\n                <div class=\"footer-left\">\n                    <span class=\"icon-wrap\">\ud83d\udcda<\/span>\n                    <span>\n                        <strong>Expanding visibility<\/strong> \u2014 actively pursuing inclusion in additional\n                        indexing services\n                    <\/span>\n                <\/div>\n                <div class=\"footer-right\">\n                    <span class=\"footer-badge\">\u2726 Scopus<\/span>\n                    <span class=\"footer-badge blue\">\u2726 <\/span>\n                    <span class=\"footer-badge\">\u2726 DOAJ<\/span>\n                    <span class=\"footer-badge blue\">\u2726 ISSN 1001-0564<\/span>\n                <\/div>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n","protected":false},"excerpt":{"rendered":"<p>Indexing &amp; Abstracting \u00b7 table style \u2726 Scholarly Excellence Indexing &amp; Abstracting Journal of Beijing Institute of Fashion Technology \u00b7 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-9076","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bjfzxyxb.cn\/index.php\/wp-json\/wp\/v2\/pages\/9076","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bjfzxyxb.cn\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bjfzxyxb.cn\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bjfzxyxb.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bjfzxyxb.cn\/index.php\/wp-json\/wp\/v2\/comments?post=9076"}],"version-history":[{"count":6,"href":"https:\/\/bjfzxyxb.cn\/index.php\/wp-json\/wp\/v2\/pages\/9076\/revisions"}],"predecessor-version":[{"id":9607,"href":"https:\/\/bjfzxyxb.cn\/index.php\/wp-json\/wp\/v2\/pages\/9076\/revisions\/9607"}],"wp:attachment":[{"href":"https:\/\/bjfzxyxb.cn\/index.php\/wp-json\/wp\/v2\/media?parent=9076"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}