{"id":4565,"date":"2024-03-19T17:24:48","date_gmt":"2024-03-19T14:24:48","guid":{"rendered":"https:\/\/sytenko.org.ua\/?page_id=4565"},"modified":"2026-02-11T01:06:59","modified_gmt":"2026-02-10T22:06:59","slug":"documents","status":"publish","type":"page","link":"https:\/\/sytenko.org.ua\/en\/documents\/","title":{"rendered":"Documents"},"content":{"rendered":"<p>\n<div class=\"search-form__wrap\">\n<form>\n        <div class=\"inner-form\">\n\t\t<div class=\"input-field first-wrap\">\n\t\t<div class=\"input-select\">\n              <select data-trigger=\"\" id=\"search-type\" name=\"choices-single-defaul\" style=\"display:none;\" >\n\t\t\t\t\t\t<option value=\"pdf\">Documents<\/option>\n\t\t\t\t\t\t\t<option value=\"site\">Website<\/option>\n\t\t\t\t\t\t\t<option value=\"repo\">Repository<\/option>\n\t\t\t              <\/select>\n     <\/div>\n<\/div>\n          <div class=\"input-field second-wrap\">\n            <input id=\"search\" type=\"text\" placeholder=\"Search here\u2026\">\n          <\/div>\n          <div class=\"input-field third-wrap\">\n            <button class=\"btn-search\" type=\"button\">\n              <svg class=\"svg-inline--fa fa-search fa-w-16\" aria-hidden=\"true\" data-prefix=\"fas\" data-icon=\"search\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\">\n                <path fill=\"currentColor\" d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"><\/path>\n              <\/svg>\n            <\/button>\n          <\/div>\n        <\/div>\n      <\/form>\n\n\n\n\t  <\/div>\n\n\t  <div id=\"pdf-spinner\" style=\"display:none;\">\n  <svg class=\"spinner\" width=\"24\" height=\"24\" viewBox=\"0 0 50 50\">\n    <circle class=\"path\" cx=\"25\" cy=\"25\" r=\"20\" fill=\"none\" stroke-width=\"5\"><\/circle>\n  <\/svg>\n<\/div>\n\t<div id=\"pdf-results\" style=\"margin-top: 1em;\"><\/div>\n\n<script>\n\ndocument.addEventListener('DOMContentLoaded', function () {\n    const element = document.querySelector('[data-trigger]');\n    const choices = new Choices(element, {\n        searchEnabled: false,\n        itemSelectText: '',\n    });\n\n    const saved = localStorage.getItem(\"searchType\");\n    if (saved) {   \n        choices.setChoiceByValue(saved); \n    }\n\n  \n    element.addEventListener(\"change\", function () {\n        localStorage.setItem(\"searchType\", element.value);\n    });\n});\n\ndocument.querySelector(\".btn-search\").addEventListener(\"click\", function () {\n    const type = document.getElementById(\"search-type\").value;\n    const query = document.getElementById(\"search\").value.trim();\n\n\n    \n    if (!query) return;\n\n    if (type === \"site\") {\n        \/\/ Redirect to WordPress search\n        window.location.href = \"https:\/\/sytenko.org.ua\/en\/?s=\" + encodeURIComponent(query);\n    } else if (type === \"pdf\") {\n        \/\/ PDF search via AJAX\n        fetch(\"https:\/\/sytenko.org.ua\/wp-admin\/admin-ajax.php\", {\n            method: \"POST\",\n            headers: { \"Content-Type\": \"application\/x-www-form-urlencoded\" },\n            body: \"action=search_pdfs&query=\" + encodeURIComponent(query)\n        })\n        .then(res => res.json())\n        .then(data => {\n            const resultsDiv = document.getElementById(\"pdf-results\");\n            resultsDiv.innerHTML = \"\";\n            if (data.length) {\n                data.forEach(pdf => {\n                    const link = document.createElement(\"a\");\n                    link.href = pdf.url;\n                    link.textContent = pdf.title || pdf.url;\n                    link.target = \"_blank\";\n                    resultsDiv.appendChild(link);\n                    resultsDiv.appendChild(document.createElement(\"br\"));\n                });\n            } else {\n                resultsDiv.textContent = \"Search not found\";\n            }\n        });\n    } else if (type === \"repo\") {\n        \/\/ Redirect to external search\n        window.location.href = \"https:\/\/archive.sytenko.org.ua\/search?spc.page=1&query=\" + encodeURIComponent(query);\n    }\n});\n\n\ndocument.getElementById(\"search\").addEventListener(\"input\", function () {\n    const query = this.value.trim();\n    const type = document.getElementById(\"search-type\").value;\n\n    if (type !== \"pdf\" || query.length < 4) return;\n\n    const spinner = document.getElementById(\"pdf-spinner\");\n    const resultsDiv = document.getElementById(\"pdf-results\");\n    resultsDiv.innerHTML = \"\";\n    spinner.style.display = \"block\";\n\n    fetch(\"https:\/\/sytenko.org.ua\/wp-admin\/admin-ajax.php\", {\n        method: \"POST\",\n        headers: { \"Content-Type\": \"application\/x-www-form-urlencoded\" },\n        body: \"action=search_pdfs&query=\" + encodeURIComponent(query)\n    })\n    .then(res => res.json())\n    .then(data => {\n        spinner.style.display = \"none\";\n        if (data.length) {\n            data.forEach(pdf => {\n                const link = document.createElement(\"a\");\n                link.href = pdf.url;\n                link.textContent = pdf.title || pdf.url;\n                link.target = \"_blank\";\n                resultsDiv.appendChild(link);\n                resultsDiv.appendChild(document.createElement(\"br\"));\n            });\n        } else {\n            resultsDiv.textContent = \"Search not found\";\n        }\n    });\n});\n\n<\/script>\n\n\t<\/p>\n<p><a href=\"\/wp-content\/uploads\/2024\/03\/collective_agreement_administration_collective.pdf\">Collective agreement between the administration and the labor collective of the Sytenko Institute of Spine and Joint Pathology National Academy of Medical Sciences of Ukraine for 2019 \u2013 2023.<\/a><\/p>\n<p><a href=\"\/wp-content\/uploads\/2024\/05\/\u0441ertificate_for_quality_management_system.pdf\">Certificate for the quality management system No. UA8O072.02012214.1-2023 is valid until January 23, 2026.<\/a><\/p>\n<p><a href=\"\/wp-content\/uploads\/documents\/statue_sisjp_eng.pdf\">Statute of the Sytenko Institute of Spine and Joint Pathology National Academy of Medical Sciences of Ukraine.<\/a><\/p>\n<p><a href=\"\/wp-content\/uploads\/documents\/extract_usr_sisjp_eng.pdf\">Extract from the Unified State Register for &#8220;Sytenko Institute of Spine and Joint Pathology&#8221;<\/a><\/p>\n<p><a href=\"https:\/\/sytenko.org.ua\/wp-content\/uploads\/2025\/12\/certificate_state_certification.pdf\">Certificate of state certification<\/a><\/p>\n<p><a href=\"\/wp-content\/uploads\/documents\/excerpt_usr_bondarenko_eng.pdf\">Excerpt from the Unified State Register for Bondarenko Stanislav Yevhenovych<\/a><\/p>\n<p><a href=\"https:\/\/sytenko.org.ua\/wp-content\/uploads\/2024\/09\/regulations_clinic.pdf\">Regulations on the clinic of the Sytenko Institute of Spine and Joint Pathology National Academy of Medical Sciences of Ukraine<\/a><\/p>\n<p><a href=\"\/wp-content\/uploads\/2024\/07\/director.pdf\">Order of the National Academy of Sciences of Ukraine on the appointment of the Director of the Sytenko Institute of Spine and Joint Pathology National Academy of Medical Sciences of Ukraine.<\/a><\/p>\n<p><a href=\"\/wp-content\/uploads\/2022\/02\/regulations_academic_council.pdf\">Regulations on the Academic Council of the Institute<\/a><\/p>\n<p><a href=\"\/wp-content\/uploads\/2023\/07\/strategic_development_plan_2021_2025.pdf\">Strategic development plan for 2021-2025<\/a><\/p>\n<p><a href=\"\/wp-content\/uploads\/2021\/12\/regulations_council_young_scientists.pdf\">Regulations on the Council of Young Scientists<\/a><\/p>\n<p><a href=\"\/wp-content\/uploads\/2021\/12\/\u0441odex_academic_integrity.pdf\">Code of academic integrity<\/a><\/p>\n<p><a href=\"\/wp-content\/uploads\/2021\/12\/provisions_conflict_situations.pdf\">Regulations on the settlement of conflict situations<\/a><\/p>\n<p><a href=\"\/wp-content\/uploads\/2021\/12\/provisions_prevention_policy.pdf\">Regulations on the policy of preventing and combating sexual harassment<\/a><\/p>\n<p><a href=\"\/wp-content\/uploads\/2022\/02\/anticorruption_program.pdf\">Anti-corruption program<\/a><\/p>\n<p><a href=\"\/wp-content\/uploads\/2022\/02\/regulations_detection_prevention_academic_plagiarism.pdf\">Regulations on the detection and prevention of academic plagiarism of higher education students and employees<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>Collective agreement between the administration and the labor collective of the Sytenko Institute of Spine and Joint Pathology National Academy of Medical Sciences of Ukraine for 2019 \u2013 2023. Certificate for the quality management system No. UA8O072.02012214.1-2023 is valid until January 23, 2026. Statute of the Sytenko Institute of Spine and Joint Pathology National Academy [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4565","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sytenko.org.ua\/en\/wp-json\/wp\/v2\/pages\/4565","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sytenko.org.ua\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sytenko.org.ua\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sytenko.org.ua\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sytenko.org.ua\/en\/wp-json\/wp\/v2\/comments?post=4565"}],"version-history":[{"count":9,"href":"https:\/\/sytenko.org.ua\/en\/wp-json\/wp\/v2\/pages\/4565\/revisions"}],"predecessor-version":[{"id":9157,"href":"https:\/\/sytenko.org.ua\/en\/wp-json\/wp\/v2\/pages\/4565\/revisions\/9157"}],"wp:attachment":[{"href":"https:\/\/sytenko.org.ua\/en\/wp-json\/wp\/v2\/media?parent=4565"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}