{"id":3985,"date":"2024-08-10T13:25:32","date_gmt":"2024-08-10T13:25:32","guid":{"rendered":"https:\/\/kongresstomatologasrbijesks.rs\/?page_id=3985"},"modified":"2025-08-03T16:50:57","modified_gmt":"2025-08-03T16:50:57","slug":"uputstvo-za-izradu-e-postera","status":"publish","type":"page","link":"https:\/\/kongresstomatologasrbijesks.rs\/en\/uputstvo-za-izradu-e-postera\/","title":{"rendered":"Guidelines for creating an e-poster"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3985\" class=\"elementor elementor-3985\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-79bd42cd e-flex e-con-boxed e-con e-parent\" data-id=\"79bd42cd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76d3c36 elementor-widget elementor-widget-spacer\" data-id=\"76d3c36\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-457d64f elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"457d64f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Uputstvo za izradu E-postera za HIBRIDNI KONGRES STOMATOLOGA SRBIJE<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-19afd9 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-heading\" data-id=\"19afd9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Uputstvo za izradu E-postera za HIBRIDNI KONGRES STOMATOLOGA SRBIJE<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-85c501c e-flex e-con-boxed e-con e-parent\" data-id=\"85c501c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7880397 elementor-widget elementor-widget-html\" data-id=\"7880397\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"sr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Uputstvo za izradu E-postera<\/title>\n    <style>\n        :root {\n            --primary-color: #5F2C58;  \/* Tamnija ljubi\u010dasta *\/\n            --secondary-color: #8E4585; \/* Srednja ljubi\u010dasta *\/\n            --accent-color: #D4AF37;    \/* Zlatna (za hover efekte) *\/\n            --text-color: #333;         \/* Glavni tekst *\/\n            --light-bg: #f9f6fa;       \/* Svijetla pozadina *\/\n        }\n        \n        body {\n            background-color: var(--light-bg);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n        }\n        \n        .custom-eposter-container {\n            max-width: 1100px;\n            margin: 3rem auto;\n            padding: 0 1rem;\n        }\n        \n        .custom-eposter-info-card {\n            background-color: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 10px 30px rgba(95, 44, 88, 0.1);\n            padding: 2.5rem;\n            margin-bottom: 2rem;\n            position: relative;\n            overflow: hidden;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border-left: 5px solid var(--primary-color);\n        }\n        \n        .custom-eposter-info-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 35px rgba(95, 44, 88, 0.15);\n        }\n        \n        .custom-eposter-info-card h2 {\n            color: var(--primary-color); \/* Tamnija ljubi\u010dasta (#5F2C58) *\/\n            font-size: 1.8rem;\n            margin-bottom: 1.5rem;\n            padding-bottom: 0.8rem;\n            position: relative;\n            font-weight: 600;\n        }\n        \n        .custom-eposter-info-card h2::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 60px;\n            height: 3px;\n            background: linear-gradient(to right, var(--primary-color), var(--secondary-color));\n            border-radius: 3px;\n        }\n        \n        .custom-eposter-info-card ul {\n            list-style-type: none;\n            padding-left: 0;\n        }\n        \n        .custom-eposter-info-card li {\n            color: var(--text-color);\n            font-size: 1.05rem;\n            margin-bottom: 1rem;\n            padding-left: 2rem;\n            position: relative;\n            line-height: 1.7;\n        }\n        \n        .custom-eposter-info-card li::before {\n            content: '\u2022';\n            position: absolute;\n            left: 0;\n            color: var(--secondary-color); \/* Srednja ljubi\u010dasta (#8E4585) *\/\n            font-size: 1.8rem;\n            line-height: 1;\n        }\n        \n        .custom-eposter-info-card.podno\u0161enje li::before {\n            content: '\u27a4';\n            color: red;\n            font-size: 1.2rem;\n            top: 2px;\n        }\n        \n        .custom-eposter-info-card.zabranjeno li[style*=\"list-style: none\"]::before {\n            content: '\u2716';\n            color: red;\n            font-size: 1.2rem;\n            top: 2px;\n        }\n        \n        .custom-eposter-info-card.podno\u0161enje a,\n        .custom-eposter-info-card.podno\u0161enje li:not(:first-child):not(:nth-child(2)) {\n            font-weight: normal;\n        }\n        \n        .custom-eposter-info-card.podno\u0161enje a {\n            color: var(--primary-color);\n            text-decoration: none;\n            border-bottom: 1px dashed var(--primary-color);\n            transition: all 0.3s ease;\n        }\n        \n        .custom-eposter-info-card.podno\u0161enje a:hover {\n            color: var(--secondary-color);\n            border-bottom-color: var(--secondary-color);\n        }\n        \n        .custom-eposter-info-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            right: 0;\n            width: 100px;\n            height: 100px;\n            background: radial-gradient(circle, rgba(142, 69, 133, 0.1) 0%, rgba(142, 69, 133, 0) 70%);\n        }\n        \n        .custom-eposter-info-card::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 100px;\n            height: 100px;\n            background: radial-gradient(circle, rgba(95, 44, 88, 0.1) 0%, rgba(95, 44, 88, 0) 70%);\n        }\n        \n        @media (max-width: 768px) {\n            .custom-eposter-container {\n                padding: 0 1rem;\n                margin: 1.5rem auto;\n            }\n            \n            .custom-eposter-info-card {\n                padding: 1.5rem;\n            }\n            \n            .custom-eposter-info-card h2 {\n                font-size: 1.5rem;\n                color: #333;\n            }\n            \n            .custom-eposter-info-card li {\n                font-size: 1rem;\n                padding-left: 1.8rem;\n            }\n        }\n        \n        \/* Animations *\/\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(20px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        \n        .custom-eposter-info-card h2 {\n            animation: fadeInUp 0.6s ease forwards;\n        }\n        \n        .custom-eposter-info-card li {\n            opacity: 0;\n            animation: fadeInUp 0.6s ease forwards;\n        }\n        \n        .custom-eposter-info-card li:nth-child(1) { animation-delay: 0.2s; }\n        .custom-eposter-info-card li:nth-child(2) { animation-delay: 0.3s; }\n        .custom-eposter-info-card li:nth-child(3) { animation-delay: 0.4s; }\n        .custom-eposter-info-card li:nth-child(4) { animation-delay: 0.5s; }\n        .custom-eposter-info-card li:nth-child(5) { animation-delay: 0.6s; }\n        .custom-eposter-info-card li:nth-child(6) { animation-delay: 0.7s; }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"custom-eposter-container\">\n        <div class=\"custom-eposter-info-card\">\n            <h2>Informacije o E-posteru<\/h2>\n            <ul>\n                <li>- Svi E-posteri u okviru 24. KONGRES STOMATOLOGA SRBIJE \u0107e biti prikazani isklju\u010divo u digitalnoj formi <\/li>\n                <li>- E-poster podle\u017ee recenziji, a autori \u0107e blagovremeno biti obave\u0161teni o odluci Nau\u010dnog odbora Kongresa.<\/li>\n            <\/ul>\n        <\/div>\n        <div class=\"custom-eposter-info-card\">\n            <h2>Op\u0161te smernice<\/h2>\n            <ul>\n                <li>- Prikaz e-postera je neophodno uraditi u horizontalnoj orijentaciji (LANDSCAPE), sa proporcijom horizontalne i vertikalne strane od 16:9, minimalne rezolucije W 1920 x H1080 piksela u PDF ili JPEG format<\/li>\n                <li>- Prikaz kompletnog postera mora biti na samo jednoj strani<\/li>\n                <li>- Dokument kao i svi grafi\u010dki prikazi kori\u0161\u0107eni u E-posteru, ne smeju biti u rezoluciji manjoj od 300dpi <\/li>\n            <\/ul>\n        <\/div>\n        <div class=\"custom-eposter-info-card\">\n            <h2>Format e-postera<\/h2>\n            <ul>\n                <li>- Jednostrana .pdf datoteka, ili .jpg datoteka (rezolucije 1920x1080).<\/li>\n            <\/ul>\n        <\/div>\n        <div class=\"custom-eposter-info-card\">\n            <h2>Veli\u010dina i izgled slova<\/h2>\n            <ul>\n                <li>- Preporu\u010dena minimalna veli\u010dina slova: 8<\/li>\n                <li>- Izbegavati velike i zbijene blokove teksta (Va\u0161 poster ne sme da sadr\u017ei vi\u0161e od 800 re\u010di)<\/li>\n            <\/ul>\n        <\/div>\n        <div class=\"custom-eposter-info-card\">\n            <h2>Klju\u010dne informacije koje treba da sadr\u017ei e-poster:<\/h2>\n            <ul>\n                <li>- Naslov,<\/li>\n                <li>- Ime, zanimanje, i dr\u017eavu autora,<\/li>\n                <li>- Sadr\u017eaj (uvod, cilj, rezultat, zaklju\u010dak),<\/li>\n                <li>- Izjava o odsustvu sukoba interesa autora<\/li>\n            <\/ul>\n        <\/div>\n        <div class=\"custom-eposter-info-card zabranjeno\">\n            <h2>Na e-posteru je zabranjeno:<\/h2>\n            <ul>\n                <li style=\"list-style: none; display: flex; align-items: center;\">\n                    <span style=\"color: red;\">NE SME<\/span>&nbsp;se koristiti zvani\u010dan logotip 24. Kongresa stomatologa Srbije\n                <\/li>\n                <li style=\"list-style: none; display: flex; align-items: center;\">\n                    <span style=\"color: red;\">NE SME<\/span>&nbsp;se koristiti zvani\u010dni logotipovi drugih kompanija,\n                <\/li>\n                <li>- imenovanje lekova i medicinskih sredstava za\u0161ti\u0107enim nazivom (jedino je dozvoljeno kori\u0161\u0107enje generi\u010dkih imena)<\/li>\n                <li>- NE SME se koristiti video snimak ili animacija,<\/li>\n                <li>- Na e-posterima ne sme biti bilo kakav vid komercijalizacije<\/li>\n            <\/ul>\n        <\/div>\n        <div class=\"custom-eposter-info-card\">\n            <h2>Slike<\/h2>\n            <ul>\n                <li>- Dokument kao i svi grafi\u010dki prikazi kori\u0161\u0107eni u E-posteru, ne smeju biti u rezoluciji manjoj od 300dpi<\/li>\n                <li>- Sve slike i grafike moraju koristiti RGB paletu boja, ne CMYK,<\/li>\n                <li>- Kod slika velikog formata je neophodno smanjiti rezoluciju ili ih ise\u0107i na propisanu veli\u010dinu<\/li>\n                <li>- Izbegavajte slike niske rezolucije kod kojih dolazi do pikselizacije na monitoru<\/li>\n            <\/ul>\n        <\/div>\n        <div class=\"custom-eposter-info-card podno\u0161enje\">\n            <h2>Podno\u0161enje e-postera<\/h2>\n            <ul>\n                <li>E-poster poslati na imejl adresu: <a href=\"mailto:stomkongres@miross.rs\">stomkongres@miross.rs<\/a><\/li>\n                <li>Rad prijaviti putem linka <a href=\"https:\/\/forms.cloud.microsoft\/e\/HNjXNETYA9\" target=\"_blank\">PRIJAVA<\/a><\/li>\n\n                <li>Rad u Wordu poslati na gore navedenu mail adresu<\/li>\n                <li>Rok za slanje: 20.08.2025.<\/li>\n                <li>Obave\u0161tenje o prihvatu radova: 01.09.2025.<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Uputstvo za izradu E-postera za HIBRIDNI KONGRES STOMATOLOGA SRBIJE Uputstvo za izradu E-postera za HIBRIDNI KONGRES STOMATOLOGA SRBIJE Uputstvo za izradu E-postera Informacije o E-posteru &#8211; Svi E-posteri u okviru 24. KONGRES STOMATOLOGA SRBIJE \u0107e biti prikazani isklju\u010divo u digitalnoj formi &#8211; E-poster podle\u017ee recenziji, a autori \u0107e blagovremeno biti obave\u0161teni o odluci Nau\u010dnog odbora [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-3985","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/kongresstomatologasrbijesks.rs\/en\/wp-json\/wp\/v2\/pages\/3985","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kongresstomatologasrbijesks.rs\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kongresstomatologasrbijesks.rs\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kongresstomatologasrbijesks.rs\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kongresstomatologasrbijesks.rs\/en\/wp-json\/wp\/v2\/comments?post=3985"}],"version-history":[{"count":85,"href":"https:\/\/kongresstomatologasrbijesks.rs\/en\/wp-json\/wp\/v2\/pages\/3985\/revisions"}],"predecessor-version":[{"id":6969,"href":"https:\/\/kongresstomatologasrbijesks.rs\/en\/wp-json\/wp\/v2\/pages\/3985\/revisions\/6969"}],"wp:attachment":[{"href":"https:\/\/kongresstomatologasrbijesks.rs\/en\/wp-json\/wp\/v2\/media?parent=3985"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}