{"id":9076,"date":"2026-08-07T12:59:00","date_gmt":"2026-08-07T12:59:00","guid":{"rendered":"https:\/\/journaloflandscapeecology.cz\/?page_id=9076"},"modified":"2026-08-27T11:32:34","modified_gmt":"2026-08-27T11:32:34","slug":"indexing","status":"publish","type":"page","link":"https:\/\/journaloflandscapeecology.cz\/index.php\/indexing\/","title":{"rendered":"Indexing &amp; Academic Recognition"},"content":{"rendered":"\n<!-- ============================================================ -->\n<!-- INDEXING \u00b7 Unified Hybrid Design                             -->\n<!-- Combines Modern Cards + Complete Table with All 17 Services -->\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  .unified-indexing-wrapper * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  .unified-indexing-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  .unified-indexing-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  .unified-indexing-wrapper:hover {\n    box-shadow: 0 8px 40px rgba(55, 30, 80, 0.07);\n  }\n\n  \/* ---- Decorative top bar ---- *\/\n  .unified-indexing-wrapper .top-bar {\n    display: flex;\n    align-items: center;\n    gap: 0.8rem;\n    margin-bottom: 1.5rem;\n  }\n\n  .unified-indexing-wrapper .top-bar .bar-line {\n    flex: 1;\n    height: 3px;\n    background: linear-gradient(90deg, #c9a84c, transparent);\n  }\n\n  .unified-indexing-wrapper .top-bar .bar-diamond {\n    color: #c9a84c;\n    font-size: 0.8rem;\n  }\n\n  .unified-indexing-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  .unified-indexing-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  .unified-indexing-wrapper .section-title .gold-star {\n    color: #c9a84c;\n    font-size: 2rem;\n  }\n\n  .unified-indexing-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  .unified-indexing-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  .unified-indexing-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  .unified-indexing-wrapper .stats-bar .stat-item .stat-num {\n    font-weight: 700;\n    color: #3c1f5e;\n    font-size: 1rem;\n  }\n\n  .unified-indexing-wrapper .stats-bar .stat-item .stat-icon {\n    font-size: 1rem;\n  }\n\n  \/* ---- Text paragraphs ---- *\/\n  .unified-indexing-wrapper p {\n    font-size: 1.02rem;\n    line-height: 1.9;\n    color: #2d1b4e;\n    margin-bottom: 1.2rem;\n  }\n\n  .unified-indexing-wrapper p strong {\n    color: #3c1f5e;\n    font-weight: 600;\n  }\n\n  \/* ---- Card Grid (3 columns) ---- *\/\n  .unified-indexing-wrapper .card-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1.5rem;\n    margin: 2rem 0 1.5rem;\n  }\n\n  .unified-indexing-wrapper .card-grid .index-card {\n    background: #faf8fc;\n    border: 1px solid #ede6f5;\n    border-radius: 16px;\n    padding: 1.8rem 1.2rem 1.4rem;\n    text-align: center;\n    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    min-height: 160px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  \/* Decorative corner accent on cards *\/\n  .unified-indexing-wrapper .card-grid .index-card::after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 4px;\n    background: linear-gradient(90deg, #3c1f5e, #c9a84c, #3c1f5e);\n    background-size: 200% 100%;\n    animation: shimmerBorder 4s ease-in-out infinite;\n    opacity: 0.3;\n    transition: opacity 0.3s ease;\n  }\n\n  @keyframes shimmerBorder {\n    0% { background-position: 0% 0%; }\n    100% { background-position: 200% 0%; }\n  }\n\n  .unified-indexing-wrapper .card-grid .index-card:hover::after {\n    opacity: 1;\n  }\n\n  .unified-indexing-wrapper .card-grid .index-card:hover {\n    transform: translateY(-8px);\n    border-color: #c9a84c;\n    box-shadow: 0 12px 36px rgba(55, 30, 80, 0.08);\n    background: #ffffff;\n  }\n\n  .unified-indexing-wrapper .card-grid .index-card .logo-img {\n    max-width: 80px;\n    max-height: 55px;\n    width: auto;\n    height: auto;\n    object-fit: contain;\n    margin-bottom: 0.6rem;\n    transition: transform 0.3s ease;\n    filter: grayscale(0.05);\n  }\n\n  .unified-indexing-wrapper .card-grid .index-card:hover .logo-img {\n    transform: scale(1.08);\n    filter: grayscale(0);\n  }\n\n  .unified-indexing-wrapper .card-grid .index-card .card-name {\n    font-size: 0.9rem;\n    font-weight: 600;\n    color: #3c1f5e;\n    letter-spacing: 0.01em;\n    margin-bottom: 0.2rem;\n  }\n\n  .unified-indexing-wrapper .card-grid .index-card .badge {\n    display: inline-block;\n    background: #ede6f5;\n    color: #3c1f5e;\n    font-size: 0.55rem;\n    font-weight: 600;\n    padding: 0.1rem 0.7rem;\n    border-radius: 40px;\n    text-transform: uppercase;\n    letter-spacing: 0.4px;\n    border: 1px solid #d9cce8;\n    margin-top: 0.2rem;\n    transition: all 0.3s ease;\n  }\n\n  .unified-indexing-wrapper .card-grid .index-card:hover .badge {\n    background: #3c1f5e;\n    color: #ffffff;\n    border-color: #3c1f5e;\n  }\n\n  \/* ---- Callout ---- *\/\n  .unified-indexing-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  .unified-indexing-wrapper .final-callout .callout-icon {\n    font-size: 1.8rem;\n    flex-shrink: 0;\n    margin-top: 0.1rem;\n  }\n\n  .unified-indexing-wrapper .final-callout strong {\n    color: #3c1f5e;\n  }\n\n  \/* ---- RESPONSIVE ---- *\/\n  @media (max-width: 1024px) {\n    .unified-indexing-wrapper .card-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 1.2rem;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .unified-indexing-wrapper {\n      padding: 2rem 1.2rem;\n      border-radius: 18px;\n    }\n    .unified-indexing-wrapper .section-title {\n      font-size: 2rem;\n    }\n    .unified-indexing-wrapper .sub-headline {\n      font-size: 0.85rem;\n    }\n    .unified-indexing-wrapper p {\n      font-size: 0.95rem;\n    }\n    .unified-indexing-wrapper .card-grid {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 1rem;\n    }\n    .unified-indexing-wrapper .card-grid .index-card {\n      min-height: 140px;\n      padding: 1.2rem 0.8rem;\n    }\n    .unified-indexing-wrapper .card-grid .index-card .logo-img {\n      max-width: 65px;\n      max-height: 45px;\n    }\n    .unified-indexing-wrapper .final-callout {\n      flex-direction: column;\n      padding: 1rem 1.2rem;\n      font-size: 0.9rem;\n    }\n    .unified-indexing-wrapper .top-bar .bar-line,\n    .unified-indexing-wrapper .top-bar .bar-line-right {\n      display: none;\n    }\n    .unified-indexing-wrapper .stats-bar {\n      gap: 0.8rem 1.5rem;\n      padding: 0.6rem 1rem;\n    }\n    .unified-indexing-wrapper .stats-bar .stat-item {\n      font-size: 0.75rem;\n    }\n  }\n\n  @media (max-width: 480px) {\n    .unified-indexing-wrapper {\n      padding: 1.2rem 0.8rem;\n      border-radius: 14px;\n    }\n    .unified-indexing-wrapper .section-title {\n      font-size: 1.5rem;\n    }\n    .unified-indexing-wrapper .section-title .gold-star {\n      font-size: 1.3rem;\n    }\n    .unified-indexing-wrapper .card-grid {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 0.6rem;\n    }\n    .unified-indexing-wrapper .card-grid .index-card {\n      min-height: 110px;\n      padding: 0.8rem 0.4rem;\n      border-radius: 12px;\n    }\n    .unified-indexing-wrapper .card-grid .index-card .logo-img {\n      max-width: 50px;\n      max-height: 35px;\n    }\n    .unified-indexing-wrapper .card-grid .index-card .card-name {\n      font-size: 0.75rem;\n    }\n    .unified-indexing-wrapper .card-grid .index-card .badge {\n      font-size: 0.45rem;\n      padding: 0.02rem 0.4rem;\n    }\n    .unified-indexing-wrapper .final-callout {\n      font-size: 0.85rem;\n      padding: 0.8rem 1rem;\n    }\n    .unified-indexing-wrapper p {\n      font-size: 0.9rem;\n    }\n    .unified-indexing-wrapper .stats-bar {\n      gap: 0.4rem 1rem;\n      padding: 0.4rem 0.6rem;\n    }\n    .unified-indexing-wrapper .stats-bar .stat-item {\n      font-size: 0.7rem;\n    }\n  }\n<\/style>\n\n<!-- ========== WIDGET HTML ========== -->\n<div class=\"unified-indexing-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> Indexing &amp; Academic Recognition\n  <\/h2>\n  <div class=\"sub-headline\">Journal of Landscape Ecology \u00b7 Maximizing research visibility worldwide<\/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\">17<\/span> Indexing Services\n    <\/span>\n    <span class=\"stat-item\">\n      <span class=\"stat-icon\">\ud83c\udf0d<\/span>\n      <span class=\"stat-num\">Global<\/span> Coverage\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\">\ud83d\udcc8<\/span>\n      <span class=\"stat-num\">4.8<\/span> CiteScore\n    <\/span>\n  <\/div>\n\n  <!-- Text -->\n  <p>\n    <strong>Journal of Landscape Ecology<\/strong> is committed to enhancing the visibility,\n    accessibility, and scholarly impact of the research it publishes. To ensure that published\n    articles reach the widest possible academic audience, the journal is indexed and abstracted in\n    recognized national and international databases, directories, and scholarly information\n    services. Inclusion in reputable indexing platforms improves the discoverability, citation\n    potential, and long-term accessibility of published research while supporting authors in\n    disseminating their work to the global research community.\n  <\/p>\n\n  <p>\n    The journal continually seeks inclusion in additional indexing and abstracting services that\n    meet recognized standards of academic quality and publishing excellence. Details of the\n    databases and indexing services where the journal is currently listed are provided below.\n  <\/p>\n\n  <!-- Card Grid (3 columns) - All 17 Services -->\n  <div class=\"card-grid\">\n\n    <!-- Scopus -->\n    <div class=\"index-card\">\n      <img decoding=\"async\" class=\"logo-img\" src=\"http:\/\/journaloflandscapeecology.cz\/wp-content\/uploads\/2026\/07\/1.png\" alt=\"Scopus\">\n      <span class=\"card-name\">Scopus<\/span>\n      <span class=\"badge\">Indexed<\/span>\n    <\/div>\n\n    <!-- DOI -->\n    <div class=\"index-card\">\n      <img decoding=\"async\" class=\"logo-img\" src=\"http:\/\/journaloflandscapeecology.cz\/wp-content\/uploads\/2026\/07\/2.png\" alt=\"DOI\">\n      <span class=\"card-name\">DOI<\/span>\n      <span class=\"badge\">Active<\/span>\n    <\/div>\n\n    <!-- Google Scholar -->\n    <div class=\"index-card\">\n      <img decoding=\"async\" class=\"logo-img\" src=\"http:\/\/journaloflandscapeecology.cz\/wp-content\/uploads\/2026\/07\/3.png\" alt=\"Google Scholar\">\n      <span class=\"card-name\">Google Scholar<\/span>\n      <span class=\"badge\">Indexed<\/span>\n    <\/div>\n\n    <!-- Web of Science -->\n    <div class=\"index-card\">\n      <img decoding=\"async\" class=\"logo-img\" src=\"http:\/\/journaloflandscapeecology.cz\/wp-content\/uploads\/2026\/07\/5.png\" alt=\"Web of Science\">\n      <span class=\"card-name\">Web of Science<\/span>\n      <span class=\"badge\">Indexed<\/span>\n    <\/div>\n\n    <!-- ISSN -->\n    <div class=\"index-card\">\n      <img decoding=\"async\" class=\"logo-img\" src=\"http:\/\/journaloflandscapeecology.cz\/wp-content\/uploads\/2026\/07\/6.png\" alt=\"ISSN\">\n      <span class=\"card-name\">ISSN<\/span>\n      <span class=\"badge\">Active<\/span>\n    <\/div>\n\n    <!-- DOAJ -->\n    <div class=\"index-card\">\n      <img decoding=\"async\" class=\"logo-img\" src=\"http:\/\/journaloflandscapeecology.cz\/wp-content\/uploads\/2026\/07\/7.png\" alt=\"DOAJ\">\n      <span class=\"card-name\">DOAJ<\/span>\n      <span class=\"badge\">Indexed<\/span>\n    <\/div>\n\n    <!-- Index Copernicus -->\n    <div class=\"index-card\">\n      <img decoding=\"async\" class=\"logo-img\" src=\"http:\/\/journaloflandscapeecology.cz\/wp-content\/uploads\/2026\/07\/8.png\" alt=\"Index Copernicus\">\n      <span class=\"card-name\">Index Copernicus<\/span>\n      <span class=\"badge\">Indexed<\/span>\n    <\/div>\n\n    <!-- PubMed Central -->\n    <div class=\"index-card\">\n      <img decoding=\"async\" class=\"logo-img\" src=\"http:\/\/journaloflandscapeecology.cz\/wp-content\/uploads\/2026\/07\/9.png\" alt=\"PubMed Central\">\n      <span class=\"card-name\">PubMed Central<\/span>\n      <span class=\"badge\">Indexed<\/span>\n    <\/div>\n\n    <!-- ProQuest -->\n    <div class=\"index-card\">\n      <img decoding=\"async\" class=\"logo-img\" src=\"http:\/\/journaloflandscapeecology.cz\/wp-content\/uploads\/2026\/07\/10.png\" alt=\"ProQuest\">\n      <span class=\"card-name\">ProQuest<\/span>\n      <span class=\"badge\">Indexed<\/span>\n    <\/div>\n\n    <!-- IMEMR -->\n    <div class=\"index-card\">\n      <img decoding=\"async\" class=\"logo-img\" src=\"http:\/\/journaloflandscapeecology.cz\/wp-content\/uploads\/2026\/07\/11.png\" alt=\"IMEMR\">\n      <span class=\"card-name\">IMEMR<\/span>\n      <span class=\"badge\">Indexed<\/span>\n    <\/div>\n\n    <!-- PubMed -->\n    <div class=\"index-card\">\n      <img decoding=\"async\" class=\"logo-img\" src=\"http:\/\/journaloflandscapeecology.cz\/wp-content\/uploads\/2026\/07\/12.png\" alt=\"PubMed\">\n      <span class=\"card-name\">PubMed<\/span>\n      <span class=\"badge\">Indexed<\/span>\n    <\/div>\n\n    <!-- ISC -->\n    <div class=\"index-card\">\n      <img decoding=\"async\" class=\"logo-img\" src=\"http:\/\/journaloflandscapeecology.cz\/wp-content\/uploads\/2026\/07\/13.jpg\" alt=\"ISC\">\n      <span class=\"card-name\">ISC<\/span>\n      <span class=\"badge\">Indexed<\/span>\n    <\/div>\n\n    <!-- J-Gate -->\n    <div class=\"index-card\">\n      <img decoding=\"async\" class=\"logo-img\" src=\"http:\/\/journaloflandscapeecology.cz\/wp-content\/uploads\/2026\/07\/14.png\" alt=\"J-Gate\">\n      <span class=\"card-name\">J-Gate<\/span>\n      <span class=\"badge\">Indexed<\/span>\n    <\/div>\n\n    <!-- Magiran -->\n    <div class=\"index-card\">\n      <img decoding=\"async\" class=\"logo-img\" src=\"http:\/\/journaloflandscapeecology.cz\/wp-content\/uploads\/2026\/07\/15.png\" alt=\"Magiran\">\n      <span class=\"card-name\">Magiran<\/span>\n      <span class=\"badge\">Indexed<\/span>\n    <\/div>\n\n    <!-- SID -->\n    <div class=\"index-card\">\n      <img decoding=\"async\" class=\"logo-img\" src=\"http:\/\/journaloflandscapeecology.cz\/wp-content\/uploads\/2026\/07\/16.png\" alt=\"SID\">\n      <span class=\"card-name\">SID<\/span>\n      <span class=\"badge\">Indexed<\/span>\n    <\/div>\n\n    <!-- COPE -->\n    <div class=\"index-card\">\n      <img decoding=\"async\" class=\"logo-img\" src=\"http:\/\/journaloflandscapeecology.cz\/wp-content\/uploads\/2026\/07\/17.png\" alt=\"COPE\">\n      <span class=\"card-name\">COPE<\/span>\n      <span class=\"badge\">Member<\/span>\n    <\/div>\n\n    <!-- EBSCO -->\n    <div class=\"index-card\">\n      <img decoding=\"async\" class=\"logo-img\" src=\"http:\/\/journaloflandscapeecology.cz\/wp-content\/uploads\/2026\/07\/18.png\" alt=\"EBSCO\">\n      <span class=\"card-name\">EBSCO<\/span>\n      <span class=\"badge\">Indexed<\/span>\n    <\/div>\n\n  <\/div>\n\n  <!-- Callout -->\n  <div class=\"final-callout\">\n    <span class=\"callout-icon\">\ud83d\udcca<\/span>\n    <div>\n      <strong>Enhancing Global Research Impact<\/strong><br>\n      Through active participation in leading indexing and abstracting services,\n      <strong>Journal of Landscape Ecology<\/strong> ensures that published research reaches\n      a broad interdisciplinary audience, fostering collaboration, citation, and the advancement\n      of landscape science worldwide.\n    <\/div>\n  <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u25c6 \u2726 Indexing &amp; Academic Recognition Journal of Landscape Ecology \u00b7 Maximizing research visibility worldwide \ud83d\udcca 17 Indexing Services \ud83c\udf0d [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-9076","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/journaloflandscapeecology.cz\/index.php\/wp-json\/wp\/v2\/pages\/9076","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=9076"}],"version-history":[{"count":3,"href":"https:\/\/journaloflandscapeecology.cz\/index.php\/wp-json\/wp\/v2\/pages\/9076\/revisions"}],"predecessor-version":[{"id":9134,"href":"https:\/\/journaloflandscapeecology.cz\/index.php\/wp-json\/wp\/v2\/pages\/9076\/revisions\/9134"}],"wp:attachment":[{"href":"https:\/\/journaloflandscapeecology.cz\/index.php\/wp-json\/wp\/v2\/media?parent=9076"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}