{"id":9016,"date":"2026-08-07T10:27:14","date_gmt":"2026-08-07T10:27:14","guid":{"rendered":"https:\/\/journaloflandscapeecology.cz\/?page_id=9016"},"modified":"2026-08-27T11:59:31","modified_gmt":"2026-08-27T11:59:31","slug":"journal-insights","status":"publish","type":"page","link":"https:\/\/journaloflandscapeecology.cz\/index.php\/journal-insights\/","title":{"rendered":"Journal at a Glance"},"content":{"rendered":"\n<!-- ============================================================ -->\n<!-- Journal at a Glance \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&amp;family=Georgia,serif&amp;display=swap\" rel=\"stylesheet\">\n\n<style>\n  \/* ---- scoped reset ---- *\/\n  .insights-unified-wrapper * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  .insights-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  .insights-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  .insights-unified-wrapper:hover {\n    box-shadow: 0 8px 40px rgba(55, 30, 80, 0.07);\n  }\n\n  \/* ---- Decorative top bar ---- *\/\n  .insights-unified-wrapper .top-bar {\n    display: flex;\n    align-items: center;\n    gap: 0.8rem;\n    margin-bottom: 1.5rem;\n  }\n\n  .insights-unified-wrapper .top-bar .bar-line {\n    flex: 1;\n    height: 3px;\n    background: linear-gradient(90deg, #c9a84c, transparent);\n  }\n\n  .insights-unified-wrapper .top-bar .bar-diamond {\n    color: #c9a84c;\n    font-size: 0.8rem;\n  }\n\n  .insights-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  .insights-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  .insights-unified-wrapper .section-title .gold-star {\n    color: #c9a84c;\n    font-size: 2rem;\n  }\n\n  .insights-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  .insights-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  .insights-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  .insights-unified-wrapper .stats-bar .stat-item .stat-num {\n    font-weight: 700;\n    color: #3c1f5e;\n    font-size: 1rem;\n  }\n\n  .insights-unified-wrapper .stats-bar .stat-item .stat-icon {\n    font-size: 1rem;\n  }\n\n  \/* ---- Table Styling (card-like) ---- *\/\n  .insights-unified-wrapper .insights-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0 10px;\n    background: transparent;\n  }\n\n  .insights-unified-wrapper .insights-table tr {\n    display: table-row;\n    transition: all 0.3s ease;\n  }\n\n  .insights-unified-wrapper .insights-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  \/* Rounded corners on first and last td *\/\n  .insights-unified-wrapper .insights-table tr td:first-child {\n    border-radius: 14px 0 0 14px;\n    border-right: none;\n    width: 220px;\n    font-weight: 600;\n    color: #3c1f5e;\n    font-size: 0.95rem;\n    vertical-align: top;\n  }\n\n  .insights-unified-wrapper .insights-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  .insights-unified-wrapper .insights-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  .insights-unified-wrapper .insights-table tr:hover td:first-child {\n    border-color: #c9a84c;\n  }\n\n  .insights-unified-wrapper .insights-table tr:hover td:last-child {\n    border-color: #c9a84c;\n  }\n\n  \/* ---- Label column with gold left border ---- *\/\n  .insights-unified-wrapper .insights-table tr td:first-child {\n    border-left: 4px solid #c9a84c;\n  }\n\n  .insights-unified-wrapper .insights-table tr:hover td:first-child {\n    border-left-color: #3c1f5e;\n  }\n\n  \/* ---- Content styling inside table ---- *\/\n  .insights-unified-wrapper .insights-table .highlight {\n    color: #3c1f5e;\n    font-weight: 600;\n  }\n\n  .insights-unified-wrapper .insights-table .gold-highlight {\n    color: #c9a84c;\n    font-weight: 700;\n  }\n\n  .insights-unified-wrapper .insights-table .timeline-item {\n    display: flex;\n    align-items: baseline;\n    gap: 0.5rem;\n    padding: 0.2rem 0;\n  }\n\n  .insights-unified-wrapper .insights-table .timeline-item .days {\n    font-weight: 700;\n    color: #3c1f5e;\n    font-size: 1.05rem;\n    font-family: Georgia, serif;\n    min-width: 50px;\n  }\n\n  .insights-unified-wrapper .insights-table .timeline-item .label {\n    color: #4a3a5e;\n  }\n\n  \/* ---- Callout ---- *\/\n  .insights-unified-wrapper .final-callout {\n    margin-top: 2rem;\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  .insights-unified-wrapper .final-callout .callout-icon {\n    font-size: 1.8rem;\n    flex-shrink: 0;\n    margin-top: 0.1rem;\n  }\n\n  .insights-unified-wrapper .final-callout strong {\n    color: #3c1f5e;\n  }\n\n  \/* ---- Badge on subject area ---- *\/\n  .insights-unified-wrapper .subject-badge {\n    display: inline-block;\n    background: #ede6f5;\n    color: #3c1f5e;\n    font-size: 0.7rem;\n    font-weight: 600;\n    padding: 0.15rem 1rem;\n    border-radius: 40px;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    border: 1px solid #d9cce8;\n  }\n\n  \/* ---- RESPONSIVE ---- *\/\n  @media (max-width: 768px) {\n    .insights-unified-wrapper {\n      padding: 2rem 1.2rem;\n      border-radius: 18px;\n    }\n    .insights-unified-wrapper .section-title {\n      font-size: 2rem;\n    }\n    .insights-unified-wrapper .sub-headline {\n      font-size: 0.85rem;\n    }\n\n    .insights-unified-wrapper .insights-table,\n    .insights-unified-wrapper .insights-table tbody,\n    .insights-unified-wrapper .insights-table tr,\n    .insights-unified-wrapper .insights-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .insights-unified-wrapper .insights-table tr {\n      margin-bottom: 12px;\n      display: block;\n    }\n\n    .insights-unified-wrapper .insights-table td {\n      padding: 14px 16px;\n      border-radius: 0 !important;\n      border: 1px solid #ede6f5;\n      border-bottom: none;\n    }\n\n    .insights-unified-wrapper .insights-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    .insights-unified-wrapper .insights-table tr td:last-child {\n      border-radius: 0 0 14px 14px !important;\n      border-bottom: 1px solid #ede6f5;\n    }\n\n    .insights-unified-wrapper .insights-table tr:hover td {\n      border-color: #c9a84c;\n    }\n\n    .insights-unified-wrapper .insights-table tr:hover td:last-child {\n      border-color: #c9a84c;\n    }\n\n    .insights-unified-wrapper .insights-table .timeline-item {\n      padding: 0.3rem 0;\n    }\n\n    .insights-unified-wrapper .final-callout {\n      flex-direction: column;\n      padding: 1rem 1.2rem;\n      font-size: 0.9rem;\n    }\n\n    .insights-unified-wrapper .top-bar .bar-line,\n    .insights-unified-wrapper .top-bar .bar-line-right {\n      display: none;\n    }\n\n    .insights-unified-wrapper .stats-bar {\n      gap: 0.8rem 1.5rem;\n      padding: 0.6rem 1rem;\n    }\n    .insights-unified-wrapper .stats-bar .stat-item {\n      font-size: 0.75rem;\n    }\n  }\n\n  @media (max-width: 480px) {\n    .insights-unified-wrapper {\n      padding: 1.2rem 0.8rem;\n      border-radius: 14px;\n    }\n    .insights-unified-wrapper .section-title {\n      font-size: 1.5rem;\n    }\n    .insights-unified-wrapper .section-title .gold-star {\n      font-size: 1.3rem;\n    }\n    .insights-unified-wrapper .insights-table td {\n      padding: 10px 12px;\n    }\n    .insights-unified-wrapper .insights-table tr td:first-child {\n      font-size: 0.85rem;\n    }\n    .insights-unified-wrapper .insights-table tr td:last-child {\n      font-size: 0.85rem;\n    }\n    .insights-unified-wrapper .insights-table .timeline-item .days {\n      font-size: 0.9rem;\n      min-width: 40px;\n    }\n    .insights-unified-wrapper .final-callout {\n      font-size: 0.85rem;\n      padding: 0.8rem 1rem;\n    }\n    .insights-unified-wrapper .stats-bar {\n      gap: 0.4rem 1rem;\n      padding: 0.4rem 0.6rem;\n    }\n    .insights-unified-wrapper .stats-bar .stat-item {\n      font-size: 0.7rem;\n    }\n  }\n<\/style>\n\n<!-- ========== WIDGET HTML ========== -->\n<div class=\"insights-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> Journal at a Glance\n  <\/h2>\n  <div class=\"sub-headline\">Journal of Landscape Ecology \u00b7 Key facts and publishing information<\/div>\n\n  <!-- Stats Bar -->\n  <div class=\"stats-bar\">\n    <span class=\"stat-item\">\n      <span class=\"stat-icon\">\ud83d\udcca<\/span>\n      <span class=\"stat-num\">4.8<\/span> CiteScore\n    <\/span>\n    <span class=\"stat-item\">\n      <span class=\"stat-icon\">\ud83d\udcc5<\/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\">100%<\/span> Open Access\n    <\/span>\n    <span class=\"stat-item\">\n      <span class=\"stat-icon\">\ud83c\udf0d<\/span>\n      <span class=\"stat-num\">Global<\/span> Reach\n    <\/span>\n  <\/div>\n\n  <!-- Table -->\n  <table class=\"insights-table\">\n\n    <tbody>\n\n      <!-- Aims & Scope -->\n      <tr>\n        <td>Aims &amp; Scope<\/td>\n        <td>\n          <strong>Journal of Landscape Ecology<\/strong> aims to provide an international platform for the publication and \n          exchange of high-quality scholarly research across multidisciplinary fields. \n          The journal is committed to advancing academic knowledge by promoting innovative \n          ideas, critical analysis, and research contributions that address contemporary \n          challenges and emerging developments in landscape ecology and related disciplines.\n        <\/td>\n      <\/tr>\n\n      <!-- ISSN -->\n      <tr>\n        <td>ISSN<\/td>\n        <td>\n          <span class=\"highlight\">1803-2427<\/span>\n          <span style=\"color:#7a6a8e;font-size:0.85rem;margin-left:0.5rem;\">\u00b7<\/span>\n          <span style=\"color:#7a6a8e;font-size:0.85rem;margin-left:0.5rem;\">E-ISSN 1805-4196<\/span>\n        <\/td>\n      <\/tr>\n\n      <!-- Subject Areas -->\n      <tr>\n        <td>Subject Areas<\/td>\n        <td>\n          <span class=\"subject-badge\">Landscape Ecology<\/span>\n          <span class=\"subject-badge\">Environmental Science<\/span>\n          <span class=\"subject-badge\">Nature Conservation<\/span>\n          <span class=\"subject-badge\">Spatial Planning<\/span>\n          <span class=\"subject-badge\">Geospatial Analysis<\/span>\n          <span class=\"subject-badge\">Socio\u2011Ecological Systems<\/span>\n        <\/td>\n      <\/tr>\n\n      <!-- Impact -->\n      <tr>\n        <td>Impact<\/td>\n        <td>\n          <span class=\"gold-highlight\">4.8<\/span> CiteScore (Scopus) \u00b7 \n          <span class=\"gold-highlight\">3.3<\/span> Impact Factor (JCR)\n        <\/td>\n      <\/tr>\n\n      <!-- Article Publishing Options -->\n      <tr>\n        <td>Article Publishing Options<\/td>\n        <td>\n          <strong style=\"color:#3c1f5e;\">Platinum Open Access<\/strong>\n          <br><br>\n          <strong style=\"color:#3c1f5e;\">Article Publishing Charge (APC):<\/strong>\n          <span style=\"color:#c9a84c;font-weight:700;\">USD 250<\/span>\n          <span style=\"color:#7a6a8e;font-size:0.85rem;\"> (including taxes)<\/span>\n          <br><br>\n          This is a one-time publication charge applicable only after manuscript acceptance\n          to support journal publishing activities. <strong style=\"color:#3c1f5e;\">There is no submission fee.<\/strong>\n          <br><br>\n          <span style=\"display:inline-block;background:#ede6f5;color:#3c1f5e;font-size:0.7rem;font-weight:600;padding:0.1rem 0.8rem;border-radius:40px;border:1px solid #d9cce8;\">\n            \u2726 APC waiver for low\u2011income countries\n          <\/span>\n        <\/td>\n      <\/tr>\n\n      <!-- Publishing Timeline -->\n      <tr>\n        <td>Publishing Timeline<\/td>\n        <td>\n          <div class=\"timeline-item\">\n            <span class=\"days\">2<\/span>\n            <span class=\"label\">days \u2013 Submission to first decision<\/span>\n          <\/div>\n          <div class=\"timeline-item\">\n            <span class=\"days\">20<\/span>\n            <span class=\"label\">days \u2013 Submission to decision after review<\/span>\n          <\/div>\n          <div class=\"timeline-item\">\n            <span class=\"days\">28<\/span>\n            <span class=\"label\">days \u2013 Submission to acceptance<\/span>\n          <\/div>\n          <div class=\"timeline-item\">\n            <span class=\"days\">2<\/span>\n            <span class=\"label\">days \u2013 Acceptance to online publication<\/span>\n          <\/div>\n        <\/td>\n      <\/tr>\n\n    <\/tbody>\n\n  <\/table>\n\n  <!-- Callout -->\n  <div class=\"final-callout\">\n    <span class=\"callout-icon\">\ud83d\udcd6<\/span>\n    <div>\n      <strong>Committed to Quality Publishing<\/strong><br>\n      <strong>Journal of Landscape Ecology<\/strong> is dedicated to maintaining the highest standards \n      of scholarly publishing through rigorous double\u2011blind peer review, ethical practices, \n      and a commitment to making research freely accessible to the global academic community.\n    <\/div>\n  <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u25c6 \u2726 Journal at a Glance Journal of Landscape Ecology \u00b7 Key facts and publishing information \ud83d\udcca 4.8 CiteScore \ud83d\udcc5 [&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-9016","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/journaloflandscapeecology.cz\/index.php\/wp-json\/wp\/v2\/pages\/9016","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=9016"}],"version-history":[{"count":3,"href":"https:\/\/journaloflandscapeecology.cz\/index.php\/wp-json\/wp\/v2\/pages\/9016\/revisions"}],"predecessor-version":[{"id":9137,"href":"https:\/\/journaloflandscapeecology.cz\/index.php\/wp-json\/wp\/v2\/pages\/9016\/revisions\/9137"}],"wp:attachment":[{"href":"https:\/\/journaloflandscapeecology.cz\/index.php\/wp-json\/wp\/v2\/media?parent=9016"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}