{"id":9020,"date":"2026-08-07T10:28:17","date_gmt":"2026-08-07T10:28:17","guid":{"rendered":"https:\/\/journaloflandscapeecology.cz\/?page_id=9020"},"modified":"2026-08-27T12:13:17","modified_gmt":"2026-08-27T12:13:17","slug":"guide-for-authors","status":"publish","type":"page","link":"https:\/\/journaloflandscapeecology.cz\/index.php\/guide-for-authors\/","title":{"rendered":"Publication Guidelines"},"content":{"rendered":"\n<!-- ============================================================ -->\n<!-- AUTHOR GUIDELINES \u00b7 Unified Hybrid Design Style               -->\n<!-- ============================================================ -->\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" \/>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin \/>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:opsz,wght@14..32,400;14..32,500;14..32,600;14..32,700&#038;family=Georgia,serif&#038;display=swap\" rel=\"stylesheet\" \/>\n\n<style>\n  \/* ---- scoped reset ---- *\/\n  .guidelines-unified-wrapper * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  .guidelines-unified-wrapper {\n    width: 100%;\n    max-width: 1200px;\n    margin: 2rem auto;\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    background: #ffffff;\n    border-radius: 24px;\n    padding: 2.8rem 3rem;\n    box-shadow: 0 4px 24px rgba(55, 30, 80, 0.04);\n    border: 1px solid #ede6f5;\n    transition: box-shadow 0.3s ease;\n    color: #2d1b4e;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .guidelines-unified-wrapper::before {\n    content: '';\n    position: absolute;\n    top: -200px;\n    right: -200px;\n    width: 400px;\n    height: 400px;\n    background: radial-gradient(circle, rgba(201, 168, 76, 0.03) 0%, transparent 70%);\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .guidelines-unified-wrapper:hover {\n    box-shadow: 0 8px 40px rgba(55, 30, 80, 0.07);\n  }\n\n  \/* ---- Decorative top bar ---- *\/\n  .guidelines-unified-wrapper .top-bar {\n    display: flex;\n    align-items: center;\n    gap: 0.8rem;\n    margin-bottom: 1.5rem;\n  }\n\n  .guidelines-unified-wrapper .top-bar .bar-line {\n    flex: 1;\n    height: 3px;\n    background: linear-gradient(90deg, #c9a84c, transparent);\n  }\n\n  .guidelines-unified-wrapper .top-bar .bar-diamond {\n    color: #c9a84c;\n    font-size: 0.8rem;\n  }\n\n  .guidelines-unified-wrapper .top-bar .bar-line-right {\n    flex: 1;\n    height: 3px;\n    background: linear-gradient(270deg, #c9a84c, transparent);\n  }\n\n  \/* ---- Title and subtitle ---- *\/\n  .guidelines-unified-wrapper .section-title {\n    font-family: Georgia, 'Times New Roman', serif;\n    color: #3c1f5e;\n    font-size: 2.4rem;\n    font-weight: 700;\n    letter-spacing: -0.02em;\n    margin-bottom: 0.2rem;\n    display: flex;\n    align-items: center;\n    gap: 0.6rem;\n  }\n\n  .guidelines-unified-wrapper .section-title .gold-star {\n    color: #c9a84c;\n    font-size: 2rem;\n  }\n\n  .guidelines-unified-wrapper .sub-headline {\n    font-size: 0.95rem;\n    color: #7a6a8e;\n    font-weight: 400;\n    margin-bottom: 2rem;\n    padding-bottom: 1.2rem;\n    border-bottom: 1px solid #ede6f5;\n  }\n\n  \/* ---- Stats Bar ---- *\/\n  .guidelines-unified-wrapper .stats-bar {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 1.5rem 3rem;\n    background: #f8f4fc;\n    padding: 0.8rem 2rem;\n    border-radius: 12px;\n    margin-bottom: 2rem;\n    border: 1px solid #ede6f5;\n  }\n\n  .guidelines-unified-wrapper .stats-bar .stat-item {\n    display: flex;\n    align-items: center;\n    gap: 0.5rem;\n    font-size: 0.85rem;\n    font-weight: 500;\n    color: #3c1f5e;\n  }\n\n  .guidelines-unified-wrapper .stats-bar .stat-item .stat-num {\n    font-weight: 700;\n    color: #3c1f5e;\n    font-size: 1rem;\n  }\n\n  .guidelines-unified-wrapper .stats-bar .stat-item .stat-icon {\n    font-size: 1rem;\n  }\n\n  \/* ---- Text paragraphs ---- *\/\n  .guidelines-unified-wrapper p {\n    font-size: 1.02rem;\n    line-height: 1.9;\n    color: #2d1b4e;\n    margin-bottom: 1.2rem;\n  }\n\n  .guidelines-unified-wrapper p strong {\n    color: #3c1f5e;\n    font-weight: 600;\n  }\n\n  \/* ---- Section subheadings ---- *\/\n  .guidelines-unified-wrapper .subheading {\n    font-family: Georgia, 'Times New Roman', serif;\n    color: #3c1f5e;\n    font-size: 1.5rem;\n    font-weight: 600;\n    margin: 2.5rem 0 1rem;\n    border-left: 5px solid #c9a84c;\n    padding-left: 1rem;\n  }\n\n  \/* ---- Section divider ---- *\/\n  .guidelines-unified-wrapper .section-divider {\n    width: 100%;\n    height: 2px;\n    background: linear-gradient(90deg, #c9a84c, transparent);\n    margin: 2.5rem 0;\n    opacity: 0.3;\n  }\n\n  \/* ---- List styling (in table rows) ---- *\/\n  .guidelines-unified-wrapper .guidelines-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0 10px;\n    background: transparent;\n  }\n\n  .guidelines-unified-wrapper .guidelines-table tr {\n    display: table-row;\n    transition: all 0.3s ease;\n  }\n\n  .guidelines-unified-wrapper .guidelines-table td {\n    padding: 18px 24px;\n    vertical-align: middle;\n    background: #faf8fc;\n    border: 1px solid #ede6f5;\n    border-radius: 0;\n    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n  }\n\n  .guidelines-unified-wrapper .guidelines-table tr td:first-child {\n    border-radius: 14px 0 0 14px;\n    border-right: none;\n    width: 200px;\n    font-weight: 600;\n    color: #3c1f5e;\n    font-size: 0.95rem;\n    vertical-align: top;\n    border-left: 4px solid #c9a84c;\n  }\n\n  .guidelines-unified-wrapper .guidelines-table tr td:last-child {\n    border-radius: 0 14px 14px 0;\n    border-left: none;\n    color: #2d1b4e;\n    font-size: 0.95rem;\n    line-height: 1.8;\n  }\n\n  .guidelines-unified-wrapper .guidelines-table tr:hover td {\n    background: #ffffff;\n    border-color: #c9a84c;\n    box-shadow: 0 4px 20px rgba(55, 30, 80, 0.06);\n  }\n\n  .guidelines-unified-wrapper .guidelines-table tr:hover td:first-child {\n    border-left-color: #3c1f5e;\n  }\n\n  .guidelines-unified-wrapper .guidelines-table tr:hover td:last-child {\n    border-color: #c9a84c;\n  }\n\n  .guidelines-unified-wrapper .guidelines-table ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .guidelines-unified-wrapper .guidelines-table ul li {\n    padding: 0.2rem 0 0.2rem 1.8rem;\n    position: relative;\n    line-height: 1.8;\n  }\n\n  .guidelines-unified-wrapper .guidelines-table ul li::before {\n    content: \"\u25c6\";\n    color: #c9a84c;\n    font-size: 0.5rem;\n    position: absolute;\n    left: 0;\n    top: 0.4rem;\n  }\n\n  .guidelines-unified-wrapper .guidelines-table .badge {\n    display: inline-block;\n    background: #ede6f5;\n    color: #3c1f5e;\n    font-size: 0.55rem;\n    font-weight: 600;\n    padding: 0.05rem 0.7rem;\n    border-radius: 40px;\n    text-transform: uppercase;\n    letter-spacing: 0.4px;\n    border: 1px solid #d9cce8;\n    margin-left: 0.3rem;\n    vertical-align: middle;\n    transition: all 0.3s ease;\n  }\n\n  .guidelines-unified-wrapper .guidelines-table tr:hover .badge {\n    background: #3c1f5e;\n    color: #ffffff;\n    border-color: #3c1f5e;\n  }\n\n  \/* ---- Callout ---- *\/\n  .guidelines-unified-wrapper .final-callout {\n    margin-top: 2.5rem;\n    padding: 1.4rem 2rem;\n    background: linear-gradient(135deg, #f8f4fc 0%, #ede6f5 100%);\n    border-radius: 14px;\n    border-left: 5px solid #c9a84c;\n    font-size: 0.98rem;\n    line-height: 1.8;\n    color: #2d1b4e;\n    display: flex;\n    align-items: flex-start;\n    gap: 1rem;\n  }\n\n  .guidelines-unified-wrapper .final-callout .callout-icon {\n    font-size: 1.8rem;\n    flex-shrink: 0;\n    margin-top: 0.1rem;\n  }\n\n  .guidelines-unified-wrapper .final-callout strong {\n    color: #3c1f5e;\n  }\n\n  \/* ---- RESPONSIVE ---- *\/\n  @media (max-width: 768px) {\n    .guidelines-unified-wrapper {\n      padding: 2rem 1.2rem;\n      border-radius: 18px;\n    }\n    .guidelines-unified-wrapper .section-title {\n      font-size: 2rem;\n    }\n    .guidelines-unified-wrapper .sub-headline {\n      font-size: 0.85rem;\n    }\n    .guidelines-unified-wrapper p {\n      font-size: 0.95rem;\n    }\n    .guidelines-unified-wrapper .subheading {\n      font-size: 1.3rem;\n      padding-left: 0.8rem;\n    }\n\n    .guidelines-unified-wrapper .guidelines-table,\n    .guidelines-unified-wrapper .guidelines-table tbody,\n    .guidelines-unified-wrapper .guidelines-table tr,\n    .guidelines-unified-wrapper .guidelines-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .guidelines-unified-wrapper .guidelines-table tr {\n      margin-bottom: 12px;\n      display: block;\n    }\n\n    .guidelines-unified-wrapper .guidelines-table td {\n      padding: 14px 16px;\n      border-radius: 0 !important;\n      border: 1px solid #ede6f5;\n      border-bottom: none;\n    }\n\n    .guidelines-unified-wrapper .guidelines-table tr td:first-child {\n      border-radius: 14px 14px 0 0 !important;\n      border-bottom: none;\n      width: 100%;\n      border-left: 4px solid #c9a84c;\n    }\n\n    .guidelines-unified-wrapper .guidelines-table tr td:last-child {\n      border-radius: 0 0 14px 14px !important;\n      border-bottom: 1px solid #ede6f5;\n    }\n\n    .guidelines-unified-wrapper .guidelines-table tr:hover td {\n      border-color: #c9a84c;\n    }\n\n    .guidelines-unified-wrapper .guidelines-table tr:hover td:last-child {\n      border-color: #c9a84c;\n    }\n\n    .guidelines-unified-wrapper .final-callout {\n      flex-direction: column;\n      padding: 1rem 1.2rem;\n      font-size: 0.9rem;\n    }\n\n    .guidelines-unified-wrapper .top-bar .bar-line,\n    .guidelines-unified-wrapper .top-bar .bar-line-right {\n      display: none;\n    }\n\n    .guidelines-unified-wrapper .stats-bar {\n      gap: 0.8rem 1.5rem;\n      padding: 0.6rem 1rem;\n    }\n    .guidelines-unified-wrapper .stats-bar .stat-item {\n      font-size: 0.75rem;\n    }\n\n    .guidelines-unified-wrapper .section-divider {\n      margin: 1.8rem 0;\n    }\n  }\n\n  @media (max-width: 480px) {\n    .guidelines-unified-wrapper {\n      padding: 1.2rem 0.8rem;\n      border-radius: 14px;\n    }\n    .guidelines-unified-wrapper .section-title {\n      font-size: 1.5rem;\n    }\n    .guidelines-unified-wrapper .section-title .gold-star {\n      font-size: 1.3rem;\n    }\n    .guidelines-unified-wrapper p {\n      font-size: 0.9rem;\n    }\n    .guidelines-unified-wrapper .subheading {\n      font-size: 1.1rem;\n      border-left-width: 3px;\n      padding-left: 0.6rem;\n    }\n    .guidelines-unified-wrapper .guidelines-table td {\n      padding: 10px 12px;\n    }\n    .guidelines-unified-wrapper .guidelines-table tr td:first-child {\n      font-size: 0.85rem;\n    }\n    .guidelines-unified-wrapper .guidelines-table tr td:last-child {\n      font-size: 0.85rem;\n    }\n    .guidelines-unified-wrapper .guidelines-table ul li {\n      font-size: 0.85rem;\n    }\n    .guidelines-unified-wrapper .final-callout {\n      font-size: 0.85rem;\n      padding: 0.8rem 1rem;\n    }\n    .guidelines-unified-wrapper .stats-bar {\n      gap: 0.4rem 1rem;\n      padding: 0.4rem 0.6rem;\n    }\n    .guidelines-unified-wrapper .stats-bar .stat-item {\n      font-size: 0.7rem;\n    }\n    .guidelines-unified-wrapper .section-divider {\n      margin: 1.2rem 0;\n    }\n  }\n<\/style>\n\n<!-- ========== WIDGET HTML ========== -->\n<div class=\"guidelines-unified-wrapper\">\n\n  <!-- Decorative top bar -->\n  <div class=\"top-bar\">\n    <span class=\"bar-line\"><\/span>\n    <span class=\"bar-diamond\">\u25c6<\/span>\n    <span class=\"bar-line-right\"><\/span>\n  <\/div>\n\n  <!-- Title -->\n  <h2 class=\"section-title\">\n    <span class=\"gold-star\">\u2726<\/span> Publication Guidelines\n  <\/h2>\n  <div class=\"sub-headline\">Journal of Landscape Ecology \u00b7 Writing, peer review, and ethical standards<\/div>\n\n  <!-- Stats Bar -->\n  <div class=\"stats-bar\">\n    <span class=\"stat-item\">\n      <span class=\"stat-icon\">\ud83d\udcdd<\/span>\n      <span class=\"stat-num\">Double\u2011Blind<\/span> Peer Review\n    <\/span>\n    <span class=\"stat-item\">\n      <span class=\"stat-icon\">\u23f1\ufe0f<\/span>\n      <span class=\"stat-num\">28<\/span> Days to Acceptance\n    <\/span>\n    <span class=\"stat-item\">\n      <span class=\"stat-icon\">\u2705<\/span>\n      <span class=\"stat-num\">No<\/span> Submission Fee\n    <\/span>\n    <span class=\"stat-item\">\n      <span class=\"stat-icon\">\ud83d\udd12<\/span>\n      <span class=\"stat-num\">100%<\/span> Confidential\n    <\/span>\n  <\/div>\n\n  <!-- ========================================================== -->\n  <!-- SECTION 1: WRITING AND FORMATTING                           -->\n  <!-- ========================================================== -->\n\n  <p>\n    Authors are encouraged to prepare manuscripts in a clear, concise, and professional academic style.\n    Well-structured manuscripts improve the efficiency of the editorial and peer-review process and\n    facilitate effective communication of research findings to the international scholarly community.\n  <\/p>\n\n  <h3 class=\"subheading\">Language<\/h3>\n\n  <p>\n    Manuscripts should be written in clear and grammatically correct English. Authors are responsible\n    for ensuring that the language is accurate, consistent, and suitable for academic publication.\n    Poor language quality may delay the review process.\n  <\/p>\n\n  <h3 class=\"subheading\">Manuscript Structure<\/h3>\n\n  <p>\n    A manuscript should generally include the following sections:\n  <\/p>\n\n  <table class=\"guidelines-table\">\n    <tbody>\n      <tr>\n        <td>Manuscript Sections<\/td>\n        <td>\n          <ul>\n            <li>Title<\/li>\n            <li>Abstract<\/li>\n            <li>Keywords<\/li>\n            <li>Introduction<\/li>\n            <li>Materials and Methods <span class=\"badge\">where applicable<\/span><\/li>\n            <li>Results<\/li>\n            <li>Discussion<\/li>\n            <li>Conclusion<\/li>\n            <li>Acknowledgements <span class=\"badge\">if applicable<\/span><\/li>\n            <li>Funding Information <span class=\"badge\">if applicable<\/span><\/li>\n            <li>Conflict of Interest Statement<\/li>\n            <li>References<\/li>\n          <\/ul>\n        <\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table>\n\n  <h3 class=\"subheading\">Formatting Requirements<\/h3>\n\n  <table class=\"guidelines-table\">\n    <tbody>\n      <tr>\n        <td>Formatting<\/td>\n        <td>\n          <ul>\n            <li>Use a standard, readable font such as Times New Roman or Arial.<\/li>\n            <li>Use a font size of <strong>12 pt<\/strong> for the main text.<\/li>\n            <li>Maintain <strong>1.5 or double line spacing<\/strong> throughout the manuscript.<\/li>\n            <li>Number all pages consecutively.<\/li>\n            <li>Clearly label all tables, figures, and illustrations.<\/li>\n            <li>Use <strong>SI units<\/strong> and standard scientific terminology where appropriate.<\/li>\n            <li>Define abbreviations when they first appear in the manuscript.<\/li>\n          <\/ul>\n        <\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table>\n\n  <h3 class=\"subheading\">References<\/h3>\n\n  <p>\n    References should be complete, accurate, and formatted consistently throughout the manuscript.\n    Authors should ensure that all cited works are included in the reference list and that every\n    reference listed has been cited within the manuscript.\n  <\/p>\n\n  <h3 class=\"subheading\">Tables and Figures<\/h3>\n\n  <p>\n    Tables and figures should be clearly numbered in the order they are mentioned in the text.\n    Each table and figure should include an informative title or caption. Images should be of\n    sufficient quality to ensure clear reproduction in the published article.\n  <\/p>\n\n  <h3 class=\"subheading\">Originality<\/h3>\n\n  <p>\n    Manuscripts submitted to <strong>Journal of Landscape Ecology<\/strong> should present original scholarly work. Authors are\n    responsible for ensuring that their submissions are free from plagiarism, duplicate publication,\n    and inappropriate reuse of previously published material.\n  <\/p>\n\n  <h3 class=\"subheading\">Final Submission<\/h3>\n\n  <p>\n    Before submitting a manuscript, authors should carefully review the document to ensure that all\n    required sections are included, formatting is consistent, references are complete, and the\n    manuscript complies with the journal&#8217;s submission requirements. Properly prepared manuscripts\n    contribute to a more efficient editorial assessment and peer-review process.\n  <\/p>\n\n  <!-- ========================================================== -->\n  <!-- DIVIDER                                                     -->\n  <!-- ========================================================== -->\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- ========================================================== -->\n  <!-- SECTION 2: PEER REVIEW PROCESS                              -->\n  <!-- ========================================================== -->\n\n  <h2 class=\"section-title\" style=\"font-size:2rem;margin-bottom:0.2rem;\">\n    <span class=\"gold-star\">\u2726<\/span> Peer Review Process\n  <\/h2>\n\n  <p>\n    <strong>Journal of Landscape Ecology<\/strong> follows a rigorous peer-review process to \n    ensure the quality, originality, and academic integrity of all published research. The review \n    process is designed to provide an objective evaluation of submitted manuscripts and to maintain \n    high standards of scholarly publishing.\n  <\/p>\n\n  <h3 class=\"subheading\">Initial Editorial Assessment<\/h3>\n\n  <p>\n    All submitted manuscripts undergo an initial screening by the editorial team to assess their \n    suitability for the journal&#8217;s scope, originality, research significance, and compliance with \n    submission requirements. Manuscripts that do not meet the basic quality and scope criteria may \n    be declined at this stage.\n  <\/p>\n\n  <h3 class=\"subheading\">External Peer Review<\/h3>\n\n  <p>\n    Manuscripts that successfully pass the initial assessment are sent for independent evaluation \n    by qualified reviewers with expertise in the relevant research area. Reviewers assess the \n    manuscript based on originality, methodological quality, clarity of presentation, relevance, \n    and contribution to the field.\n  <\/p>\n\n  <h3 class=\"subheading\">Review Decisions<\/h3>\n\n  <p>\n    Based on reviewer comments and recommendations, the editorial team makes the final decision \n    regarding acceptance, revision, or rejection of manuscripts. Authors may be requested to revise \n    their submissions to address reviewer suggestions and improve the overall quality of their work.\n  <\/p>\n\n  <h3 class=\"subheading\">Commitment to Research Integrity<\/h3>\n\n  <p>\n    <strong>Journal of Landscape Ecology<\/strong> is committed to ethical publishing practices, transparency, and maintaining the \n    highest standards of academic integrity. The peer-review process supports the publication of \n    reliable, valuable, and impactful research for the global academic community.\n  <\/p>\n\n  <!-- ========================================================== -->\n  <!-- DIVIDER                                                     -->\n  <!-- ========================================================== -->\n\n  <div class=\"section-divider\"><\/div>\n\n  <!-- ========================================================== -->\n  <!-- SECTION 3: ETHICS AND POLICIES                              -->\n  <!-- ========================================================== -->\n\n  <h2 class=\"section-title\" style=\"font-size:2rem;margin-bottom:0.2rem;\">\n    <span class=\"gold-star\">\u2726<\/span> Ethics and Policies\n  <\/h2>\n\n  <p>\n    <strong>Journal of Landscape Ecology<\/strong> is committed to maintaining the highest\n    standards of publication ethics, research integrity, transparency, and scholarly excellence.\n    The journal follows a rigorous <strong>double-blind peer review<\/strong> process to ensure that\n    every manuscript is evaluated fairly, objectively, and solely on its academic merit.\n  <\/p>\n\n  <h3 class=\"subheading\">Double-Blind Peer Review<\/h3>\n\n  <p>\n    <strong>Journal of Landscape Ecology<\/strong> operates a double-blind peer review system in which the identities of authors and\n    reviewers remain confidential throughout the review process. Authors do not know the identity\n    of the reviewers, and reviewers do not know the identity of the authors. This process helps\n    eliminate bias and ensures that editorial decisions are based solely on the quality,\n    originality, and significance of the submitted research.\n  <\/p>\n\n  <h3 class=\"subheading\">Author Responsibilities<\/h3>\n\n  <p>\n    Authors are expected to submit original, unpublished research that is not under consideration\n    by another journal. Manuscripts should accurately present research findings, appropriately\n    acknowledge all sources, and comply with accepted standards of research ethics.\n  <\/p>\n\n  <table class=\"guidelines-table\">\n    <tbody>\n      <tr>\n        <td>Author Duties<\/td>\n        <td>\n          <ul>\n            <li>Submit original and authentic research.<\/li>\n            <li>Provide accurate citations and acknowledgements.<\/li>\n            <li>Ensure all listed authors have made significant scholarly contributions.<\/li>\n            <li>Disclose any potential conflicts of interest.<\/li>\n            <li>Cooperate with the editorial process and respond to reviewer comments professionally.<\/li>\n          <\/ul>\n        <\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table>\n\n  <h3 class=\"subheading\">Reviewer Responsibilities<\/h3>\n\n  <p>\n    Reviewers are expected to evaluate manuscripts objectively, fairly, and confidentially.\n    Reviews should focus on scientific quality, originality, methodology, clarity, and relevance.\n    Reviewers must not disclose or use unpublished information obtained through the review process\n    for personal or professional advantage.\n  <\/p>\n\n  <h3 class=\"subheading\">Editorial Responsibilities<\/h3>\n\n  <p>\n    The editorial team manages manuscripts with impartiality, confidentiality, and academic\n    integrity. Editorial decisions are based exclusively on the scholarly quality, originality,\n    relevance, and contribution of the submitted work, without discrimination based on nationality,\n    institutional affiliation, gender, or personal beliefs.\n  <\/p>\n\n  <h3 class=\"subheading\">Confidentiality<\/h3>\n\n  <p>\n    All manuscripts and related correspondence are treated as confidential documents. Information\n    regarding submitted manuscripts is shared only with the authors, reviewers, editors, and\n    editorial staff directly involved in the publication process. The identities of authors and\n    reviewers remain confidential during the double-blind review process.\n  <\/p>\n\n  <h3 class=\"subheading\">Publication Ethics<\/h3>\n\n  <p>\n    The journal does not tolerate plagiarism, duplicate publication, data fabrication, data\n    falsification, image manipulation, or any other form of research misconduct. Manuscripts may\n    be evaluated for originality, and any ethical concerns identified during the editorial or\n    review process will be investigated in accordance with accepted scholarly publishing practices.\n  <\/p>\n\n  <h3 class=\"subheading\">Conflict of Interest<\/h3>\n\n  <p>\n    Authors, reviewers, and editors should disclose any financial, institutional, or personal\n    relationships that could influence the publication process. Where a conflict of interest exists,\n    appropriate measures will be taken to ensure an independent and unbiased editorial decision.\n  <\/p>\n\n  <h3 class=\"subheading\">Commitment to Academic Integrity<\/h3>\n\n  <p>\n    <strong>Journal of Landscape Ecology<\/strong> is dedicated to promoting ethical scholarly communication through transparent\n    editorial practices, independent peer review, confidentiality, and responsible research\n    publication. The journal continually strives to provide a trusted platform for the dissemination\n    of high-quality multidisciplinary research to the global academic community.\n  <\/p>\n\n  <!-- ========================================================== -->\n  <!-- CALLOUT                                                     -->\n  <!-- ========================================================== -->\n\n  <div class=\"final-callout\">\n    <span class=\"callout-icon\">\ud83d\udcda<\/span>\n    <div>\n      <strong>Committed to Excellence in Publishing<\/strong><br \/>\n      <strong>Journal of Landscape Ecology<\/strong> maintains the highest standards of academic\n      publishing through rigorous peer review, ethical practices, and a commitment to transparency.\n      We invite researchers worldwide to submit their work and contribute to the advancement of\n      landscape science.\n    <\/div>\n  <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u25c6 \u2726 Publication Guidelines Journal of Landscape Ecology \u00b7 Writing, peer review, and ethical standards \ud83d\udcdd Double\u2011Blind Peer Review \u23f1\ufe0f [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-9020","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/journaloflandscapeecology.cz\/index.php\/wp-json\/wp\/v2\/pages\/9020","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/journaloflandscapeecology.cz\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/journaloflandscapeecology.cz\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/journaloflandscapeecology.cz\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/journaloflandscapeecology.cz\/index.php\/wp-json\/wp\/v2\/comments?post=9020"}],"version-history":[{"count":4,"href":"https:\/\/journaloflandscapeecology.cz\/index.php\/wp-json\/wp\/v2\/pages\/9020\/revisions"}],"predecessor-version":[{"id":9141,"href":"https:\/\/journaloflandscapeecology.cz\/index.php\/wp-json\/wp\/v2\/pages\/9020\/revisions\/9141"}],"wp:attachment":[{"href":"https:\/\/journaloflandscapeecology.cz\/index.php\/wp-json\/wp\/v2\/media?parent=9020"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}