{"id":3596,"date":"2022-03-04T07:36:57","date_gmt":"2022-03-04T07:36:57","guid":{"rendered":"https:\/\/scholarpublishing.org\/sse\/?page_id=3596"},"modified":"2026-04-03T01:12:41","modified_gmt":"2026-04-02T20:12:41","slug":"authors-rights","status":"publish","type":"page","link":"https:\/\/scholarpublishing.org\/sse\/authors-rights\/","title":{"rendered":"Author&#8217;s Rights"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"3596\" class=\"elementor elementor-3596\">\r\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-41e7232 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"41e7232\" 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-79abe1d\" data-id=\"79abe1d\" 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-3733ea1 elementor-widget elementor-widget-html\" data-id=\"3733ea1\" 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 Rights & Responsibilities\r\n       ======================================================== *\/\r\n    .sp-arr-wrapper {\r\n        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\r\n        background-color: #ffffff; \/* Clean white background *\/\r\n        color: #334155; \/* Dark slate for high readability *\/\r\n        padding: 4rem 2rem;\r\n        max-width: 1100px;\r\n        margin: 0 auto;\r\n        box-sizing: border-box;\r\n        line-height: 1.7;\r\n    }\r\n\r\n    .sp-arr-wrapper * {\r\n        box-sizing: border-box;\r\n    }\r\n\r\n    \/* Header Section *\/\r\n    .sp-arr-header {\r\n        text-align: center;\r\n        margin-bottom: 4rem;\r\n    }\r\n\r\n    .sp-arr-title {\r\n        font-size: 3rem;\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    \/* Section Cards *\/\r\n    .sp-arr-card {\r\n        background: #ffffff;\r\n        border: 1px solid #e2e8f0;\r\n        border-radius: 16px;\r\n        padding: 3.5rem;\r\n        margin-bottom: 3rem;\r\n        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);\r\n        position: relative;\r\n        overflow: hidden;\r\n    }\r\n\r\n    \/* Decorative Top Border for Cards *\/\r\n    .sp-arr-card::before {\r\n        content: '';\r\n        position: absolute;\r\n        top: 0;\r\n        left: 0;\r\n        right: 0;\r\n        height: 5px;\r\n        background: linear-gradient(90deg, #0ea5e9, #38bdf8);\r\n    }\r\n\r\n    .sp-arr-card-header {\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 1.25rem;\r\n        margin-bottom: 2rem;\r\n        padding-bottom: 1.5rem;\r\n        border-bottom: 1px solid #e2e8f0;\r\n    }\r\n\r\n    .sp-arr-icon {\r\n        width: 55px;\r\n        height: 55px;\r\n        background: #f0f9ff;\r\n        color: #0ea5e9;\r\n        border-radius: 12px;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        font-size: 1.6rem;\r\n    }\r\n\r\n    .sp-arr-card h2 {\r\n        color: #0f172a;\r\n        font-size: 2rem;\r\n        margin: 0;\r\n        font-weight: 700;\r\n    }\r\n\r\n    .sp-arr-intro {\r\n        font-size: 1.1rem;\r\n        color: #475569;\r\n        margin-bottom: 2rem;\r\n        font-weight: 500;\r\n    }\r\n\r\n    \/* Custom Numbered Lists *\/\r\n    .sp-arr-list {\r\n        list-style: none;\r\n        padding: 0;\r\n        margin: 0;\r\n        counter-reset: sp-counter; \/* Initialize counter *\/\r\n    }\r\n\r\n    .sp-arr-list li {\r\n        position: relative;\r\n        padding: 1.25rem 1.5rem 1.25rem 4.5rem;\r\n        margin-bottom: 1rem;\r\n        color: #475569;\r\n        font-size: 1rem;\r\n        background-color: #f8fafc;\r\n        border-radius: 10px;\r\n        border: 1px solid transparent;\r\n        transition: all 0.3s ease;\r\n        counter-increment: sp-counter; \/* Increment counter *\/\r\n    }\r\n\r\n    .sp-arr-list li:hover {\r\n        background-color: #ffffff;\r\n        border-color: #bae6fd;\r\n        box-shadow: 0 4px 12px rgba(14, 165, 233, 0.08);\r\n        transform: translateX(4px);\r\n    }\r\n\r\n    \/* The Number Badge *\/\r\n    .sp-arr-list li::before {\r\n        content: counter(sp-counter);\r\n        position: absolute;\r\n        left: 1.25rem;\r\n        top: 1.25rem;\r\n        background: #e0f2fe;\r\n        color: #0284c7;\r\n        width: 32px;\r\n        height: 32px;\r\n        border-radius: 50%;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        font-weight: 700;\r\n        font-size: 0.95rem;\r\n    }\r\n\r\n    .sp-arr-list li strong {\r\n        color: #0f172a;\r\n    }\r\n\r\n    \/* Post-List Information Box *\/\r\n    .sp-arr-info-box {\r\n        margin-top: 2.5rem;\r\n        background-color: #f0fdf4; \/* Very light green to signify compliance\/approval *\/\r\n        border-left: 4px solid #22c55e;\r\n        padding: 1.5rem 2rem;\r\n        border-radius: 0 8px 8px 0;\r\n        color: #166534;\r\n        font-size: 0.95rem;\r\n        display: flex;\r\n        gap: 1rem;\r\n        align-items: flex-start;\r\n    }\r\n\r\n    .sp-arr-info-box i {\r\n        font-size: 1.4rem;\r\n        color: #22c55e;\r\n        margin-top: 0.1rem;\r\n    }\r\n\r\n    \/* Mobile Responsiveness *\/\r\n    @media (max-width: 768px) {\r\n        .sp-arr-wrapper {\r\n            padding: 3rem 1.25rem;\r\n        }\r\n        .sp-arr-title {\r\n            font-size: 2.3rem;\r\n        }\r\n        .sp-arr-card {\r\n            padding: 2rem 1.5rem;\r\n        }\r\n        .sp-arr-card-header {\r\n            flex-direction: column;\r\n            text-align: center;\r\n            align-items: center;\r\n        }\r\n        .sp-arr-list li {\r\n            padding: 1rem 1rem 1rem 3.5rem;\r\n        }\r\n        .sp-arr-list li::before {\r\n            left: 0.75rem;\r\n            top: 1rem;\r\n            width: 28px;\r\n            height: 28px;\r\n            font-size: 0.85rem;\r\n        }\r\n        .sp-arr-info-box {\r\n            flex-direction: column;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"sp-arr-wrapper\">\r\n\r\n    <div class=\"sp-arr-header\">\r\n        <h1 class=\"sp-arr-title\">Author's Rights & Responsibilities<\/h1>\r\n    <\/div>\r\n\r\n    <div class=\"sp-arr-card\">\r\n        <div class=\"sp-arr-card-header\">\r\n            <div class=\"sp-arr-icon\">\r\n                <i class=\"fas fa-shield-alt\"><\/i>\r\n            <\/div>\r\n            <h2>Author\u2019s Rights<\/h2>\r\n        <\/div>\r\n        \r\n        <p class=\"sp-arr-intro\">\r\n            All the articles in Scholar Publishing UK journals remain copyrighted with the authors. Under the terms of the license agreement, the authors retain the following rights:\r\n        <\/p>\r\n\r\n        <ul class=\"sp-arr-list\">\r\n            <li>To post a copy of their submitted manuscript (pre-print) on their own Web site, an institutional repository, or their funding body\u2019s designated archive (no embargo period).<\/li>\r\n            <li>To post a copy of their accepted manuscript (post-print) on their own Web site, an institutional repository, or their funding body\u2019s designated archive (no embargo period). Authors who archive or self-archive accepted articles are asked to provide a hyperlink from the manuscript to the Journal\u2019s Web site.<\/li>\r\n            <li>Authors, and any academic institution where they work at the time, may reproduce their manuscript for the purpose of course teaching.<\/li>\r\n            <li>Authors may reuse all or part of their manuscript in other works created by them for non-commercial purposes, provided the original publication in a Scholar Publishing UK journal is acknowledged through a note or citation.<\/li>\r\n        <\/ul>\r\n\r\n        <div class=\"sp-arr-info-box\">\r\n            <i class=\"fas fa-check-circle\"><\/i>\r\n            <div>\r\n                <strong>Compliance:<\/strong> These authors\u2019 rights ensure that Scholar Publishing UK journals are compliant with open access policies of research funding agencies, including the US National Institutes of Health, the Wellcome Trust, the UK Medical Research Council, Canadian Institutes of Health Research, the Institut national de la sant\u00e9 et de la recherche m\u00e9dicale in France, and others.\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"sp-arr-card\">\r\n        <div class=\"sp-arr-card-header\">\r\n            <div class=\"sp-arr-icon\">\r\n                <i class=\"fas fa-clipboard-check\"><\/i>\r\n            <\/div>\r\n            <h2>Author\u2019s Responsibilities<\/h2>\r\n        <\/div>\r\n\r\n        <ul class=\"sp-arr-list\">\r\n            <li>Authors have an obligation to present an accurate account of the research performed and are responsible for complete reporting of the observations made and data collected.<\/li>\r\n            <li>Authors must relate their work to that of others, clearly attributing any and all statements, equations, figures, and tables derived from others\u2019 work to their original source, and provide complete and accurate citations so that the readers can objectively evaluate the paper.<\/li>\r\n            <li>Authors should describe the safeguards used to meet both formal and informal standards of ethical conduct of research (approval of a research protocol by an institutional committee, procurement of informed consent, adherence to codes of ethical conduct for the treatment of human or animal subjects, and maintenance of confidentiality of personal data on patients, etc.).<\/li>\r\n            <li>Authors must ensure that papers accepted for publication are free of any kind of prejudice, especially gender and racial stereotyping.<\/li>\r\n            <li>Authors should avoid dividing research results into many papers, or submitting trivial reports. This practice not only multiplies the effort of Editors and referees, but it also requires readers to search for several publications instead of one.<\/li>\r\n            <li>The corresponding author must warrant that all co-authors have read and approved the manuscript as submitted. When dealing with manuscripts with more than one author, the Editor assumes that the corresponding author is authorized to respond on behalf of the group.<\/li>\r\n            <li>Authors are responsible for obtaining any formal or informal approval or clearance of the paper from their institution or company before it is submitted to Scholar Publishing UK journals.<\/li>\r\n            <li>Authors must identify the sources of all information and material obtained privately by including citations to personal communication and unpublished data.<\/li>\r\n            <li>When a paper contains material (tables, figures, charts, etc.) that is protected by copyright, it is the obligation of the author to secure written permission from the copyright holder (usually the publisher). Letters of permission must be sent to the Editorial Office before final acceptance of the paper.<\/li>\r\n            <li>Authors are responsible for disclosing any information that may affect the acceptance or rejection of the paper. This includes indicating whether the work has been previously presented in any format (conference proceedings, abstract publication, etc.) and submitting a list of related manuscripts that the author has in press or under consideration by another journal. The paper will be considered for publication only with the understanding that it has not already been submitted to, accepted by, or published in another journal.<\/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<\/div>\r\n\t\t","protected":false},"excerpt":{"rendered":"<p>Author&#8217;s Rights &#038; Responsibilities Author\u2019s Rights All the articles in Scholar Publishing UK journals remain copyrighted with the authors. Under the terms of the license agreement, the authors retain the following rights: To post a copy of their submitted manuscript (pre-print) on their own Web site, an institutional repository, or their funding body\u2019s designated archive [&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-3596","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/scholarpublishing.org\/sse\/wp-json\/wp\/v2\/pages\/3596","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=3596"}],"version-history":[{"count":10,"href":"https:\/\/scholarpublishing.org\/sse\/wp-json\/wp\/v2\/pages\/3596\/revisions"}],"predecessor-version":[{"id":10152,"href":"https:\/\/scholarpublishing.org\/sse\/wp-json\/wp\/v2\/pages\/3596\/revisions\/10152"}],"wp:attachment":[{"href":"https:\/\/scholarpublishing.org\/sse\/wp-json\/wp\/v2\/media?parent=3596"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}