{"id":8180,"date":"2022-04-02T11:09:52","date_gmt":"2022-04-02T06:09:52","guid":{"rendered":"https:\/\/scholarpublishing.org\/sse\/?page_id=8180"},"modified":"2026-05-04T14:41:14","modified_gmt":"2026-05-04T09:41:14","slug":"home","status":"publish","type":"page","link":"https:\/\/scholarpublishing.org\/sse\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"8180\" class=\"elementor elementor-8180\">\r\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a62e9ea elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a62e9ea\" data-element_type=\"section\" data-e-type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-913c26a\" data-id=\"913c26a\" data-element_type=\"column\" data-e-type=\"column\">\r\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\r\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d154343 elementor-widget elementor-widget-html\" data-id=\"d154343\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<style>\r\n    \/* ========================================================\r\n       Unique Scoped CSS for ScholarPublishing \"Homepage (Part 1)\"\r\n       ======================================================== *\/\r\n    :root {\r\n        --sp-primary: #0f172a;\r\n        --sp-accent: #0ea5e9;\r\n        --sp-accent-hover: #0284c7;\r\n        --sp-text: #334155;\r\n        --sp-light-bg: #f8fafc;\r\n        --sp-border: #e2e8f0;\r\n    }\r\n\r\n    .sp-home-part1 {\r\n        font-family: 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; \/* Added Inter for a more modern tech feel if available *\/\r\n        color: var(--sp-text);\r\n        box-sizing: border-box;\r\n    }\r\n\r\n    .sp-home-part1 * {\r\n        box-sizing: border-box;\r\n    }\r\n\r\n    \/* --- Hero Section --- *\/\r\n    .sp-hero {\r\n        background-color: var(--sp-primary);\r\n        \/* UPGRADE: More vibrant, modern multi-stop gradient without the muddy grey\/black tones *\/\r\n        background-image: linear-gradient(135deg, #0f172a 0%, #172554 50%, #0284c7 100%);\r\n        \/* UPGRADE: Reduced height (changed from 8rem to 4.5rem) *\/\r\n        padding: 4.5rem 2rem;\r\n        text-align: center;\r\n        color: #ffffff;\r\n        position: relative;\r\n        overflow: hidden;\r\n    }\r\n\r\n    \/* UPGRADE: Added dual blurred radial gradients for a modern \"ambient glow\" effect *\/\r\n    .sp-hero::before {\r\n        content: '';\r\n        position: absolute;\r\n        top: -20%;\r\n        left: -10%;\r\n        width: 500px;\r\n        height: 500px;\r\n        background: radial-gradient(circle, rgba(14, 165, 233, 0.15) 0%, rgba(14, 165, 233, 0) 70%);\r\n        border-radius: 50%;\r\n        z-index: 1;\r\n        filter: blur(40px);\r\n    }\r\n\r\n    .sp-hero::after {\r\n        content: '';\r\n        position: absolute;\r\n        bottom: -20%;\r\n        right: -10%;\r\n        width: 400px;\r\n        height: 400px;\r\n        background: radial-gradient(circle, rgba(56, 189, 248, 0.25) 0%, rgba(14, 165, 233, 0) 70%);\r\n        border-radius: 50%;\r\n        z-index: 1;\r\n        filter: blur(40px);\r\n    }\r\n\r\n    .sp-hero-content {\r\n        position: relative;\r\n        z-index: 2;\r\n        max-width: 800px;\r\n        margin: 0 auto;\r\n    }\r\n\r\n    .sp-hero-title {\r\n        font-size: 3.5rem; \/* Scaled down slightly to match reduced height *\/\r\n        font-weight: 800;\r\n        margin: 0 0 0.75rem 0;\r\n        letter-spacing: -1px;\r\n        color: #ffffff !important;\r\n        \/* UPGRADE: Removed the harsh drop shadow for a cleaner, modern flat look *\/\r\n    }\r\n\r\n    .sp-hero-subtitle {\r\n        font-size: 1.25rem; \/* Scaled down to look sleeker *\/\r\n        font-weight: 300; \/* Lighter font weights look more modern *\/\r\n        color: #e0f2fe !important; \r\n        margin: 0 auto 2.5rem auto;\r\n        max-width: 600px; \/* Constrains text width for better readability *\/\r\n        line-height: 1.5;\r\n    }\r\n\r\n    .sp-hero-buttons {\r\n        display: flex;\r\n        justify-content: center;\r\n        gap: 1.25rem;\r\n        flex-wrap: wrap;\r\n    }\r\n\r\n    .sp-btn {\r\n        display: inline-flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        padding: 0.875rem 2rem; \/* Sleeker button padding *\/\r\n        border-radius: 8px; \/* Changed from 50px pills to 8px rounded rectangles for a modern SaaS\/Academic feel *\/\r\n        font-size: 1.05rem;\r\n        font-weight: 600;\r\n        text-decoration: none;\r\n        transition: all 0.2s ease;\r\n        letter-spacing: 0.5px;\r\n    }\r\n\r\n    .sp-btn-primary {\r\n        background-color: var(--sp-accent);\r\n        color: #ffffff !important;\r\n        border: 2px solid var(--sp-accent);\r\n        box-shadow: 0 4px 14px 0 rgba(14, 165, 233, 0.25); \/* Added subtle modern shadow *\/\r\n    }\r\n\r\n    .sp-btn-primary:hover {\r\n        background-color: var(--sp-accent-hover);\r\n        border-color: var(--sp-accent-hover);\r\n        transform: translateY(-2px);\r\n        box-shadow: 0 6px 20px rgba(14, 165, 233, 0.4);\r\n    }\r\n\r\n    .sp-btn-outline {\r\n        background-color: rgba(255, 255, 255, 0.05); \/* Slight glassy fill *\/\r\n        color: #ffffff !important;\r\n        border: 2px solid rgba(255, 255, 255, 0.3); \/* Softer border *\/\r\n        backdrop-filter: blur(10px);\r\n    }\r\n\r\n    .sp-btn-outline:hover {\r\n        background-color: #ffffff;\r\n        color: var(--sp-primary) !important;\r\n        border-color: #ffffff;\r\n        transform: translateY(-2px);\r\n    }\r\n\r\n    \/* --- About \/ Mission Section --- *\/\r\n    .sp-intro-section {\r\n        background-color: var(--sp-light-bg);\r\n        padding: 5rem 2rem;\r\n    }\r\n\r\n    .sp-intro-container {\r\n        max-width: 1200px;\r\n        margin: 0 auto;\r\n    }\r\n\r\n    .sp-intro-header {\r\n        text-align: center;\r\n        margin-bottom: 4rem;\r\n        max-width: 900px;\r\n        margin-left: auto;\r\n        margin-right: auto;\r\n    }\r\n\r\n    .sp-intro-header h2 {\r\n        font-size: 2.5rem;\r\n        font-weight: 800;\r\n        color: var(--sp-primary) !important;\r\n        margin: 0 0 1rem 0;\r\n        letter-spacing: -0.5px;\r\n    }\r\n\r\n    .sp-intro-header p {\r\n        font-size: 1.15rem;\r\n        line-height: 1.7;\r\n        color: var(--sp-text);\r\n        margin: 0;\r\n    }\r\n\r\n    .sp-intro-grid {\r\n        display: grid;\r\n        grid-template-columns: 1fr 1fr;\r\n        gap: 2.5rem;\r\n    }\r\n\r\n    .sp-intro-card {\r\n        background: #ffffff; \/* Brighter, cleaner cards for the light section *\/\r\n        border-radius: 12px;\r\n        padding: 2.5rem;\r\n        color: var(--sp-text);\r\n        position: relative;\r\n        overflow: hidden;\r\n        border: 1px solid var(--sp-border);\r\n        box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03); \/* Softer shadow *\/\r\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n    }\r\n\r\n    .sp-intro-card:hover {\r\n        transform: translateY(-4px);\r\n        box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);\r\n    }\r\n\r\n    \/* Modern top accent line *\/\r\n    .sp-intro-card::before {\r\n        content: '';\r\n        position: absolute;\r\n        top: 0;\r\n        left: 0;\r\n        width: 100%;\r\n        height: 4px;\r\n        background: linear-gradient(90deg, var(--sp-accent), #38bdf8);\r\n    }\r\n\r\n    .sp-intro-icon {\r\n        font-size: 2rem;\r\n        color: var(--sp-accent);\r\n        margin-bottom: 1.25rem;\r\n        background: rgba(14, 165, 233, 0.1);\r\n        width: 60px;\r\n        height: 60px;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        border-radius: 12px;\r\n    }\r\n\r\n    .sp-intro-card h3 {\r\n        font-size: 1.5rem;\r\n        font-weight: 700;\r\n        margin: 0 0 1rem 0;\r\n        color: var(--sp-primary) !important;\r\n    }\r\n\r\n    .sp-intro-card p {\r\n        color: #475569;\r\n        font-size: 1.05rem;\r\n        line-height: 1.6;\r\n        margin: 0;\r\n    }\r\n\r\n    \/* Mobile Responsiveness *\/\r\n    @media (max-width: 900px) {\r\n        .sp-intro-grid {\r\n            grid-template-columns: 1fr;\r\n            gap: 2rem;\r\n        }\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n        .sp-hero {\r\n            padding: 3.5rem 1.5rem;\r\n        }\r\n        .sp-hero-title {\r\n            font-size: 2.5rem;\r\n        }\r\n        .sp-hero-subtitle {\r\n            font-size: 1.1rem;\r\n        }\r\n        .sp-btn {\r\n            width: 100%;\r\n        }\r\n        .sp-intro-section {\r\n            padding: 4rem 1.5rem;\r\n        }\r\n        .sp-intro-header h2 {\r\n            font-size: 2rem;\r\n        }\r\n        .sp-intro-card {\r\n            padding: 2rem;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"sp-home-part1\">\r\n\r\n    <section class=\"sp-hero\">\r\n        <div class=\"sp-hero-content\">\r\n            <h1 class=\"sp-hero-title\">Scholar Publishing<\/h1>\r\n            <h3 class=\"sp-hero-subtitle\">Leading a Transformation in Science Communication<\/h3>\r\n            \r\n            <div class=\"sp-hero-buttons\">\r\n                <a href=\"#journal\" class=\"sp-btn sp-btn-primary\">Journals<\/a>\r\n                <a href=\"#e-books\" class=\"sp-btn sp-btn-outline\">Books<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"sp-intro-section\">\r\n        <div class=\"sp-intro-container\">\r\n            \r\n            <div class=\"sp-intro-header\">\r\n          \r\n                <p>ScholarPublishing is a UK based independent academic publisher with an editorial team comprising many of the world's leading researchers. We provide journal publishing services, Special Issue publishing services, book publishing services, and conference paper publishing services.<\/p>\r\n            <\/div>\r\n\r\n            <div class=\"sp-intro-grid\">\r\n                \r\n                <div class=\"sp-intro-card\">\r\n                    <div class=\"sp-intro-icon\"><i class=\"fas fa-globe-europe\"><\/i><\/div>\r\n                    <h3>About Us<\/h3>\r\n                    <p>ScholarPublishing is an independent international publisher of open access, online, peer-reviewed journals and e-Books covering a wide range of academic disciplines. With an editorial team comprising some of the world's leading researchers, we communicate scientific discoveries to over 210 countries. Besides our journals, we have over 60 high-quality published and upcoming books covering different fields of Science, Technology, and Medicine, most of which are open access.<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"sp-intro-card\">\r\n                    <div class=\"sp-intro-icon\"><i class=\"fas fa-rocket\"><\/i><\/div>\r\n                    <h3>Our Mission<\/h3>\r\n                    <p>ScholarPublishing is dedicated to advancing technological innovation and excellence for the benefit of humanity. We inspire a global community through our publications, conferences, and professional educational activities. We ensure that scientists and researchers get the recognition and rewards that they deserve and the opportunity to play a significant role in the global scientific community.<\/p>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/section>\r\n\r\n<\/div>\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1691971 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"1691971\" data-element_type=\"section\" data-e-type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ab38a4c\" data-id=\"ab38a4c\" data-element_type=\"column\" data-e-type=\"column\">\r\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\r\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-282c4b2 elementor-widget elementor-widget-html\" data-id=\"282c4b2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<style>\r\n    \/* ========================================================\r\n       Unique Scoped CSS for ScholarPublishing \"Journals Section\"\r\n       ======================================================== *\/\r\n    :root {\r\n        --sp-primary: #0f172a;\r\n        --sp-accent: #0ea5e9;\r\n        --sp-accent-hover: #0284c7;\r\n        --sp-text: #475569;\r\n        --sp-border: #e2e8f0;\r\n    }\r\n\r\n    .sp-journals-wrapper {\r\n        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\r\n        background-color: #ffffff;\r\n        padding: 5rem 2rem;\r\n        box-sizing: border-box;\r\n    }\r\n\r\n    .sp-journals-wrapper * {\r\n        box-sizing: border-box;\r\n    }\r\n\r\n    .sp-journals-container {\r\n        max-width: 1250px;\r\n        margin: 0 auto;\r\n    }\r\n\r\n    \/* Section Header *\/\r\n    .sp-section-header {\r\n        text-align: center;\r\n        max-width: 900px;\r\n        margin: 0 auto 4rem auto;\r\n    }\r\n\r\n    .sp-section-title {\r\n        font-size: 2.8rem;\r\n        font-weight: 800;\r\n        color: var(--sp-primary) !important;\r\n        margin: 0 0 1.5rem 0;\r\n        position: relative;\r\n        padding-bottom: 1rem;\r\n    }\r\n\r\n    .sp-section-title::after {\r\n        content: '';\r\n        position: absolute;\r\n        bottom: 0;\r\n        left: 50%;\r\n        transform: translateX(-50%);\r\n        width: 80px;\r\n        height: 4px;\r\n        background: linear-gradient(90deg, var(--sp-accent), #38bdf8);\r\n        border-radius: 2px;\r\n    }\r\n\r\n    .sp-section-desc {\r\n        font-size: 1.15rem;\r\n        line-height: 1.7;\r\n        color: var(--sp-text);\r\n        margin: 0;\r\n    }\r\n\r\n    \/* Grid Layout *\/\r\n    .sp-journal-grid {\r\n        display: grid;\r\n        grid-template-columns: repeat(3, 1fr);\r\n        gap: 2.5rem;\r\n    }\r\n\r\n    \/* Journal Card *\/\r\n    .sp-journal-card {\r\n        background: #ffffff;\r\n        border: 1px solid var(--sp-border);\r\n        border-radius: 16px;\r\n        overflow: hidden;\r\n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\r\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n        display: flex;\r\n        flex-direction: column;\r\n        height: 100%;\r\n    }\r\n\r\n    .sp-journal-card:hover {\r\n        transform: translateY(-8px);\r\n        box-shadow: 0 20px 40px rgba(14, 165, 233, 0.1);\r\n        border-color: #bae6fd;\r\n    }\r\n\r\n    \/* Card Image - Updated to prevent cutting *\/\r\n    .sp-journal-img-wrap {\r\n        width: 100%;\r\n        overflow: hidden;\r\n        position: relative;\r\n        background-color: #ffffff;\r\n        border-bottom: 1px solid #f1f5f9;\r\n    }\r\n\r\n    .sp-journal-img-wrap img {\r\n        width: 100%;\r\n        height: auto; \/* Allows natural aspect ratio, preventing cropping *\/\r\n        display: block;\r\n        transition: transform 0.5s ease;\r\n    }\r\n\r\n    .sp-journal-card:hover .sp-journal-img-wrap img {\r\n        transform: scale(1.05); \/* Slightly less aggressive zoom to keep full image visible longer *\/\r\n    }\r\n\r\n    \/* Card Content *\/\r\n    .sp-journal-content {\r\n        padding: 2rem 1.5rem;\r\n        display: flex;\r\n        flex-direction: column;\r\n        flex-grow: 1;\r\n    }\r\n\r\n    .sp-journal-title {\r\n        font-size: 1.25rem;\r\n        font-weight: 700;\r\n        color: var(--sp-primary) !important;\r\n        margin: 0 0 1rem 0;\r\n        line-height: 1.4;\r\n    }\r\n\r\n    .sp-journal-excerpt {\r\n        font-size: 0.95rem;\r\n        color: var(--sp-text);\r\n        line-height: 1.6;\r\n        margin: 0 0 1.5rem 0;\r\n        flex-grow: 1; \/* Pushes the button to the bottom *\/\r\n    }\r\n\r\n    \/* Card Button *\/\r\n    .sp-journal-btn {\r\n        display: inline-flex;\r\n        align-items: center;\r\n        gap: 0.5rem;\r\n        color: var(--sp-accent);\r\n        font-weight: 600;\r\n        text-decoration: none;\r\n        font-size: 1rem;\r\n        transition: color 0.3s ease;\r\n        margin-top: auto;\r\n        padding-top: 1rem;\r\n        border-top: 1px solid #f1f5f9;\r\n    }\r\n\r\n    .sp-journal-btn i {\r\n        transition: transform 0.3s ease;\r\n    }\r\n\r\n    .sp-journal-btn:hover {\r\n        color: var(--sp-primary);\r\n    }\r\n\r\n    .sp-journal-card:hover .sp-journal-btn i {\r\n        transform: translateX(5px);\r\n    }\r\n\r\n    \/* Mobile Responsiveness *\/\r\n    @media (max-width: 1024px) {\r\n        .sp-journal-grid {\r\n            grid-template-columns: repeat(2, 1fr);\r\n        }\r\n    }\r\n\r\n    @media (max-width: 768px) {\r\n        .sp-journals-wrapper {\r\n            padding: 4rem 1.5rem;\r\n        }\r\n        .sp-section-title {\r\n            font-size: 2.2rem;\r\n        }\r\n        .sp-journal-grid {\r\n            grid-template-columns: 1fr;\r\n            gap: 2rem;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<section class=\"sp-journals-wrapper\" id=\"journal\">\r\n    <div class=\"sp-journals-container\">\r\n        \r\n        <div class=\"sp-section-header\">\r\n            <h2 class=\"sp-section-title\">Open Access Journals<\/h2>\r\n            <p class=\"sp-section-desc\">\r\n                ScholarPublishing publishes a suite of influential Open Access journals across all areas of science, business, and healthcare. Rigorously reported, peer-reviewed, and immediately available without restrictions, promoting the widest readership and impact possible. We encourage you to consider the scope of each journal before submission.\r\n            <\/p>\r\n        <\/div>\r\n\r\n        <div class=\"sp-journal-grid\">\r\n            \r\n            <div class=\"sp-journal-card\">\r\n                <div class=\"sp-journal-img-wrap\">\r\n                    <img decoding=\"async\" src=\"https:\/\/scholarpublishing.org\/sse\/wp-content\/uploads\/2022\/12\/TECS-Features-2.jpg\" alt=\"Transactions on Engineering and Computing Sciences\">\r\n                <\/div>\r\n                <div class=\"sp-journal-content\">\r\n                    <h3 class=\"sp-journal-title\">Transactions on Engineering and Computing Sciences<\/h3>\r\n                    <p class=\"sp-journal-excerpt\">An international, peer-reviewed open access online journal that provides a medium for the rapid publication of high-quality research...<\/p>\r\n                    <a href=\"https:\/\/scholarpublishing.org\/journals\/index.php\/TECS\" class=\"sp-journal-btn\">Read More <i class=\"fas fa-arrow-right\"><\/i><\/a>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"sp-journal-card\">\r\n                <div class=\"sp-journal-img-wrap\">\r\n                    <img decoding=\"async\" src=\"https:\/\/scholarpublishing.org\/sse\/wp-content\/uploads\/2022\/03\/British-Journal-of-Healthcare-Medical-Research-1.png\" alt=\"British Journal of Healthcare & Medical Research\">\r\n                <\/div>\r\n                <div class=\"sp-journal-content\">\r\n                    <h3 class=\"sp-journal-title\">British Journal of Healthcare & Medical Research<\/h3>\r\n                    <p class=\"sp-journal-excerpt\">An international, peer-reviewed, open access journal that provides easy access to high-quality healthcare and medical discoveries...<\/p>\r\n                    <a href=\"https:\/\/scholarpublishing.org\/journals\/index.php\/BJHR\" class=\"sp-journal-btn\">Read More <i class=\"fas fa-arrow-right\"><\/i><\/a>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"sp-journal-card\">\r\n                <div class=\"sp-journal-img-wrap\">\r\n                    <img decoding=\"async\" src=\"https:\/\/scholarpublishing.org\/sse\/wp-content\/uploads\/2016\/07\/ABR_Featured_1.jpg\" alt=\"Archives of Business Research\">\r\n                <\/div>\r\n                <div class=\"sp-journal-content\">\r\n                    <h3 class=\"sp-journal-title\">Archives of Business Research<\/h3>\r\n                    <p class=\"sp-journal-excerpt\">An international peer-reviewed open access online journal that provides a medium for the rapid publication of business research...<\/p>\r\n                    <a href=\"https:\/\/scholarpublishing.org\/index.php\/ABR\/index\" class=\"sp-journal-btn\">Read More <i class=\"fas fa-arrow-right\"><\/i><\/a>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"sp-journal-card\">\r\n                <div class=\"sp-journal-img-wrap\">\r\n                    <img decoding=\"async\" src=\"https:\/\/scholarpublishing.org\/sse\/wp-content\/uploads\/2016\/07\/ASSRJ_Featured.jpg\" alt=\"Advances in Social Sciences Research Journal\">\r\n                <\/div>\r\n                <div class=\"sp-journal-content\">\r\n                    <h3 class=\"sp-journal-title\">Advances in Social Sciences Research Journal<\/h3>\r\n                    <p class=\"sp-journal-excerpt\">An international peer-reviewed open access bi-monthly online journal publishing impactful findings in the social sciences...<\/p>\r\n                    <a href=\"https:\/\/scholarpublishing.org\/index.php\/ASSRJ\/index\" class=\"sp-journal-btn\">Read More <i class=\"fas fa-arrow-right\"><\/i><\/a>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"sp-journal-card\">\r\n                <div class=\"sp-journal-img-wrap\">\r\n                    <img decoding=\"async\" src=\"https:\/\/scholarpublishing.org\/sse\/wp-content\/uploads\/2022\/03\/European-Journal-of-Applied-Sciences.png\" alt=\"European Journal of Applied Sciences\">\r\n                <\/div>\r\n                <div class=\"sp-journal-content\">\r\n                    <h3 class=\"sp-journal-title\">European Journal of Applied Sciences<\/h3>\r\n                    <p class=\"sp-journal-excerpt\">A peer-reviewed open access online journal that provides a medium for the rapid publication of applied science breakthroughs...<\/p>\r\n                    <a href=\"https:\/\/scholarpublishing.org\/journals\/index.php\/EJAS\" class=\"sp-journal-btn\">Read More <i class=\"fas fa-arrow-right\"><\/i><\/a>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"sp-journal-card\">\r\n                <div class=\"sp-journal-img-wrap\">\r\n                    <img decoding=\"async\" src=\"https:\/\/scholarpublishing.org\/sse\/wp-content\/uploads\/2022\/12\/DAFS_Featured.jpg\" alt=\"Discoveries in Agriculture and Food Sciences\">\r\n                <\/div>\r\n                <div class=\"sp-journal-content\">\r\n                    <h3 class=\"sp-journal-title\">Discoveries in Agriculture and Food Sciences<\/h3>\r\n                    <p class=\"sp-journal-excerpt\">An international peer-reviewed, open access online journal providing a medium for rapid publication of agricultural studies...<\/p>\r\n                    <a href=\"https:\/\/scholarpublishing.org\/journals\/index.php\/DAFS\/index\" class=\"sp-journal-btn\">Read More <i class=\"fas fa-arrow-right\"><\/i><\/a>\r\n                <\/div>\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-wm3sn0d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"wm3sn0d\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4b6017f\" data-id=\"4b6017f\" data-element_type=\"column\" data-e-type=\"column\">\r\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\r\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3dbdd0e elementor-widget elementor-widget-heading\" data-id=\"3dbdd0e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our Partners<\/h2>\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-fc0b37c elementor-arrows-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"fc0b37c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;5&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;arrows&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:100,&quot;sizes&quot;:[]},&quot;slides_to_show_tablet&quot;:&quot;3&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\r\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\r\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/scholarpublishing.org\/sse\/wp-content\/uploads\/2022\/03\/DOAJ.jpg\" alt=\"DOAJ\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/scholarpublishing.org\/sse\/wp-content\/uploads\/2022\/03\/crossref.jpg\" alt=\"crossref\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/scholarpublishing.org\/sse\/wp-content\/uploads\/2022\/03\/iet.jpg\" alt=\"iet\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/scholarpublishing.org\/sse\/wp-content\/uploads\/2022\/03\/ORCID.png\" alt=\"ORCID\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/scholarpublishing.org\/sse\/wp-content\/uploads\/2022\/03\/Pluto-Journals.png\" alt=\"Pluto-Journals\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/scholarpublishing.org\/sse\/wp-content\/uploads\/2022\/03\/bioscientifica.jpg\" alt=\"bioscientifica\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/scholarpublishing.org\/sse\/wp-content\/uploads\/2022\/03\/Compuscript.jpg\" alt=\"Compuscript\" \/><\/figure><\/div>\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\r\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-left\"><\/i>\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\r\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-right\"><\/i>\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2fe7de8 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2fe7de8\" data-element_type=\"section\" data-e-type=\"section\" id=\"call-for-papers\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d381489\" data-id=\"d381489\" data-element_type=\"column\" data-e-type=\"column\">\r\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\r\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d59f805 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"d59f805\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Have a Look at Our<\/h6>\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-8e99991 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"8e99991\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Call for Papers<\/h2>\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-a32ec5f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a32ec5f\" data-element_type=\"section\" data-e-type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c320b5d\" data-id=\"c320b5d\" data-element_type=\"column\" data-e-type=\"column\">\r\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\r\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0cd7ded elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"0cd7ded\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">01.<\/h6>\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-5f8f692 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5f8f692\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/scholarpublishing.org\/index.php\/ABR\/index\" target=\"_blank\">Call for Papers \u2013 ABR<\/a><\/h3>\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-323cd8c elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"323cd8c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInRight&quot;}\" data-widget_type=\"text-editor.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t\t\t\t\t<p><strong>Important dates\u00a0<\/strong>(<strong>For Volume 13, No 9, Sep 2025<\/strong>)<\/p>\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-c11def7 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"c11def7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\r\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\r\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Submission Deadline : 10 Sep 2025<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\r\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Authors Notification : 20 Sep 2025<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\r\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Publication Date : 30 Sep 2025<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t<\/ul>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-7d845ce elementor-align-right elementor-widget elementor-widget-button\" data-id=\"7d845ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\r\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"http:\/\/scholarpublishing.org\/index.php\/ABR\/about\/submissions\" target=\"_blank\">\r\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\r\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Submit Manuscript<\/span>\r\n\t\t\t\t\t<\/span>\r\n\t\t\t\t\t<\/a>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1bbc89d\" data-id=\"1bbc89d\" data-element_type=\"column\" data-e-type=\"column\">\r\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\r\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f30a3dc elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"f30a3dc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">02.<\/h6>\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-4fd93d4 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4fd93d4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"http:\/\/www.scholarpublishing.org\/index.php\/ASSRJ\" target=\"_blank\">Call for Papers \u2013 ASSRJ<\/a><\/h3>\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-98ddba4 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"98ddba4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInRight&quot;}\" data-widget_type=\"text-editor.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t\t\t\t\t<p><strong>Important dates (For Volume 12, No 9, Sep 2025)<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-ae98c44 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"ae98c44\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\r\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\r\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Submission Deadline : 10 Jan 2024<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\r\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Authors Notification : 20 Jan 2024<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\r\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Publication Date : 30 Jan 2024<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t<\/ul>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-9a8d3b6 elementor-align-right elementor-widget elementor-widget-button\" data-id=\"9a8d3b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\r\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"http:\/\/scholarpublishing.org\/index.php\/ASSRJ\/about\/submissions\" target=\"_blank\">\r\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\r\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Submit Manuscript<\/span>\r\n\t\t\t\t\t<\/span>\r\n\t\t\t\t\t<\/a>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-0e013e9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0e013e9\" data-element_type=\"section\" data-e-type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a8ba3fd\" data-id=\"a8ba3fd\" data-element_type=\"column\" data-e-type=\"column\">\r\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\r\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8475aea elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"8475aea\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">03.<\/h6>\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-af99290 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"af99290\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"http:\/\/scholarpublishing.org\/index.php\/AIVP\/\" target=\"_blank\">Call for Papers \u2013 EJAS<\/a><\/h3>\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-3a30202 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"3a30202\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInRight&quot;}\" data-widget_type=\"text-editor.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t\t\t\t\t<p><strong>Important dates<\/strong><strong>\u00a0<\/strong>(<strong>For Volume 13, No 5, Oct 2025<\/strong>)<\/p>\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-cdd76d8 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"cdd76d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\r\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\r\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Submission Deadline : 10 Jan 2024<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\r\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Authors Notification : 20 Jan 2024<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\r\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Publication Date : 30 Jan 2024<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t<\/ul>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-fb206af elementor-align-right elementor-widget elementor-widget-button\" data-id=\"fb206af\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\r\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"http:\/\/scholarpublishing.org\/index.php\/AIVP\/about\/submissions\" target=\"_blank\">\r\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\r\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Submit Manuscript<\/span>\r\n\t\t\t\t\t<\/span>\r\n\t\t\t\t\t<\/a>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-0f2cadf\" data-id=\"0f2cadf\" data-element_type=\"column\" data-e-type=\"column\">\r\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\r\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6f8a160 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"6f8a160\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">04.<\/h6>\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-bcf083b elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"bcf083b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"http:\/\/scholarpublishing.org\/index.php\/JBEMi\/index\" target=\"_blank\">Call for Papers \u2013 BJHR<\/a><\/h3>\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-168b578 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"168b578\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInRight&quot;}\" data-widget_type=\"text-editor.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t\t\t\t\t<p><strong>Important dates<\/strong><strong>\u00a0<\/strong>(<strong>For Volume 12, No 5, Oct 2025<\/strong>)<\/p>\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-a5009ab elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"a5009ab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\r\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\r\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Submission Deadline : 10 Jan 2024<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\r\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Authors Notification : 20 Jan 2024<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\r\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Publication Date : 30 Jan 2024<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t<\/ul>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-6214e72 elementor-align-right elementor-widget elementor-widget-button\" data-id=\"6214e72\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\r\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/journals.scholarpublishing.org\/index.php\/JBEMi\/about\/submissions\" target=\"_blank\">\r\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\r\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Submit Manuscript<\/span>\r\n\t\t\t\t\t<\/span>\r\n\t\t\t\t\t<\/a>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5a7041b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5a7041b\" data-element_type=\"section\" data-e-type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f7a3719\" data-id=\"f7a3719\" data-element_type=\"column\" data-e-type=\"column\">\r\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\r\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b4ad503 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"b4ad503\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">05.<\/h6>\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-5bb3d63 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5bb3d63\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"http:\/\/scholarpublishing.org\/index.php\/TMLAI\/index\" target=\"_blank\">Call for Papers \u2013 TECS<\/a><\/h3>\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-7a198d2 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"7a198d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInRight&quot;}\" data-widget_type=\"text-editor.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t\t\t\t\t<p><strong>Important dates\u00a0<\/strong>(<strong>For Volume 13, No 5, Oct 2025<\/strong>)<\/p>\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-e23c312 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"e23c312\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\r\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\r\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Submission Deadline : 10 Jan 2024<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\r\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Authors Notification : 20 Jan 2024<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\r\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Publication Date : 30 Jan2024<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t<\/ul>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-2ab1ea2 elementor-align-right elementor-widget elementor-widget-button\" data-id=\"2ab1ea2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\r\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"http:\/\/scholarpublishing.org\/index.php\/TMLAI\/about\/submissions\" target=\"_blank\">\r\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\r\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Submit Manuscript<\/span>\r\n\t\t\t\t\t<\/span>\r\n\t\t\t\t\t<\/a>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a98a0f8\" data-id=\"a98a0f8\" data-element_type=\"column\" data-e-type=\"column\">\r\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\r\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-12308b2 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"12308b2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">06.<\/h6>\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-852fcc7 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"852fcc7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"http:\/\/scholarpublishing.org\/index.php\/TNC\/index\" target=\"_blank\">Call for Papers \u2013 DAFS<\/a><\/h3>\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-0dbaf33 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"0dbaf33\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInRight&quot;}\" data-widget_type=\"text-editor.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t\t\t\t\t<p><strong>Important dates<\/strong><strong>\u00a0<\/strong>(<strong>For Volume 13, No 5, Oct 2025<\/strong>)<\/p>\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-0c7d134 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"0c7d134\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\r\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\r\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Submission Deadline : 10 Jan 2024<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\r\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Authors Notification : 20 Jan 2024<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\r\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Publication Date : 30 Jan 2024<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t<\/ul>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-c87cb55 elementor-align-right elementor-widget elementor-widget-button\" data-id=\"c87cb55\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\r\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"http:\/\/scholarpublishing.org\/index.php\/TNC\/about\/submissions\" target=\"_blank\">\r\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\r\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Submit Manuscript<\/span>\r\n\t\t\t\t\t<\/span>\r\n\t\t\t\t\t<\/a>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/section>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8e8b50a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"8e8b50a\" data-element_type=\"section\" data-e-type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-56b355a\" data-id=\"56b355a\" data-element_type=\"column\" data-e-type=\"column\">\r\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\r\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-767715d elementor-widget elementor-widget-html\" data-id=\"767715d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<style>\r\n    \/* ========================================================\r\n       Unique Scoped CSS for ScholarPublishing \"Publish With Us\"\r\n       (Light Theme & Card Grid Presentation)\r\n       ======================================================== *\/\r\n    .sp-publish-wrapper {\r\n        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\r\n        background: #ffffff;\r\n        color: #334155;\r\n        border-radius: 16px;\r\n        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);\r\n        padding: 4.5rem;\r\n        max-width: 1250px;\r\n        margin: 3rem auto;\r\n        border: 1px solid #f1f5f9;\r\n        position: relative;\r\n        overflow: hidden;\r\n        box-sizing: border-box;\r\n    }\r\n\r\n    .sp-publish-wrapper * {\r\n        box-sizing: border-box;\r\n    }\r\n\r\n    \/* Top Blue Accent Line *\/\r\n    .sp-publish-wrapper::before {\r\n        content: '';\r\n        position: absolute;\r\n        top: 0;\r\n        left: 0;\r\n        right: 0;\r\n        height: 6px;\r\n        background: linear-gradient(90deg, #2563eb, #60a5fa);\r\n    }\r\n\r\n    \/* Top Centered Header *\/\r\n    .sp-publish-header {\r\n        text-align: center;\r\n        max-width: 800px;\r\n        margin: 0 auto 4rem auto;\r\n    }\r\n\r\n    .sp-publish-icon-box {\r\n        width: 65px;\r\n        height: 65px;\r\n        background: #eff6ff;\r\n        color: #2563eb;\r\n        border-radius: 50%;\r\n        display: inline-flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        font-size: 1.8rem;\r\n        margin-bottom: 1.5rem;\r\n        box-shadow: 0 4px 15px rgba(37, 99, 235, 0.1);\r\n    }\r\n\r\n    .sp-publish-subheading {\r\n        color: #64748b;\r\n        font-size: 0.95rem;\r\n        text-transform: uppercase;\r\n        letter-spacing: 2px;\r\n        font-weight: 700;\r\n        display: block;\r\n        margin-bottom: 0.75rem;\r\n    }\r\n\r\n    .sp-publish-heading {\r\n        font-size: 3.2rem;\r\n        font-weight: 800;\r\n        line-height: 1.2;\r\n        margin: 0 0 1.5rem 0;\r\n        color: #0f172a;\r\n        letter-spacing: -1px;\r\n    }\r\n\r\n    .sp-publish-desc {\r\n        font-size: 1.15rem;\r\n        line-height: 1.7;\r\n        color: #475569;\r\n        margin: 0;\r\n    }\r\n\r\n    .sp-publish-desc strong {\r\n        color: #0f172a;\r\n        font-weight: 700;\r\n    }\r\n\r\n    \/* Bottom Section: Feature Cards Grid *\/\r\n    .sp-publish-list-title {\r\n        text-align: center;\r\n        font-size: 1.3rem;\r\n        color: #0f172a;\r\n        margin: 0 0 2rem 0;\r\n        font-weight: 600;\r\n        position: relative;\r\n    }\r\n    \r\n    .sp-publish-list-title::after {\r\n        content: '';\r\n        display: block;\r\n        width: 50px;\r\n        height: 3px;\r\n        background: #2563eb;\r\n        margin: 1rem auto 0 auto;\r\n        border-radius: 2px;\r\n    }\r\n\r\n    .sp-publish-list {\r\n        display: grid;\r\n        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\r\n        gap: 1.5rem;\r\n        list-style: none;\r\n        padding: 0;\r\n        margin: 0;\r\n    }\r\n\r\n    .sp-publish-list li {\r\n        background-color: #f8fafc;\r\n        padding: 2rem 1.5rem;\r\n        border-radius: 12px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        align-items: flex-start;\r\n        transition: all 0.3s ease;\r\n        border: 1px solid #e2e8f0;\r\n    }\r\n\r\n    .sp-publish-list li:hover {\r\n        transform: translateY(-5px);\r\n        background-color: #ffffff;\r\n        border-color: #bfdbfe;\r\n        box-shadow: 0 12px 25px rgba(37, 99, 235, 0.08);\r\n    }\r\n\r\n    .sp-publish-list-icon {\r\n        color: #2563eb;\r\n        font-size: 1.5rem;\r\n        margin-bottom: 1.25rem;\r\n        background: #e0e7ff;\r\n        padding: 0.6rem;\r\n        border-radius: 8px;\r\n    }\r\n\r\n    .sp-publish-list-text {\r\n        color: #334155;\r\n        line-height: 1.6;\r\n        font-size: 1rem;\r\n    }\r\n\r\n    .sp-publish-list-text a {\r\n        color: #2563eb;\r\n        text-decoration: none;\r\n        font-weight: 600;\r\n        transition: color 0.2s ease;\r\n    }\r\n\r\n    .sp-publish-list-text a:hover {\r\n        color: #1e40af;\r\n        text-decoration: underline;\r\n    }\r\n\r\n    \/* CSS Animations *\/\r\n    @keyframes spFadeInUp {\r\n        from { opacity: 0; transform: translateY(30px); }\r\n        to { opacity: 1; transform: translateY(0); }\r\n    }\r\n\r\n    .sp-anim-up {\r\n        animation: spFadeInUp 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;\r\n    }\r\n    \r\n    .sp-stagger-1 { animation-delay: 0.1s; }\r\n    .sp-stagger-2 { animation-delay: 0.2s; }\r\n    .sp-stagger-3 { animation-delay: 0.3s; }\r\n    .sp-stagger-4 { animation-delay: 0.4s; }\r\n    .sp-stagger-5 { animation-delay: 0.5s; }\r\n    .sp-stagger-6 { animation-delay: 0.6s; }\r\n\r\n    \/* Mobile Responsiveness *\/\r\n    @media (max-width: 768px) {\r\n        .sp-publish-wrapper {\r\n            padding: 3rem 1.5rem;\r\n            border-radius: 12px;\r\n        }\r\n        .sp-publish-heading {\r\n            font-size: 2.4rem;\r\n        }\r\n        .sp-publish-list {\r\n            grid-template-columns: 1fr;\r\n        }\r\n        .sp-publish-header {\r\n            margin-bottom: 3rem;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"sp-publish-wrapper\">\r\n    \r\n    <div class=\"sp-publish-header sp-anim-up\">\r\n        <div class=\"sp-publish-icon-box\">\r\n            <i class=\"fas fa-pen-nib\"><\/i>\r\n        <\/div>\r\n        <span class=\"sp-publish-subheading\">Aiming to give you the best<\/span>\r\n        <h2 class=\"sp-publish-heading\">Publish with us<\/h2>\r\n        <p class=\"sp-publish-desc\">\r\n            <strong>One of the most effective ways that we can advance discovery for the whole community<\/strong> is by improving the integrity, experience, and speed of the publishing process.\r\n        <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"sp-publish-features\">\r\n        <h4 class=\"sp-publish-list-title sp-anim-up\">As an author with ScholarPublishing, you can expect:<\/h4>\r\n        <ul class=\"sp-publish-list\">\r\n            <li class=\"sp-anim-up sp-stagger-1\">\r\n                <i class=\"fas fa-book-open sp-publish-list-icon\"><\/i>\r\n                <span class=\"sp-publish-list-text\">A wide range of journals suitable for all levels \u2013 from sound research to groundbreaking discoveries.<\/span>\r\n            <\/li>\r\n            <li class=\"sp-anim-up sp-stagger-2\">\r\n                <i class=\"fas fa-bolt sp-publish-list-icon\"><\/i>\r\n                <span class=\"sp-publish-list-text\">A fast and high-quality service with close attention to detail.<\/span>\r\n            <\/li>\r\n            <li class=\"sp-anim-up sp-stagger-3\">\r\n                <i class=\"fas fa-hands-helping sp-publish-list-icon\"><\/i>\r\n                <span class=\"sp-publish-list-text\">The support of editors and reviewers who add value by working closely with authors to improve their papers.<\/span>\r\n            <\/li>\r\n            <li class=\"sp-anim-up sp-stagger-4\">\r\n                <i class=\"fas fa-globe sp-publish-list-icon\"><\/i>\r\n                <span class=\"sp-publish-list-text\">A wide and established readership which ensures that your research reaches the greatest possible audience.<\/span>\r\n            <\/li>\r\n            <li class=\"sp-anim-up sp-stagger-5\">\r\n                <i class=\"fas fa-laptop-code sp-publish-list-icon\"><\/i>\r\n                <span class=\"sp-publish-list-text\">Web-based submission system with competitive peer-review times and online tracking of the editorial process.<\/span>\r\n            <\/li>\r\n            <li class=\"sp-anim-up sp-stagger-6\">\r\n                <i class=\"fas fa-link sp-publish-list-icon\"><\/i>\r\n                <span class=\"sp-publish-list-text\">Accepted articles published <a href=\"https:\/\/scholarpublishing.org\/sse\/online-first\/\">on-line first<\/a>, with a unique permanent Digital Object Identifier (<a href=\"http:\/\/www.doi.org\/\">DOI<\/a>) for immediate citation and persistent archival in <a href=\"http:\/\/www.clockss.org\/clockss\/FAQ\">CLOCKSS<\/a>.<\/span>\r\n            <\/li>\r\n        <\/ul>\r\n    <\/div>\r\n\r\n<\/div>\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0970384 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0970384\" data-element_type=\"section\" data-e-type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2204f44 animated-slow elementor-invisible\" data-id=\"2204f44\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInLeft&quot;}\">\r\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\r\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\r\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a0eec51 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"a0eec51\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\r\n\t\t\t<div class=\"elementor-icon\">\r\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-pen-alt\"><\/i>\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-5d038bb elementor-widget elementor-widget-heading\" data-id=\"5d038bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Aiming to give you the best publishing experience at every step of your research career.<\/h6>\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-cba6f46 custom-title-heading elementor-widget elementor-widget-heading\" data-id=\"cba6f46\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Publish with us<\/h2>\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-2532396 elementor-widget elementor-widget-text-editor\" data-id=\"2532396\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t\t\t\t\t<p><b>One of the most effective ways that we can advance discovery for the whole community is by improving the integrity, experience and speed of the publishing process. <\/b><\/p>\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b16de6b animated-slow elementor-invisible\" data-id=\"b16de6b\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\">\r\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\r\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ea014ef elementor-widget elementor-widget-heading\" data-id=\"ea014ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">As an author with Scholarpublishing you can expect:<\/h4>\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4a83d82 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4a83d82\" data-element_type=\"section\" data-e-type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-9529186\" data-id=\"9529186\" data-element_type=\"column\" data-e-type=\"column\">\r\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\r\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1214219 elementor-align-start elementor-list-item-link-inline elementor-icon-list--layout-traditional elementor-widget elementor-widget-icon-list\" data-id=\"1214219\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\r\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\r\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-hand-point-right\"><\/i>\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">A wide range of journals suitable for all levels \u2013 from sound research to groundbreaking discoveries<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\r\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-hand-point-right\"><\/i>\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">A fast and high quality service with close attention to detail<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\r\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-hand-point-right\"><\/i>\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">The support of editors and reviewers who add value by working closely with authors to improve their papers<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\r\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-hand-point-right\"><\/i>\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">A wide and established readership which ensures that your research reaches the greatest possible audience<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\r\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-hand-point-right\"><\/i>\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Web-based submission system with competitive peer-review times and online tracking of editorial process<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\r\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-hand-point-right\"><\/i>\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Accepted articles published <a href=\"https:\/\/scholarpublishing.org\/sse\/online-first\/\" class=\"c-blue-link c-inline\">on-line first<\/a>, with a unique permanent Digital Object Identifier (<a href=\"http:\/\/www.doi.org\/\" class=\"c-blue-link c-inline\">DOI<\/a>) for immediate citation and persistent archival in <a href=\"http:\/\/www.clockss.org\/clockss\/FAQ\" class=\"c-blue-link c-inline\">CLOCKSS<\/a><\/span>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t<\/ul>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/section>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2eb5b6e elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"2eb5b6e\" data-element_type=\"section\" data-e-type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f92e7ef\" data-id=\"f92e7ef\" data-element_type=\"column\" data-e-type=\"column\">\r\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\r\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ed114d2 elementor-widget elementor-widget-html\" data-id=\"ed114d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<style>\r\n    \/* ========================================================\r\n       Unique Scoped CSS for ScholarPublishing \"Book Publishing\"\r\n       ======================================================== *\/\r\n    :root {\r\n        --sp-primary: #0f172a;\r\n        --sp-primary-light: #1e293b;\r\n        --sp-accent: #0ea5e9;\r\n        --sp-accent-hover: #38bdf8;\r\n        --sp-text-light: #cbd5e1;\r\n        --sp-border-dark: #334155;\r\n    }\r\n\r\n    .sp-books-wrapper {\r\n        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\r\n        background: linear-gradient(145deg, #0b1121, #0f172a);\r\n        padding: 6rem 2rem;\r\n        box-sizing: border-box;\r\n        color: #ffffff;\r\n    }\r\n\r\n    .sp-books-wrapper * {\r\n        box-sizing: border-box;\r\n    }\r\n\r\n    .sp-books-container {\r\n        max-width: 1250px;\r\n        margin: 0 auto;\r\n    }\r\n\r\n    \/* Top Area: Intro & Catalog Button *\/\r\n    .sp-books-top {\r\n        display: flex;\r\n        justify-content: space-between;\r\n        align-items: center;\r\n        margin-bottom: 4rem;\r\n        gap: 4rem;\r\n    }\r\n\r\n    .sp-books-intro {\r\n        flex: 1;\r\n        max-width: 750px;\r\n    }\r\n\r\n    .sp-books-title {\r\n        font-size: 2.8rem;\r\n        font-weight: 800;\r\n        color: #ffffff !important;\r\n        margin: 0 0 1.5rem 0;\r\n        position: relative;\r\n        padding-bottom: 1rem;\r\n    }\r\n\r\n    .sp-books-title::after {\r\n        content: '';\r\n        position: absolute;\r\n        bottom: 0;\r\n        left: 0;\r\n        width: 80px;\r\n        height: 4px;\r\n        background: linear-gradient(90deg, var(--sp-accent), var(--sp-accent-hover));\r\n        border-radius: 2px;\r\n    }\r\n\r\n    .sp-books-desc {\r\n        font-size: 1.15rem;\r\n        line-height: 1.7;\r\n        color: var(--sp-text-light);\r\n        margin: 0;\r\n    }\r\n\r\n    .sp-books-action {\r\n        text-align: center;\r\n        background-color: var(--sp-primary-light);\r\n        padding: 2.5rem;\r\n        border-radius: 16px;\r\n        border: 1px solid var(--sp-border-dark);\r\n        min-width: 280px;\r\n    }\r\n\r\n    .sp-books-action h4 {\r\n        margin: 0 0 1.5rem 0;\r\n        font-size: 1.4rem;\r\n        color: #ffffff;\r\n    }\r\n\r\n    .sp-catalog-btn {\r\n        display: inline-flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        gap: 0.75rem;\r\n        background-color: var(--sp-accent);\r\n        color: #ffffff !important;\r\n        padding: 1rem 2rem;\r\n        border-radius: 50px;\r\n        font-size: 1.1rem;\r\n        font-weight: 600;\r\n        text-decoration: none;\r\n        transition: all 0.3s ease;\r\n        text-transform: uppercase;\r\n        letter-spacing: 1px;\r\n    }\r\n\r\n    .sp-catalog-btn:hover {\r\n        background-color: var(--sp-accent-hover);\r\n        transform: translateY(-3px);\r\n        box-shadow: 0 10px 20px rgba(14, 165, 233, 0.3);\r\n    }\r\n\r\n    \/* Bottom Area: 3 Cards Grid *\/\r\n    .sp-books-grid {\r\n        display: grid;\r\n        grid-template-columns: repeat(3, 1fr);\r\n        gap: 2.5rem;\r\n    }\r\n\r\n    .sp-book-card {\r\n        background-color: var(--sp-primary-light);\r\n        border: 1px solid var(--sp-border-dark);\r\n        border-radius: 16px;\r\n        padding: 2.5rem;\r\n        transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;\r\n        display: flex;\r\n        flex-direction: column;\r\n        position: relative;\r\n        overflow: hidden;\r\n    }\r\n\r\n    .sp-book-card:hover {\r\n        transform: translateY(-8px);\r\n        border-color: var(--sp-accent);\r\n        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(14, 165, 233, 0.1);\r\n    }\r\n\r\n    .sp-book-card-title {\r\n        font-size: 1.35rem;\r\n        font-weight: 700;\r\n        color: #ffffff !important;\r\n        margin: 0 0 1.25rem 0;\r\n        line-height: 1.4;\r\n    }\r\n\r\n    .sp-book-card-text {\r\n        font-size: 1rem;\r\n        color: var(--sp-text-light);\r\n        line-height: 1.7;\r\n        margin: 0 0 2rem 0;\r\n        flex-grow: 1;\r\n    }\r\n\r\n    .sp-book-card-meta {\r\n        font-size: 0.85rem;\r\n        color: #64748b;\r\n        margin-bottom: 1rem;\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 0.5rem;\r\n    }\r\n\r\n    .sp-book-card-link {\r\n        display: inline-flex;\r\n        align-items: center;\r\n        gap: 0.5rem;\r\n        color: var(--sp-accent);\r\n        text-decoration: none;\r\n        font-weight: 600;\r\n        font-size: 1.05rem;\r\n        transition: color 0.3s ease;\r\n        margin-top: auto;\r\n    }\r\n\r\n    .sp-book-card-link i {\r\n        background: rgba(14, 165, 233, 0.1);\r\n        width: 35px;\r\n        height: 35px;\r\n        border-radius: 50%;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        transition: all 0.3s ease;\r\n    }\r\n\r\n    .sp-book-card:hover .sp-book-card-link i {\r\n        background: var(--sp-accent);\r\n        color: #ffffff;\r\n        transform: translateX(5px);\r\n    }\r\n\r\n    \/* Mobile Responsiveness *\/\r\n    @media (max-width: 1024px) {\r\n        .sp-books-top {\r\n            flex-direction: column;\r\n            gap: 2.5rem;\r\n            text-align: center;\r\n        }\r\n        .sp-books-title::after {\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n        }\r\n        .sp-books-action {\r\n            width: 100%;\r\n        }\r\n        .sp-books-grid {\r\n            grid-template-columns: repeat(2, 1fr);\r\n        }\r\n    }\r\n\r\n    @media (max-width: 768px) {\r\n        .sp-books-wrapper {\r\n            padding: 4rem 1.5rem;\r\n        }\r\n        .sp-books-title {\r\n            font-size: 2.2rem;\r\n        }\r\n        .sp-books-grid {\r\n            grid-template-columns: 1fr;\r\n            gap: 2rem;\r\n        }\r\n        .sp-book-card {\r\n            padding: 2rem;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<section class=\"sp-books-wrapper\" id=\"e-books\">\r\n    <div class=\"sp-books-container\">\r\n        \r\n        <div class=\"sp-books-top\">\r\n            <div class=\"sp-books-intro\">\r\n                <h2 class=\"sp-books-title\">Book Publishing<\/h2>\r\n                <p class=\"sp-books-desc\">\r\n                    <strong>ScholarPublishing Press<\/strong> \u2014 a fast and easy-to-use publishing service that enables you to publish your dissertation and thesis as eBooks and share it directly with millions of readers. Whether you\u2019re a seasoned or first-time author, or you simply want to publish a beautiful book for personal use, we help you create your book, your way. We\u2019re here to help independent authors and content creators succeed by using the expertise and resources of ScholarPublishing.\r\n                <\/p>\r\n            <\/div>\r\n            <div class=\"sp-books-action\">\r\n                <h4>Published eBooks<\/h4>\r\n                <a href=\"https:\/\/scholarpublishing.org\/sse\/catalog\" class=\"sp-catalog-btn\">\r\n                    Catalog <i class=\"fas fa-arrow-right\"><\/i>\r\n                <\/a>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"sp-books-grid\">\r\n            \r\n            <div class=\"sp-book-card\">\r\n                <h3 class=\"sp-book-card-title\">Turning Your Dissertation into a Book<\/h3>\r\n                <p class=\"sp-book-card-text\">\r\n                    Research is valuable to the researcher who has spent countless hours carrying out the work, and to those deciding whether it should result in a PhD qualification. But can the research be valuable to broader audiences? The answer is <strong>YES<\/strong>.\r\n                <\/p>\r\n                <a href=\"https:\/\/scholarpublishing.org\/sse\/turn-thesis-book\/\" class=\"sp-book-card-link\">\r\n                    Learn More <i class=\"fas fa-arrow-right\"><\/i>\r\n                <\/a>\r\n            <\/div>\r\n\r\n            <div class=\"sp-book-card\">\r\n                <h3 class=\"sp-book-card-title\">Benefits of Publishing With Us<\/h3>\r\n                <p class=\"sp-book-card-text\">\r\n                    At ScholarPublishing-UK, we work with you to design and publish your eBook to the highest possible standard. Our pre-production stages are exactly the same for an eBook as for printed books. Our in-house book designer does all cover designs and text layouts.\r\n                <\/p>\r\n                <div class=\"sp-book-card-meta\">no<\/div>\r\n                <a href=\"https:\/\/scholarpublishing.org\/sse\/ebook-benifits\/\" class=\"sp-book-card-link\">\r\n                    Learn More <i class=\"fas fa-arrow-right\"><\/i>\r\n                <\/a>\r\n            <\/div>\r\n\r\n            <div class=\"sp-book-card\">\r\n                <h3 class=\"sp-book-card-title\">Submit eBook Proposal<\/h3>\r\n                <p class=\"sp-book-card-text\">\r\n                    We provide a renowned platform for all researchers to get their valuable thesis published as a book. The costs of self-publishing with ScholarPublishing-UK are less than you might expect. Books will be distributed under the Creative Commons Attribution License.\r\n                <\/p>\r\n                <div class=\"sp-book-card-meta\"> <\/div>\r\n                <a href=\"https:\/\/scholarpublishing.org\/sse\/ebook-submit\/\" class=\"sp-book-card-link\">\r\n                    Submit Proposal <i class=\"fas fa-arrow-right\"><\/i>\r\n                <\/a>\r\n            <\/div>\r\n\r\n        <\/div>\r\n\r\n    <\/div>\r\n<\/section>\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2cb0649 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"2cb0649\" data-element_type=\"section\" data-e-type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4fcdaa8\" data-id=\"4fcdaa8\" data-element_type=\"column\" data-e-type=\"column\">\r\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\r\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0033334 elementor-widget elementor-widget-html\" data-id=\"0033334\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<style>\r\n    \/* ========================================================\r\n       Unique Scoped CSS for ScholarPublishing \"Special Issue\"\r\n       ======================================================== *\/\r\n    :root {\r\n        --sp-primary: #0f172a;\r\n        --sp-accent: #0ea5e9;\r\n        --sp-accent-hover: #0284c7;\r\n        --sp-text: #475569;\r\n        --sp-light-bg: #f8fafc;\r\n    }\r\n\r\n    .sp-special-wrapper {\r\n        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\r\n        background-color: var(--sp-light-bg); \/* Soft background to break up sections *\/\r\n        padding: 5rem 2rem;\r\n        box-sizing: border-box;\r\n    }\r\n\r\n    .sp-special-wrapper * {\r\n        box-sizing: border-box;\r\n    }\r\n\r\n    .sp-special-container {\r\n        max-width: 1200px;\r\n        margin: 0 auto;\r\n        background: #ffffff;\r\n        border-radius: 24px;\r\n        box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.05);\r\n        overflow: hidden;\r\n        border: 1px solid #e2e8f0;\r\n    }\r\n\r\n    \/* Grid Layout *\/\r\n    .sp-special-grid {\r\n        display: grid;\r\n        grid-template-columns: 1fr 1fr;\r\n        align-items: center;\r\n    }\r\n\r\n    \/* Image Side *\/\r\n    .sp-special-image {\r\n        width: 100%;\r\n        height: 100%;\r\n        position: relative;\r\n        overflow: hidden;\r\n    }\r\n\r\n    .sp-special-image img {\r\n        width: 100%;\r\n        height: 100%;\r\n        object-fit: cover;\r\n        display: block;\r\n        min-height: 400px;\r\n        transition: transform 0.7s ease;\r\n    }\r\n\r\n    .sp-special-container:hover .sp-special-image img {\r\n        transform: scale(1.05);\r\n    }\r\n\r\n    \/* Content Side *\/\r\n    .sp-special-content {\r\n        padding: 4rem;\r\n    }\r\n\r\n    .sp-special-title {\r\n        font-size: 2.4rem;\r\n        font-weight: 800;\r\n        color: var(--sp-primary);\r\n        margin: 0 0 1.5rem 0;\r\n        position: relative;\r\n        padding-bottom: 1rem;\r\n        line-height: 1.2;\r\n    }\r\n\r\n    .sp-special-title::after {\r\n        content: '';\r\n        position: absolute;\r\n        bottom: 0;\r\n        left: 0;\r\n        width: 60px;\r\n        height: 4px;\r\n        background: linear-gradient(90deg, var(--sp-accent), #38bdf8);\r\n        border-radius: 2px;\r\n    }\r\n\r\n    .sp-special-text {\r\n        font-size: 1.1rem;\r\n        color: var(--sp-text);\r\n        line-height: 1.7;\r\n        margin: 0 0 2rem 0;\r\n    }\r\n\r\n    \/* Highlight Box for Benefits *\/\r\n    .sp-special-highlight {\r\n        background-color: #f0f9ff;\r\n        border-left: 4px solid var(--sp-accent);\r\n        padding: 1.5rem;\r\n        border-radius: 0 12px 12px 0;\r\n        display: flex;\r\n        gap: 1.25rem;\r\n        align-items: flex-start;\r\n    }\r\n\r\n    .sp-special-highlight-icon {\r\n        font-size: 1.8rem;\r\n        color: var(--sp-accent);\r\n        margin-top: 0.2rem;\r\n    }\r\n\r\n    .sp-special-highlight p {\r\n        margin: 0;\r\n        font-size: 1.05rem;\r\n        color: #0f172a;\r\n        line-height: 1.6;\r\n    }\r\n\r\n    \/* Mobile Responsiveness *\/\r\n    @media (max-width: 950px) {\r\n        .sp-special-grid {\r\n            grid-template-columns: 1fr;\r\n        }\r\n        .sp-special-image img {\r\n            min-height: 300px;\r\n            max-height: 400px;\r\n        }\r\n        .sp-special-content {\r\n            padding: 3rem 2rem;\r\n        }\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n        .sp-special-wrapper {\r\n            padding: 3rem 1.25rem;\r\n        }\r\n        .sp-special-title {\r\n            font-size: 2rem;\r\n        }\r\n        .sp-special-content {\r\n            padding: 2.5rem 1.5rem;\r\n        }\r\n        .sp-special-highlight {\r\n            flex-direction: column;\r\n            gap: 1rem;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<section class=\"sp-special-wrapper\">\r\n    <div class=\"sp-special-container\">\r\n        <div class=\"sp-special-grid\">\r\n            \r\n            <div class=\"sp-special-image\">\r\n                <img decoding=\"async\" src=\"https:\/\/scholarpublishing.org\/sse\/wp-content\/uploads\/2022\/03\/Journal-SPecial-Issue.jpg\" alt=\"Journal Special Issue Setup\">\r\n            <\/div>\r\n\r\n            <div class=\"sp-special-content\">\r\n                <h2 class=\"sp-special-title\">Propose a Journal\u2019s Special Issue<\/h2>\r\n                \r\n                <p class=\"sp-special-text\">\r\n                    Many of our journals publish <strong>Special Issues<\/strong> \u2013 dedicated collections of articles that highlight emerging areas of research within a field, or provide a venue for a deeper investigation into an existing research topic.\r\n                <\/p>\r\n\r\n                <div class=\"sp-special-highlight\">\r\n                    <i class=\"fas fa-user-tie sp-special-highlight-icon\"><\/i>\r\n                    <p>\r\n                        As the <strong>Lead Guest Editor<\/strong> of a Special Issue, you can be at the forefront of scientific communication, encouraging continued research in important areas while gaining editorial experience and improving your academic profile.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-54fe67a9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"54fe67a9\" data-element_type=\"section\" data-e-type=\"section\" id=\"faq\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-236b5c4e\" data-id=\"236b5c4e\" data-element_type=\"column\" data-e-type=\"column\">\r\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\r\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-533a9e1 elementor-widget elementor-widget-html\" data-id=\"533a9e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<style>\r\n    \/* ========================================================\r\n       Unique Scoped CSS for ScholarPublishing \"FAQ 2-Column Grid\"\r\n       ======================================================== *\/\r\n    .sp-faq-wrapper {\r\n        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\r\n        background-color: #ffffff;\r\n        color: #334155;\r\n        padding: 4rem 2rem;\r\n        max-width: 1200px;\r\n        margin: 0 auto;\r\n        box-sizing: border-box;\r\n        line-height: 1.7;\r\n    }\r\n\r\n    .sp-faq-wrapper * {\r\n        box-sizing: border-box;\r\n    }\r\n\r\n    \/* Header Section *\/\r\n    .sp-faq-header {\r\n        text-align: center;\r\n        margin-bottom: 3.5rem;\r\n    }\r\n\r\n    .sp-faq-title {\r\n        font-size: 3.2rem;\r\n        font-weight: 800;\r\n        margin: 0 0 1rem 0;\r\n        background: linear-gradient(135deg, #0f172a 0%, #0ea5e9 100%);\r\n        -webkit-background-clip: text;\r\n        -webkit-text-fill-color: transparent;\r\n        letter-spacing: -0.5px;\r\n    }\r\n\r\n    \/* 2-Column Grid Layout *\/\r\n    .sp-faq-grid {\r\n        display: grid;\r\n        grid-template-columns: 1fr 1fr;\r\n        gap: 2rem;\r\n        align-items: start; \/* Prevents accordions from stretching vertically *\/\r\n    }\r\n\r\n    .sp-faq-column {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 1rem;\r\n    }\r\n\r\n    \/* Interactive CSS-Only Accordion *\/\r\n    .sp-faq-item {\r\n        background: #ffffff;\r\n        border: 1px solid #e2e8f0;\r\n        border-radius: 12px;\r\n        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);\r\n        transition: all 0.3s ease;\r\n        overflow: hidden;\r\n    }\r\n\r\n    .sp-faq-item:hover {\r\n        border-color: #bae6fd;\r\n        box-shadow: 0 6px 15px rgba(14, 165, 233, 0.08);\r\n    }\r\n\r\n    \/* Target the open state of the details tag *\/\r\n    .sp-faq-item[open] {\r\n        border-color: #0ea5e9;\r\n        box-shadow: 0 4px 15px rgba(14, 165, 233, 0.1);\r\n    }\r\n\r\n    .sp-faq-summary {\r\n        padding: 1.25rem 1.5rem;\r\n        font-size: 1.1rem;\r\n        font-weight: 600;\r\n        color: #0f172a;\r\n        cursor: pointer;\r\n        list-style: none; \/* Hide default browser arrow *\/\r\n        display: flex;\r\n        justify-content: space-between;\r\n        align-items: center;\r\n        user-select: none;\r\n        transition: color 0.2s ease;\r\n    }\r\n\r\n    .sp-faq-summary:hover {\r\n        color: #0ea5e9;\r\n    }\r\n\r\n    \/* Hide the default marker in Safari\/Chrome *\/\r\n    .sp-faq-summary::-webkit-details-marker {\r\n        display: none;\r\n    }\r\n\r\n    \/* Custom Icon Animation *\/\r\n    .sp-faq-icon {\r\n        color: #0ea5e9;\r\n        font-size: 1.1rem;\r\n        transition: transform 0.3s ease;\r\n        flex-shrink: 0;\r\n        margin-left: 1rem;\r\n    }\r\n\r\n    .sp-faq-item[open] .sp-faq-icon {\r\n        transform: rotate(180deg);\r\n        color: #0284c7;\r\n    }\r\n\r\n    .sp-faq-content {\r\n        padding: 0 1.5rem 1.5rem 1.5rem;\r\n        color: #475569;\r\n        font-size: 1rem;\r\n        line-height: 1.6;\r\n        border-top: 1px solid transparent;\r\n    }\r\n\r\n    .sp-faq-item[open] .sp-faq-content {\r\n        border-top-color: #f1f5f9;\r\n        padding-top: 1.5rem;\r\n    }\r\n\r\n    .sp-faq-link {\r\n        color: #0ea5e9;\r\n        text-decoration: none;\r\n        font-weight: 600;\r\n    }\r\n\r\n    .sp-faq-link:hover {\r\n        text-decoration: underline;\r\n    }\r\n\r\n    \/* Custom List for Refund Policy *\/\r\n    .sp-faq-bullet-list {\r\n        list-style: none;\r\n        padding: 0;\r\n        margin: 0;\r\n    }\r\n\r\n    .sp-faq-bullet-list li {\r\n        position: relative;\r\n        padding-left: 1.5rem;\r\n        margin-bottom: 0.5rem;\r\n    }\r\n\r\n    .sp-faq-bullet-list li::before {\r\n        content: '\u25a0';\r\n        position: absolute;\r\n        left: 0;\r\n        top: 0;\r\n        color: #0ea5e9;\r\n        font-size: 0.6rem;\r\n        line-height: 2.5;\r\n    }\r\n\r\n    \/* Mobile Responsiveness *\/\r\n    @media (max-width: 950px) {\r\n        .sp-faq-grid {\r\n            grid-template-columns: 1fr;\r\n            gap: 1rem;\r\n        }\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n        .sp-faq-wrapper {\r\n            padding: 3rem 1.25rem;\r\n        }\r\n        .sp-faq-title {\r\n            font-size: 2.4rem;\r\n        }\r\n        .sp-faq-summary {\r\n            font-size: 1.05rem;\r\n            padding: 1.25rem;\r\n        }\r\n        .sp-faq-content {\r\n            padding: 0 1.25rem 1.25rem 1.25rem;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"sp-faq-wrapper\">\r\n\r\n    <div class=\"sp-faq-header\">\r\n        <h2 class=\"sp-faq-title\">Frequently Asked Questions<\/h2>\r\n    <\/div>\r\n\r\n    <div class=\"sp-faq-grid\">\r\n        \r\n        <div class=\"sp-faq-column\">\r\n            \r\n            <details class=\"sp-faq-item\">\r\n                <summary class=\"sp-faq-summary\">\r\n                    Should I use the template for submission? \r\n                    <i class=\"fas fa-chevron-down sp-faq-icon\"><\/i>\r\n                <\/summary>\r\n                <div class=\"sp-faq-content\">\r\n                    Authors are advised to format their manuscripts according to ScholarPublishing-UK\u2019s <a href=\"http:\/\/scholarpublishing.org\/Repository\/SSE_Template.dotx\" class=\"sp-faq-link\" target=\"_blank\">Microsoft Word template<\/a>. For the authors using Endnote for bibliography creation, an <a href=\"http:\/\/scholarpublishing.org\/Repository\/SSE_NumberedSimple.ens\" class=\"sp-faq-link\" target=\"_blank\">output style<\/a> is available that supports the formatting of in-text citations and reference lists.\r\n                <\/div>\r\n            <\/details>\r\n\r\n            <details class=\"sp-faq-item\">\r\n                <summary class=\"sp-faq-summary\">\r\n                    How do I submit my paper to the ScholarPublishing-UK journal? \r\n                    <i class=\"fas fa-chevron-down sp-faq-icon\"><\/i>\r\n                <\/summary>\r\n                <div class=\"sp-faq-content\">\r\n                    Manuscripts shall be submitted through the online submission system of each journal by clicking \u201cSubmit Manuscript\u201d in the navigation menu-bar on the journal\u2019s website. The paper status in the editorial process can be easily tracked in the submission system. New users should get themselves registered in order to get access to the system. Alternatively, the papers can also be sent to the respective journal\u2019s editorial offices through email.\r\n                <\/div>\r\n            <\/details>\r\n\r\n            <details class=\"sp-faq-item\">\r\n                <summary class=\"sp-faq-summary\">\r\n                    What type of file format is acceptable? \r\n                    <i class=\"fas fa-chevron-down sp-faq-icon\"><\/i>\r\n                <\/summary>\r\n                <div class=\"sp-faq-content\">\r\n                    MS Word (.doc & .docx) and RTF formats are acceptable.\r\n                <\/div>\r\n            <\/details>\r\n\r\n            <details class=\"sp-faq-item\">\r\n                <summary class=\"sp-faq-summary\">\r\n                    What are the maximum number of pages allowed? \r\n                    <i class=\"fas fa-chevron-down sp-faq-icon\"><\/i>\r\n                <\/summary>\r\n                <div class=\"sp-faq-content\">\r\n                    There is a limit of 25 pages per manuscript. A maximum of 35 pages are allowed with an additional cost per extra page.\r\n                <\/div>\r\n            <\/details>\r\n\r\n            <details class=\"sp-faq-item\">\r\n                <summary class=\"sp-faq-summary\">\r\n                    Are all submitted articles peer-reviewed? \r\n                    <i class=\"fas fa-chevron-down sp-faq-icon\"><\/i>\r\n                <\/summary>\r\n                <div class=\"sp-faq-content\">\r\n                    Yes, all of our articles undergo peer review. The status of the paper will be updated within 30 days from the date of paper submission. Authors will be given a week to modify and perform changes suggested by the reviewers before sending in their final manuscript.\r\n                <\/div>\r\n            <\/details>\r\n\r\n            <details class=\"sp-faq-item\">\r\n                <summary class=\"sp-faq-summary\">\r\n                    Is there a fast track review system for publication? \r\n                    <i class=\"fas fa-chevron-down sp-faq-icon\"><\/i>\r\n                <\/summary>\r\n                <div class=\"sp-faq-content\">\r\n                    Our editorial team realizes the value of time, especially for those working in competitive and dynamic fields, and allows a fast track review system. The author can select this option while submitting the paper online. In this system, the peer review, the editorial decision, and the author notification on this manuscript are guaranteed to take place within two weeks. The fast track review fee is 49 \u00a3 only.\r\n                <\/div>\r\n            <\/details>\r\n\r\n        <\/div>\r\n\r\n        <div class=\"sp-faq-column\">\r\n\r\n            <details class=\"sp-faq-item\">\r\n                <summary class=\"sp-faq-summary\">\r\n                    Is it possible to recommend guest reviewers for my paper? \r\n                    <i class=\"fas fa-chevron-down sp-faq-icon\"><\/i>\r\n                <\/summary>\r\n                <div class=\"sp-faq-content\">\r\n                    <p>ScholarPublishing-UK encourages authors to recommend guest reviewers from relevant fields to review their manuscripts. The practice is aimed at improving communication among experts and learners such that individual researchers get to learn more about other researchers in the community. It also serves the purpose for young researchers to learn from the experience of experts by interaction and getting their work evaluated by them.<\/p>\r\n                    <p style=\"margin-top: 1rem;\">The author must provide the institutional email address to any journal of ScholarPublishing-UK for correspondence. However, the final decision to utilize the services of any recommended reviewer rests with the editorial office. If you don\u2019t have any candidates, we will help you find good reviewers.<\/p>\r\n                <\/div>\r\n            <\/details>\r\n\r\n            <details class=\"sp-faq-item\">\r\n                <summary class=\"sp-faq-summary\">\r\n                    What kind of papers will be rejected without review? \r\n                    <i class=\"fas fa-chevron-down sp-faq-icon\"><\/i>\r\n                <\/summary>\r\n                <div class=\"sp-faq-content\">\r\n                    Out of scope papers, plagiarized papers, duplicate submissions, and papers with improper formatting will be automatically rejected.\r\n                <\/div>\r\n            <\/details>\r\n\r\n            <details class=\"sp-faq-item\">\r\n                <summary class=\"sp-faq-summary\">\r\n                    How do I know if my paper submitted to ScholarPublishing-UK worked well? \r\n                    <i class=\"fas fa-chevron-down sp-faq-icon\"><\/i>\r\n                <\/summary>\r\n                <div class=\"sp-faq-content\">\r\n                    You will receive an automatic confirmation e-mail as soon as you have uploaded the paper successfully. Editors will then start the preliminary review. If there are any problems with your uploaded manuscript you will be contacted by the editors.\r\n                <\/div>\r\n            <\/details>\r\n\r\n            <details class=\"sp-faq-item\">\r\n                <summary class=\"sp-faq-summary\">\r\n                    What is the fee refund process for ScholarPublishing-UK journals? \r\n                    <i class=\"fas fa-chevron-down sp-faq-icon\"><\/i>\r\n                <\/summary>\r\n                <div class=\"sp-faq-content\">\r\n                    <ul class=\"sp-faq-bullet-list\">\r\n                        <li>If an author decides not to publish his\/her work after the acceptance notification is sent, the author will not be asked for a payment process.<\/li>\r\n                        <li>If an author decides to withdraw his\/her paper after paying the fee, no refund can be claimed.<\/li>\r\n                        <li>If papers are found to be plagiarized after publication and are discarded, no refund can be claimed.<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/details>\r\n\r\n            <details class=\"sp-faq-item\">\r\n                <summary class=\"sp-faq-summary\">\r\n                    How long before my article is published online after acceptance? \r\n                    <i class=\"fas fa-chevron-down sp-faq-icon\"><\/i>\r\n                <\/summary>\r\n                <div class=\"sp-faq-content\">\r\n                    Society for Science and Education, UK is a member of <a href=\"http:\/\/crossref.org\/\" class=\"sp-faq-link\" target=\"_blank\">CrossRef<\/a> and <a href=\"http:\/\/www.clockss.org\/clockss\/Home\" class=\"sp-faq-link\" target=\"_blank\">CLOCKSS<\/a>, which enables us to publish accepted research articles as intellectual property with a persistent and actionable identifier. After the paper is accepted and the author has paid the fee, the article will be published online with a <a href=\"http:\/\/www.doi.org\/\" class=\"sp-faq-link\" target=\"_blank\">DOI<\/a> for immediate citation <strong>within three working days<\/strong>, utilizing the <a href=\"https:\/\/scholarpublishing.org\/sse\/online-first\/\" class=\"sp-faq-link\" target=\"_blank\">Online-First<\/a> feature.\r\n                <\/div>\r\n            <\/details>\r\n\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n<\/div>\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<\/div>\r\n\t\t","protected":false},"excerpt":{"rendered":"<p>Scholar Publishing Leading a Transformation in Science Communication Journals Books ScholarPublishing is a UK based independent academic publisher with an editorial team comprising many of the world&#8217;s leading researchers. We provide journal publishing services, Special Issue publishing services, book publishing services, and conference paper publishing services. About Us ScholarPublishing is an independent international publisher of [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_theme","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","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":"disabled","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":"","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-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":"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":""},"mobile":{"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":""}},"footnotes":""},"class_list":["post-8180","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/scholarpublishing.org\/sse\/wp-json\/wp\/v2\/pages\/8180","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/scholarpublishing.org\/sse\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/scholarpublishing.org\/sse\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/scholarpublishing.org\/sse\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/scholarpublishing.org\/sse\/wp-json\/wp\/v2\/comments?post=8180"}],"version-history":[{"count":10,"href":"https:\/\/scholarpublishing.org\/sse\/wp-json\/wp\/v2\/pages\/8180\/revisions"}],"predecessor-version":[{"id":10221,"href":"https:\/\/scholarpublishing.org\/sse\/wp-json\/wp\/v2\/pages\/8180\/revisions\/10221"}],"wp:attachment":[{"href":"https:\/\/scholarpublishing.org\/sse\/wp-json\/wp\/v2\/media?parent=8180"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}