CINXE.COM

Пројекти

<!DOCTYPE html> <html lang="en-US" itemscope="itemscope" itemtype="http://schema.org/WebPage"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta property="og:image" content="https://ceo.edu.rs/wp-content/uploads/2021/02/2021_Zavod_Javni-poziv-01.jpg" /> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://ceo.edu.rs/xmlrpc.php"> <title>Пројекти</title> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title=" &raquo; Feed" href="https://ceo.edu.rs/feed/" /> <link rel="alternate" type="application/rss+xml" title=" &raquo; Comments Feed" href="https://ceo.edu.rs/comments/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v9.2.2 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-4LGR30LGJR" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var mi_version = '9.2.2'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/ceo.edu.rs\/%d0%bf%d1%80%d0%be%d1%98%d0%b5%d0%ba%d1%82%d0%b8\/"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-4LGR30LGJR', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-4LGR30LGJR', {"forceSSL":"true","link_attribution":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/ceo.edu.rs\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.6.14"}}; !function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([55357,56424,8205,55356,57212],[55357,56424,8203,55356,57212])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='layouts-grid-css' href='https://ceo.edu.rs/wp-content/plugins/query-shortcode/css/library.css?ver=5.6.14' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://ceo.edu.rs/wp-includes/css/dist/block-library/style.min.css?ver=5.6.14' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://ceo.edu.rs/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.3.2' type='text/css' media='all' /> <link rel='stylesheet' id='lsow-animate-css' href='https://ceo.edu.rs/wp-content/plugins/livemesh-siteorigin-widgets/assets/css/animate.css?ver=2.7.0' type='text/css' media='all' /> <link rel='stylesheet' id='lsow-frontend-css' href='https://ceo.edu.rs/wp-content/plugins/livemesh-siteorigin-widgets/assets/css/lsow-frontend.css?ver=2.7.0' type='text/css' media='all' /> <link rel='stylesheet' id='lsow-icon-list-css' href='https://ceo.edu.rs/wp-content/plugins/livemesh-siteorigin-widgets/includes/widgets/lsow-icon-list-widget/css/style.css?ver=1.17.11' type='text/css' media='all' /> <link rel='stylesheet' id='lsow-icon-list-default-e1168186f91f-css' href='https://ceo.edu.rs/wp-content/uploads/siteorigin-widgets/lsow-icon-list-default-e1168186f91f.css?ver=5.6.14' type='text/css' media='all' /> <link rel='stylesheet' id='iw-defaults-css' href='https://ceo.edu.rs/wp-content/plugins/widgets-for-siteorigin/inc/../css/defaults.css?ver=1.4.2' type='text/css' media='all' /> <link rel='stylesheet' id='eighteen-tags-theme-style-css' href='https://ceo.edu.rs/wp-content/themes/eighteen-tags/style.css?ver=1.0.8' type='text/css' media='all' /> <link rel='stylesheet' id='ppc-styles-css' href='https://ceo.edu.rs/wp-content/themes/eighteen-tags/inc/pro//includes/page-customizer/assets/css/front.css?ver=5.6.14' type='text/css' media='all' /> <style id='ppc-styles-inline-css' type='text/css'> /*PootlePressPageCustomizer*/#main-header, #masthead, #header, #site-header, .site-header, .tc-header{background-color : !important;} .colophon, .pootle-page-customizer-active #footer, .pootle-page-customizer-active #main-footer, .pootle-page-customizer-active #site-footer, .pootle-page-customizer-active .site-footer{background-color : !important;} @media only screen and (max-width:768px) {body.pootle-page-customizer-active { background-color : !important; } } </style> <link rel='stylesheet' id='eighteen-tags-style-css' href='https://ceo.edu.rs/wp-content/themes/eighteen-tags/style.css?ver=1.0.8' type='text/css' media='all' /> <style id='eighteen-tags-style-inline-css' type='text/css'> .main-navigation ul li a, .site-title a, ul.menu li a, .site-branding h1 a { color: #000000; } .main-navigation ul li a:hover, .site-title a:hover { color: #000000; } .site-header { background-image: url(https://ceo.edu.rs/wp-content/uploads/2016/09/Zvkov-header-1200_224-01.png); } .site-header, .secondary-navigation ul ul, .main-navigation ul.menu > li.menu-item-has-children:after, .secondary-navigation ul.menu ul { background-color: #ffffff; } p.site-description, ul.menu li.current-menu-item > a { color: #9aa0a7; } h1, h2, h3, h4, h5, h6 { color: #484c51; } .hentry .entry-header { border-color: #484c51; } .widget h1 { border-bottom-color: #484c51; } body, .secondary-navigation a, .widget-area .widget a, .onsale, #comments .comment-list .reply a, .pagination .page-numbers li .page-numbers:not(.current), .woocommerce-pagination .page-numbers li .page-numbers:not(.current) { color: #60646c; } a { color: #428bca; } a:focus, .button:focus, .button.alt:focus, .button.added_to_cart:focus, .button.wc-forward:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus { outline-color: #428bca; } button, input[type="button"], input[type="reset"], input[type="submit"], .button, .added_to_cart, .widget-area .widget a.button, .site-header-cart .widget_shopping_cart a.button { background-color: #60646c; border-color: #60646c; color: #ffffff; } button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .added_to_cart:hover, .widget-area .widget a.button:hover, .site-header-cart .widget_shopping_cart a.button:hover { background-color: #474b53; border-color: #474b53; color: #ffffff; } button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .added_to_cart.alt, .widget-area .widget a.button.alt, .added_to_cart, .pagination .page-numbers li .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers.current { background-color: #428bca; border-color: #428bca; color: #ffffff; } button.alt:hover, input[type="button"].alt:hover, input[type="reset"].alt:hover, input[type="submit"].alt:hover, .button.alt:hover, .added_to_cart.alt:hover, .widget-area .widget a.button.alt:hover, .added_to_cart:hover { background-color: #2972b1; border-color: #2972b1; color: #ffffff; } .site-footer { background-color: #f3f3f3; color: #61656b; } .site-footer a:not(.button) { color: #428bca; } .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 { color: #494c50; } @media screen and ( min-width: 768px ) { .secondary-navigation ul.menu a:hover { color: #b3b9c0; } .secondary-navigation ul.menu a { color: #9aa0a7; } body > .col-full { background-color: ; padding: px; } } </style> <link rel='stylesheet' id='etp-fawesome-css' href='https://ceo.edu.rs/wp-content/themes/eighteen-tags/css/font-awesome.min.css?ver=5.6.14' type='text/css' media='all' /> <link rel='stylesheet' id='etp-styles-css' href='https://ceo.edu.rs/wp-content/themes/eighteen-tags/inc/pro//assets/css/front.css?ver=5.6.14' type='text/css' media='all' /> <style id='etp-styles-inline-css' type='text/css'> /*-----STOREFRONT PRO-----*/ /*Primary navigation*/ #site-navigation .primary-navigation .menu > li > ul { -webkit-transform-origin: 0 0 ; transform-origin: 0 0 ; -webkit-transition: height 500ms, -webkit-transform 0.5s; transition: height 500ms, transform 0.5s; }#site-navigation .primary-navigation .menu > li > ul {-webkit-animation-duration: 0.5s;-webkit-animation-name: sfProSubmenuAnimation-expand;animation-duration: 0.5s;animation-name: sfProSubmenuAnimation-expand;}.eighteen-tags-pro-active .site-header-cart .cart-contents { color: ; }.eighteen-tags-pro-active #masthead, .eighteen-tags-pro-active .header-toggle { background-color:;} /*Secondary navigation*/ .eighteen-tags-pro-active nav.secondary-navigation {background-color:;}.eighteen-tags-pro-active nav.secondary-navigation a {font-family:Arial, sans-serif;}.eighteen-tags-pro-active nav.secondary-navigation ul,.eighteen-tags-pro-active nav.secondary-navigation a,.eighteen-tags-pro-active nav.secondary-navigation a:hover {font-size:px;letter-spacing:px;color:;font-weight: normal;font-style: normal;text-decoration: none;text-transform: none;}.eighteen-tags-pro-active nav.secondary-navigation ul li.current_page_item a,.eighteen-tags-pro-active nav.secondary-navigation ul li.current_page_item a:hover {color:;}.eighteen-tags-pro-active nav.secondary-navigation ul ul li a,.eighteen-tags-pro-active nav.secondary-navigation ul ul li a:hover {color:;}.eighteen-tags-pro-active nav.secondary-navigation ul.menu ul {background-color:;} /*Main Content Styles*/.eighteen-tags-pro-active h1, .eighteen-tags-pro-active h2, .eighteen-tags-pro-active h3, .eighteen-tags-pro-active h4, .eighteen-tags-pro-active h5, .eighteen-tags-pro-active h6 {font-family:;letter-spacing:px;line-height:;font-weight: normal;font-style: normal;text-decoration: none;text-transform: none;}.blog.eighteen-tags-pro-active .entry-title, .archive.eighteen-tags-pro-active .entry-title {font-size:20px;}.blog.eighteen-tags-pro-active .entry-title, .archive.eighteen-tags-pro-active .entry-title, .blog.eighteen-tags-pro-active .entry-title a, .archive.eighteen-tags-pro-active .entry-title a {color:;}.single-post.eighteen-tags-pro-active .entry-title { color:;}body.eighteen-tags-pro-active, .eighteen-tags-pro-active .panel-grid-cell { font-family:;line-height:}.eighteen-tags-pro-active .panel-grid-cell, #primary, #secondary {font-size:15px; }*:focus, .button:focus, .button.alt:focus, .button.added_to_cart:focus, .button.wc-forward:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus { outline: none !important; }.page .entry-header { height: 0; overflow: hidden; margin: 0; } /* Footer Styles */.eighteen-tags-pro-active .site-footer aside > *:not(h3) {font-size:px;font-weight: normal;font-style: normal;text-decoration: none;text-transform: none;color:;}.eighteen-tags-pro-active .site-footer .footer-widgets h3 {font-size:px;font-weight: normal;font-style: normal;text-decoration: none;text-transform: none;color:;}.eighteen-tags-pro-active .site-footer .footer-widgets a {color:;}.eighteen-tags-pro-active .site-footer .footer-widgets li:before {color:;}@media only screen and (min-width: 768px) {.eighteen-tags-pro-active #site-navigation { width: 100%; text-align: center; }.eighteen-tags-pro-active .site-header .custom-logo-link, .eighteen-tags-pro-active .site-header .site-branding{ width: 100%; text-align: center; }.eighteen-tags-pro-active .site-header .custom-logo-link img { margin: auto; }.etp-nav-search .etp-nav-search-close{color:#60646c}.main-navigation ul.menu > li > a, .etp-nav-search a { padding-top: 0.7em; padding-bottom: 0.7em; }.eighteen-tags-pro-active .main-navigation .site-header-cart li:first-child { padding-top: 0.7em; }.eighteen-tags-pro-active .main-navigation .site-header-cart .cart-contents { padding-top: 0; padding-bottom: 0.7em; }#site-navigation {background-color:#ffffff;}#site-navigation.main-navigation ul, #site-navigation.main-navigation ul li a, .eighteen-tags-pro-active .header-toggle {font-family:Open Sans;font-size:15px;}#site-navigation.main-navigation .primary-navigation ul li a, .eighteen-tags-pro-active .header-toggle {letter-spacing:px;color:;font-weight: normal;font-style: normal;text-decoration: none;text-transform: none;}#site-navigation.main-navigation ul li.current_page_item a {color:#1e73be;}#site-navigation.main-navigation .primary-navigation ul ul li a, #site-navigation.main-navigation .site-header-cart .widget_shopping_cart {color:#161616;}#site-navigation.main-navigation .site-header-cart .widget_shopping_cart, #site-navigation.main-navigation ul.menu ul {background-color:#ffffff;}}@media only screen and (max-width: 768px) {#site-navigation a.menu-toggle, .eighteen-tags-pro-active .site-header-cart .cart-contents {color: #000;}#site-navigation .handheld-navigation{background-color: #000000;}#site-navigation .handheld-navigation li a {color: #ffffff;}} </style> <link rel='stylesheet' id='etp-google-fonts-css' href='//fonts.googleapis.com/css?family=Montserrat%7COpen+Sans&#038;ver=5.6.14' type='text/css' media='all' /> <link rel='stylesheet' id='sfb-styles-css' href='https://ceo.edu.rs/wp-content/themes/eighteen-tags/inc/pro//includes/ext/footer-bar//assets/css/front.css?ver=5.6.14' type='text/css' media='all' /> <style id='sfb-styles-inline-css' type='text/css'> .sfb-footer-bar { background-color: #ffffff; background-image: url(); } .sfb-footer-bar .widget { color: #9aa0a7; } .sfb-footer-bar .widget h1, .sfb-footer-bar .widget h2, .sfb-footer-bar .widget h3, .sfb-footer-bar .widget h4, .sfb-footer-bar .widget h5, .sfb-footer-bar .widget h6 { color: #ffffff; } .sfb-footer-bar .widget a { color: #ffffff; } .shb-header-bar { background-color: #ffffff; background-image: url(); } .shb-header-bar .widget { color: #9aa0a7; } .shb-header-bar .widget h1, .shb-header-bar .widget h2, .shb-header-bar .widget h3, .shb-header-bar .widget h4, .shb-header-bar .widget h5, .shb-header-bar .widget h6 { color: #ffffff; } .shb-header-bar .widget a { color: #ffffff; } </style> <script type='text/javascript' src='https://ceo.edu.rs/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.2.2' id='monsterinsights-frontend-script-js'></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/ceo.edu.rs","hash_tracking":"false","v4_id":"G-4LGR30LGJR"};/* ]]> */ </script> <script type='text/javascript' src='https://ceo.edu.rs/wp-includes/js/jquery/jquery.min.js?ver=3.5.1' id='jquery-core-js'></script> <script type='text/javascript' src='https://ceo.edu.rs/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script> <script type='text/javascript' src='https://ceo.edu.rs/wp-content/plugins/livemesh-siteorigin-widgets/assets/js/jquery.waypoints.min.js?ver=2.7.0' id='lsow-waypoints-js'></script> <script type='text/javascript' src='https://ceo.edu.rs/wp-content/plugins/livemesh-siteorigin-widgets/assets/js/jquery.powertip.min.js?ver=2.7.0' id='lsow-tooltips-js'></script> <script type='text/javascript' src='https://ceo.edu.rs/wp-content/plugins/livemesh-siteorigin-widgets/includes/widgets/lsow-icon-list-widget/js/icon-list.min.js?ver=1.17.11' id='lsow-icon-list-js'></script> <script type='text/javascript' src='https://ceo.edu.rs/wp-content/plugins/sticky-menu-or-anything-on-scroll/assets/js/jq-sticky-anything.min.js?ver=2.1.1' id='stickyAnythingLib-js'></script> <script type='text/javascript' src='https://ceo.edu.rs/wp-content/themes/eighteen-tags/inc/pro//includes/page-customizer/assets/js/public.js?ver=5.6.14' id='page-custo-script-js'></script> <script type='text/javascript' src='https://ceo.edu.rs/wp-content/themes/eighteen-tags/js/skrollr.min.js?ver=5.6.14' id='etp-skrollr-js'></script> <link rel="https://api.w.org/" href="https://ceo.edu.rs/wp-json/" /><link rel="alternate" type="application/json" href="https://ceo.edu.rs/wp-json/wp/v2/pages/3217" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://ceo.edu.rs/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://ceo.edu.rs/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.6.14" /> <link rel="canonical" href="https://ceo.edu.rs/%d0%bf%d1%80%d0%be%d1%98%d0%b5%d0%ba%d1%82%d0%b8/" /> <link rel='shortlink' href='https://ceo.edu.rs/?p=3217' /> <link rel="alternate" type="application/json+oembed" href="https://ceo.edu.rs/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fceo.edu.rs%2F%25d0%25bf%25d1%2580%25d0%25be%25d1%2598%25d0%25b5%25d0%25ba%25d1%2582%25d0%25b8%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://ceo.edu.rs/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fceo.edu.rs%2F%25d0%25bf%25d1%2580%25d0%25be%25d1%2598%25d0%25b5%25d0%25ba%25d1%2582%25d0%25b8%2F&#038;format=xml" /> <script type="text/javascript"> (function () { window.lsow_fs = {can_use_premium_code: false}; })(); </script> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style></head> <body class="page-template-default page page-id-3217 full-sidebar layout- eighteen-tags-pro-active etp-nav-stylecenter pootle-page-customizer-active"> <div id="page" class="hfeed site"> <nav class="secondary-navigation " role="navigation" aria-label="Secondary Navigation"> <div class="col-full"><div style='float:left;' class='social-info'></div></div> </nav><!-- #site-navigation --> <header id="masthead" class="site-header" role="banner"> <div class="col-full"> <a class="skip-link screen-reader-text" href="#site-navigation">Skip to navigation</a> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <div class="site-branding"> <h1 class="site-title"><a href="https://ceo.edu.rs/" rel="home"></a></h1> </div> <div id="site-navigation" class="main-navigation" role="navigation" aria-label="Primary Navigation"> <div class="etp-nav-search" style="display: none;"> <form role="search" method="get" class="search-form" action="https://ceo.edu.rs/"> <label class="screen-reader-text" for="s">Search for:</label> <input type="search" class="search-field" placeholder="Search&hellip;" value="" name="s" title="Search for:" /> <input type="submit" value="&#xf002;" /> <input type='hidden' name='post_type[]' value='post' /><input type='hidden' name='post_type[]' value='page' /> </form> <a class='etp-nav-search-close'><i class='fa fa-close'></i></a> </div><!-- .etp-nav-search --> <a class="menu-toggle" aria-controls="primary-navigation" aria-expanded="false">Navigation</a> <div class="primary-navigation"><ul id="menu-menu1" class="menu"><li id="menu-item-30" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-30"><a href="https://ceo.edu.rs/">Насловна</a></li><li id="menu-item-322" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-322"><a href="#">О нама</a> <ul class="sub-menu"> <li id="menu-item-66" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-66"><a href="https://ceo.edu.rs/%d0%be-%d0%bd%d0%b0%d0%bc%d0%b0/%d0%bc%d0%b8%d1%81%d0%b8%d1%98%d0%b0-%d0%b8-%d0%b2%d0%b8%d0%b7%d0%b8%d1%98%d0%b0/">Мисија и визија</a></li> <li id="menu-item-65" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-65"><a href="https://ceo.edu.rs/%d0%be-%d0%bd%d0%b0%d0%bc%d0%b0/%d0%bd%d0%b0%d0%b4%d0%bb%d0%b5%d0%b6%d0%bd%d0%be%d1%81%d1%82%d0%b8/">Надлежности</a></li> <li id="menu-item-64" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-64"><a href="https://ceo.edu.rs/%d0%be-%d0%bd%d0%b0%d0%bc%d0%b0/%d1%86%d0%b8%d1%99%d0%bd%d0%b5-%d0%b3%d1%80%d1%83%d0%bf%d0%b5/">Циљне групе</a></li> <li id="menu-item-63" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-63"><a href="https://ceo.edu.rs/%d0%be-%d0%bd%d0%b0%d0%bc%d0%b0/%d0%be%d1%80%d0%b3%d0%b0%d0%bd%d0%b8%d0%b7%d0%b0%d1%86%d0%b8%d0%be%d0%bd%d0%b0-%d1%81%d1%82%d1%80%d1%83%d0%ba%d1%82%d1%83%d1%80%d0%b0/">Организациона структура</a></li> <li id="menu-item-62" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-62"><a href="https://ceo.edu.rs/%d0%be-%d0%bd%d0%b0%d0%bc%d0%b0/%d1%84%d0%b8%d0%bd%d0%b0%d0%bd%d1%81%d0%b8%d1%98%d1%81%d0%ba%d0%b8-%d0%bf%d0%bb%d0%b0%d0%bd%d0%be%d0%b2%d0%b8/">Финансијски планови</a></li> <li id="menu-item-61" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-61"><a href="https://ceo.edu.rs/%d0%be-%d0%bd%d0%b0%d0%bc%d0%b0/%d1%84%d0%b8%d0%bd%d0%b0%d0%bd%d1%81%d0%b8%d1%98%d1%81%d0%ba%d0%b8-%d0%b8%d0%b7%d0%b2%d0%b5%d1%88%d1%82%d0%b0%d1%98%d0%b8/">Финансијски извештаји</a></li> <li id="menu-item-60" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-60"><a href="https://ceo.edu.rs/%d0%be-%d0%bd%d0%b0%d0%bc%d0%b0/%d0%b8%d0%bd%d1%84%d0%be%d1%80%d0%bc%d0%b0%d1%82%d0%be%d1%80-%d0%be-%d1%80%d0%b0%d0%b4%d1%83/">Информатор о раду</a></li> <li id="menu-item-59" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-59"><a href="https://ceo.edu.rs/%d0%be-%d0%bd%d0%b0%d0%bc%d0%b0/%d1%83%d0%b2%d0%be%d1%92%d0%b5%d1%9a%d0%b5-%d1%81%d1%82%d0%b0%d0%bd%d0%b4%d0%b0%d1%80%d0%b4%d0%b0-iso-9001/">Увођење стандарда ISO 9001</a></li> <li id="menu-item-734" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-734"><a href="https://ceo.edu.rs/%d0%be-%d0%bd%d0%b0%d0%bc%d0%b0/%d1%98%d0%b0%d0%b2%d0%bd%d0%b5-%d0%bd%d0%b0%d0%b1%d0%b0%d0%b2%d0%ba%d0%b5/">Јавне набавке</a></li> <li id="menu-item-1339" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1339"><a href="https://ceo.edu.rs/%d0%b7%d0%b0%d0%ba%d0%be%d0%bd%d0%b8-%d0%b8-%d0%bf%d1%80%d0%b0%d0%b2%d0%b8%d0%bb%d0%bd%d0%b8%d1%86%d0%b8/">Закони и правилници</a></li> <li id="menu-item-1375" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1375"><a href="https://ceo.edu.rs/%d1%98%d0%b0%d0%b2%d0%bd%d0%b0-%d1%80%d0%b0%d1%81%d0%bf%d1%80%d0%b0%d0%b2%d0%b0/">Јавна расправа</a></li> </ul> </li><li id="menu-item-407" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-407"><a href="https://ceo.edu.rs/category/%d0%bd%d0%be%d0%b2%d0%be%d1%81%d1%82%d0%b8/">Новости</a></li><li id="menu-item-323" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-323"><a href="#">Подручја деловања</a> <ul class="sub-menu"> <li id="menu-item-420" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-420"><a href="https://ceo.edu.rs/%d0%be%d1%81%d0%b8%d0%b3%d1%83%d1%80%d0%b0%d1%9a%d0%b5-%d0%ba%d0%b2%d0%b0%d0%bb%d0%b8%d1%82%d0%b5%d1%82%d0%b0-%d1%83-%d0%be%d1%81%d0%bd%d0%be%d0%b2%d0%bd%d0%be%d1%98-%d1%88%d0%ba%d0%be%d0%bb%d0%b8/">Осигурање квалитета у основној школи</a></li> <li id="menu-item-419" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-419"><a href="https://ceo.edu.rs/%d1%81%d1%82%d1%80%d1%83%d1%87%d0%bd%d0%be-%d1%83%d1%81%d0%b0%d0%b2%d1%80%d1%88%d0%b0%d0%b2%d0%b0%d1%9a%d0%b5/">Стручно усавршавање запослених у образовању</a></li> <li id="menu-item-418" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-418"><a href="https://ceo.edu.rs/%d0%b8%d1%81%d1%82%d1%80%d0%b0%d0%b6%d0%b8%d0%b2%d0%b0%d1%9a%d0%b5-%d0%b8-%d1%80%d0%b0%d0%b7%d0%b2%d0%be%d1%98/">Истраживање и развој у основном образовању</a></li> </ul> </li><li id="menu-item-26" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26"><a href="https://ceo.edu.rs/%d0%bf%d1%83%d0%b1%d0%bb%d0%b8%d0%ba%d0%b0%d1%86%d0%b8%d1%98%d0%b5/">Публикације</a></li><li id="menu-item-84" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-84"><a href="https://ceo.edu.rs/%d0%ba%d0%be%d0%bd%d1%82%d0%b0%d0%ba%d1%82/">Контакт</a></li><li id="menu-item-83" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-83"><a href="https://ceo.edu.rs/%d0%bf%d0%b8%d1%82%d0%b0%d1%9a%d0%b0-%d0%b8-%d1%81%d1%83%d0%b3%d0%b5%d1%81%d1%82%d0%b8%d1%98%d0%b5/">Питања и сугестије</a></li><li class="etp-search"><a><i class="fa fa-search"></i></a><ul><li><form role="search" method="get" class="search-form" action="https://ceo.edu.rs/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form></li></ul></li></ul></div><div class="handheld-navigation"><div class="menu-menu1-container"><ul id="menu-menu1-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-30"><a href="https://ceo.edu.rs/">Насловна</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-322"><a href="#">О нама</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-66"><a href="https://ceo.edu.rs/%d0%be-%d0%bd%d0%b0%d0%bc%d0%b0/%d0%bc%d0%b8%d1%81%d0%b8%d1%98%d0%b0-%d0%b8-%d0%b2%d0%b8%d0%b7%d0%b8%d1%98%d0%b0/">Мисија и визија</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-65"><a href="https://ceo.edu.rs/%d0%be-%d0%bd%d0%b0%d0%bc%d0%b0/%d0%bd%d0%b0%d0%b4%d0%bb%d0%b5%d0%b6%d0%bd%d0%be%d1%81%d1%82%d0%b8/">Надлежности</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-64"><a href="https://ceo.edu.rs/%d0%be-%d0%bd%d0%b0%d0%bc%d0%b0/%d1%86%d0%b8%d1%99%d0%bd%d0%b5-%d0%b3%d1%80%d1%83%d0%bf%d0%b5/">Циљне групе</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-63"><a href="https://ceo.edu.rs/%d0%be-%d0%bd%d0%b0%d0%bc%d0%b0/%d0%be%d1%80%d0%b3%d0%b0%d0%bd%d0%b8%d0%b7%d0%b0%d1%86%d0%b8%d0%be%d0%bd%d0%b0-%d1%81%d1%82%d1%80%d1%83%d0%ba%d1%82%d1%83%d1%80%d0%b0/">Организациона структура</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-62"><a href="https://ceo.edu.rs/%d0%be-%d0%bd%d0%b0%d0%bc%d0%b0/%d1%84%d0%b8%d0%bd%d0%b0%d0%bd%d1%81%d0%b8%d1%98%d1%81%d0%ba%d0%b8-%d0%bf%d0%bb%d0%b0%d0%bd%d0%be%d0%b2%d0%b8/">Финансијски планови</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-61"><a href="https://ceo.edu.rs/%d0%be-%d0%bd%d0%b0%d0%bc%d0%b0/%d1%84%d0%b8%d0%bd%d0%b0%d0%bd%d1%81%d0%b8%d1%98%d1%81%d0%ba%d0%b8-%d0%b8%d0%b7%d0%b2%d0%b5%d1%88%d1%82%d0%b0%d1%98%d0%b8/">Финансијски извештаји</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-60"><a href="https://ceo.edu.rs/%d0%be-%d0%bd%d0%b0%d0%bc%d0%b0/%d0%b8%d0%bd%d1%84%d0%be%d1%80%d0%bc%d0%b0%d1%82%d0%be%d1%80-%d0%be-%d1%80%d0%b0%d0%b4%d1%83/">Информатор о раду</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-59"><a href="https://ceo.edu.rs/%d0%be-%d0%bd%d0%b0%d0%bc%d0%b0/%d1%83%d0%b2%d0%be%d1%92%d0%b5%d1%9a%d0%b5-%d1%81%d1%82%d0%b0%d0%bd%d0%b4%d0%b0%d1%80%d0%b4%d0%b0-iso-9001/">Увођење стандарда ISO 9001</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-734"><a href="https://ceo.edu.rs/%d0%be-%d0%bd%d0%b0%d0%bc%d0%b0/%d1%98%d0%b0%d0%b2%d0%bd%d0%b5-%d0%bd%d0%b0%d0%b1%d0%b0%d0%b2%d0%ba%d0%b5/">Јавне набавке</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1339"><a href="https://ceo.edu.rs/%d0%b7%d0%b0%d0%ba%d0%be%d0%bd%d0%b8-%d0%b8-%d0%bf%d1%80%d0%b0%d0%b2%d0%b8%d0%bb%d0%bd%d0%b8%d1%86%d0%b8/">Закони и правилници</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1375"><a href="https://ceo.edu.rs/%d1%98%d0%b0%d0%b2%d0%bd%d0%b0-%d1%80%d0%b0%d1%81%d0%bf%d1%80%d0%b0%d0%b2%d0%b0/">Јавна расправа</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-407"><a href="https://ceo.edu.rs/category/%d0%bd%d0%be%d0%b2%d0%be%d1%81%d1%82%d0%b8/">Новости</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-323"><a href="#">Подручја деловања</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-420"><a href="https://ceo.edu.rs/%d0%be%d1%81%d0%b8%d0%b3%d1%83%d1%80%d0%b0%d1%9a%d0%b5-%d0%ba%d0%b2%d0%b0%d0%bb%d0%b8%d1%82%d0%b5%d1%82%d0%b0-%d1%83-%d0%be%d1%81%d0%bd%d0%be%d0%b2%d0%bd%d0%be%d1%98-%d1%88%d0%ba%d0%be%d0%bb%d0%b8/">Осигурање квалитета у основној школи</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-419"><a href="https://ceo.edu.rs/%d1%81%d1%82%d1%80%d1%83%d1%87%d0%bd%d0%be-%d1%83%d1%81%d0%b0%d0%b2%d1%80%d1%88%d0%b0%d0%b2%d0%b0%d1%9a%d0%b5/">Стручно усавршавање запослених у образовању</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-418"><a href="https://ceo.edu.rs/%d0%b8%d1%81%d1%82%d1%80%d0%b0%d0%b6%d0%b8%d0%b2%d0%b0%d1%9a%d0%b5-%d0%b8-%d1%80%d0%b0%d0%b7%d0%b2%d0%be%d1%98/">Истраживање и развој у основном образовању</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26"><a href="https://ceo.edu.rs/%d0%bf%d1%83%d0%b1%d0%bb%d0%b8%d0%ba%d0%b0%d1%86%d0%b8%d1%98%d0%b5/">Публикације</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-84"><a href="https://ceo.edu.rs/%d0%ba%d0%be%d0%bd%d1%82%d0%b0%d0%ba%d1%82/">Контакт</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-83"><a href="https://ceo.edu.rs/%d0%bf%d0%b8%d1%82%d0%b0%d1%9a%d0%b0-%d0%b8-%d1%81%d1%83%d0%b3%d0%b5%d1%81%d1%82%d0%b8%d1%98%d0%b5/">Питања и сугестије</a></li> </ul></div> <div class="etp-nav-search"> <form role="search" method="get" class="search-form" action="https://ceo.edu.rs/"> <label class="screen-reader-text" for="s">Search for:</label> <input type="search" class="search-field" placeholder="Search&hellip;" value="" name="s" title="Search for:" /> <input type="submit" value="&#xf002;" /> <input type='hidden' name='post_type[]' value='post' /><input type='hidden' name='post_type[]' value='page' /> </form> </div><!-- .etp-nav-search --> </div> </nav><!-- #site-navigation --> </div> </header><!-- #masthead --> <div id="content" class="site-content" tabindex="-1"> <div class="col-full"> <div class="woocommerce-breadcrumb"><a href="https://ceo.edu.rs">Home</a> / Пројекти</div> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <article id="post-3217" class="post-3217 page type-page status-publish hentry"> <header class="entry-header"> <h1 class="entry-title" itemprop="name">Пројекти</h1> </header><!-- .entry-header --> <div class="entry-content" itemprop="mainContentOfPage"> <p style="font-weight: 400;"> <strong>Пројекти који су у току  – у оквиру редовних законских задужења од стране МПН</strong><strong> (2020)</strong></p> <p style="font-weight: 400;">1.1.   Подршка систему вредновања квалитета на националном нивоу и нивоу установе</p> <p style="font-weight: 400;">(јануар 2020 &#8211; децембар 2020)</p> <p style="font-weight: 400;">1.2.   Развој инструмената за припрему и полагање завршног испита у основном образовању</p> <p style="font-weight: 400;">(јануар 2020 &#8211; децембар 2020)</p> <p style="font-weight: 400;">1.3.   Развој националних испита у средњем образовању – припремање услова за успостављање система матурских испита</p> <p style="font-weight: 400;">(јануар 2020 &#8211; децембар 2020)</p> <p style="font-weight: 400;">2.1. Подршка школи након спољашњег вредновања – иновативне праксе</p> <p style="font-weight: 400;">                (јануар 2020 &#8211; децембар 2020)</p> <p style="font-weight: 400;">2.2. Подршка школама у функцији развоја квалитета инклузивног образовања и унапређивања културе вредновања</p> <p style="font-weight: 400;">(јануар 2020 &#8211; децембар 2020)</p> <p style="font-weight: 400;">2.3. Обука запослених у образовању за примену образовних стандарда и самовредновање рада установа у основном и средњем образовању</p> <p style="font-weight: 400;">(јануар 2020 &#8211; децембар 2020)</p> <p style="font-weight: 400;">3.1. Вредновање остварености циљева и исхода програма огледа у функцији развоја системa и друге аналитичко-истраживачке активности у области осигурања квалитета образовања и васпитања</p> <p style="font-weight: 400;">(јануар 2020 &#8211; децембар 2020)</p> <p style="font-weight: 400;">3.2. Вредновање исхода учења – Припрема услова за национална и међународна испитивања постигнућа ученика</p> <p style="font-weight: 400;">(јануар 2020 &#8211; децембар 2020)</p> <p style="font-weight: 400;">3.3. Ревизија образовних стандарда за крај основног образовања и васпитања</p> <p style="font-weight: 400;">(јул 2020 &#8211; децембар 2020)</p> <p>&nbsp;</p> <p>&nbsp;</p> <p style="font-weight: 400;"><strong>Пројекти који су у току – финансирање из других извора</strong></p> <p>&nbsp;</p> <p style="font-weight: 400;">Пројекат: „<strong>A-SELFIE</strong>“</p> <p><strong>Call reference</strong>: EACEA/36/2018<br /> <strong>Programme title</strong>: Erasmus + Programme<br /> <strong>Key Action 3</strong>: Support for Policy Reform &#8211; European Forward Looking Cooperation Projects in the field of Education and Training<br /> <strong>Reference number:</strong> 612888<br /> <strong>Action title:</strong> SELFIE &#8211; Digital Schools Awards Pilot Programme<br /> <strong>Partners:</strong> Ireland (2), Lithuania (1), Slovenia (1), Serbia (2)</p> <p style="font-weight: 400;"><a href="https://www.developmentaid.org/#!/references/view/150981/selfie-digital-schools-awards-pilot-programme" data-saferedirecturl="https://www.google.com/url?q=https://www.developmentaid.org/%23!/references/view/150981/selfie-digital-schools-awards-pilot-programme&amp;source=gmail&amp;ust=1596657197181000&amp;usg=AFQjCNFxCdKR-92EWORXgeRg04L3LVofQA">https://www.developmentaid.org/#!/references/view/150981/selfie-digital-schools-awards-pilot-programme</a></p> <p style="font-weight: 400;"><a href="https://digitalschoolsawardsie.sharepoint.com/sites/A-SELFIE" data-saferedirecturl="https://www.google.com/url?q=https://digitalschoolsawardsie.sharepoint.com/sites/A-SELFIE&amp;source=gmail&amp;ust=1596657197181000&amp;usg=AFQjCNHWuTZuT3OO72HjyXEfaDccxm7LRg">https://digitalschoolsawardsie.sharepoint.com/sites/A-SELFIE</a></p> <p style="font-weight: 400;"><a href="https://www.youtube.com/watch?v=L3nJRjzNTYk" data-saferedirecturl="https://www.google.com/url?q=https://www.youtube.com/watch?v%3DL3nJRjzNTYk&amp;source=gmail&amp;ust=1596657197181000&amp;usg=AFQjCNFh4sPcR4xkcK-FhgRBSJMKCnk-PA">https://www.youtube.com/watch?v=L3nJRjzNTYk</a></p> <p style="font-weight: 400;"><a href="https://www.facebook.com/digitalschoolsawards/" data-saferedirecturl="https://www.google.com/url?q=https://www.facebook.com/digitalschoolsawards/&amp;source=gmail&amp;ust=1596657197181000&amp;usg=AFQjCNFYfNwa55XN-yMw22EsTnpbaKgVyA">https://www.facebook.com/digitalschoolsawards/</a></p> <p style="font-weight: 400;"><a href="https://www.digitalschoolsawards.co.uk/" data-saferedirecturl="https://www.google.com/url?q=https://www.digitalschoolsawards.co.uk&amp;source=gmail&amp;ust=1596657197181000&amp;usg=AFQjCNE3aWv-6T_opViwH93pd5EMT4Gcpg">https://www.digitalschoolsawards.co.uk</a></p> <p>&nbsp;</p> <p style="font-weight: 400;">Пројекат: „<strong>UPNoW &#8211;</strong> <strong>Upskilling Pathways: New Opportunities for Adults”</strong></p> <p style="font-weight: 400;">Financed by: The European Programme for Employment and Social Innovation (EaSI)</p> <p style="font-weight: 400;"><a href="https://ec.europa.eu/social/main.jsp?catId=1224" data-saferedirecturl="https://www.google.com/url?q=https://ec.europa.eu/social/main.jsp?catId%3D1224&amp;source=gmail&amp;ust=1596657197181000&amp;usg=AFQjCNFL7dCA_Kgek9tPWaWu4ig0TBO6TA">https://ec.europa.eu/social/main.jsp?catId=1224</a></p> <p style="font-weight: 400;"><a href="http://upnow.rs/index.php" data-saferedirecturl="https://www.google.com/url?q=http://upnow.rs/index.php&amp;source=gmail&amp;ust=1596657197181000&amp;usg=AFQjCNEo0Se61mZjtAehxMOR0AclxedAbQ">http://upnow.rs/index.php</a></p> <p style="font-weight: 400;"><a href="https://www.minrzs.gov.rs/sr/projekti/programi/program-zaposljavanja-easi" data-saferedirecturl="https://www.google.com/url?q=https://www.minrzs.gov.rs/sr/projekti/programi/program-zaposljavanja-easi&amp;source=gmail&amp;ust=1596657197181000&amp;usg=AFQjCNEBNrtOXCX--vKCFUaI7KdV5f52tQ">https://www.minrzs.gov.rs/sr/projekti/programi/program-zaposljavanja-easi</a></p> <p style="font-weight: 400;"><strong> </strong></p> <p>&nbsp;</p> <ul> <li style="font-weight: 400;"><strong>Завршени пројекти &#8211; у оквиру редовних законских задужења од стране МПН</strong></li> </ul> <p style="font-weight: 400;"> <p style="font-weight: 400;">Under reconstruction…</p> <p style="font-weight: 400;"> <p style="font-weight: 400;"><strong> </strong></p> <ul> <li style="font-weight: 400;"><strong>Завршени пројекти &#8211; финансирање из других извора</strong></li> </ul> <p style="font-weight: 400;"> <p style="font-weight: 400;">Under reconstruction…</p> </div><!-- .entry-content --> </article><!-- #post-## --> </main><!-- #main --> </div><!-- #primary --> </div><!-- .col-full --> </div><!-- #content --> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="col-full"> <section class="footer-widgets col-3 fix"> <section class="block footer-widget-1"> <aside id="text-3" class="widget widget_text"> <div class="textwidget"><table class="footer-widget"> <tr> <td><i class="fa fa-map-marker" style="margin-right:10px;"></i>Адреса: Фабрисова 10</td> </tr> <tr> <td>11040 Београд, Република Србија</td> </tr> <tr> <td>Радно време 8:00 - 16:00</td> </tr> </table></div> </aside> </section> <section class="block footer-widget-2"> <aside id="text-4" class="widget widget_text"> <div class="textwidget"><table class="footer-widget"> <tr> <td><i class="fa fa-envelope"></i></td> <td>E-mail: office@ceo.gov.rs</td> </tr> <tr> <td><i class="fa fa-phone"></i></td> <td>Tел: 011/2067-000</td> </tr> <tr> <td><i class="fa fa-fax"></i></td> <td>Факс: 011/2067-009</td> </tr> </table></div> </aside> </section> <section class="block footer-widget-3"> <aside id="text-5" class="widget widget_text"> <div class="textwidget"><table class="footer-widget"> <tr> <td><i class="fa fa-navicon" style="margin-right:10px;"></i><a href="/мапа-сајта" class="footer-sitemap" target="_blank" rel="noopener">Мапа сајта</a></td> </tr> </table></div> </aside><aside id="lsow-icon-list-6" class="widget widget_lsow-icon-list"><div class="so-widget-lsow-icon-list so-widget-lsow-icon-list-default-e1168186f91f"> <div class="lsow-icon-list lsow-alignleft"><div class="lsow-icon-list-item " title=""><a class="lsow-image-wrapper" href="https://www.facebook.com/zavod.ieqe/" target="_blank"><img width="512" height="512" src="https://ceo.edu.rs/wp-content/uploads/2019/09/fb-icon1.png" class="lsow-image full" alt="" loading="lazy" srcset="https://ceo.edu.rs/wp-content/uploads/2019/09/fb-icon1.png 512w, https://ceo.edu.rs/wp-content/uploads/2019/09/fb-icon1-150x150.png 150w, https://ceo.edu.rs/wp-content/uploads/2019/09/fb-icon1-300x300.png 300w" sizes="(max-width: 512px) 100vw, 512px" /></a></div><!-- .lsow-icon-list-item --><div class="lsow-icon-list-item " title=""><a class="lsow-image-wrapper" href="https://www.instagram.com/zavod_ieqe/" target="_blank"><img width="512" height="512" src="https://ceo.edu.rs/wp-content/uploads/2019/09/insta-icon.png" class="lsow-image full" alt="" loading="lazy" srcset="https://ceo.edu.rs/wp-content/uploads/2019/09/insta-icon.png 512w, https://ceo.edu.rs/wp-content/uploads/2019/09/insta-icon-150x150.png 150w, https://ceo.edu.rs/wp-content/uploads/2019/09/insta-icon-300x300.png 300w" sizes="(max-width: 512px) 100vw, 512px" /></a></div><!-- .lsow-icon-list-item --><div class="lsow-icon-list-item " title=""><a class="lsow-image-wrapper" href="https://twitter.com/zavod_ieqe" target="_blank"><img width="512" height="512" src="https://ceo.edu.rs/wp-content/uploads/2019/09/twitter-icon.png" class="lsow-image full" alt="" loading="lazy" srcset="https://ceo.edu.rs/wp-content/uploads/2019/09/twitter-icon.png 512w, https://ceo.edu.rs/wp-content/uploads/2019/09/twitter-icon-150x150.png 150w, https://ceo.edu.rs/wp-content/uploads/2019/09/twitter-icon-300x300.png 300w" sizes="(max-width: 512px) 100vw, 512px" /></a></div><!-- .lsow-icon-list-item --></div><!-- .lsow-icon-list --></div></aside> </section> </section><!-- /.footer-widgets --> <div class="site-info"> <div class="footerText">© 2016. Завод за вредновање квалитета образовања и васпитања.</div> </div><!-- .site-info --> </div><!-- .col-full --> </footer><!-- #colophon --> </div><!-- #page --> <link rel='stylesheet' id='so-css-eighteen-tags-css' href='https://ceo.edu.rs/wp-content/uploads/so-css/so-css-eighteen-tags.css?ver=1693518202' type='text/css' media='all' /> <script type='text/javascript' id='contact-form-7-js-extra'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"https:\/\/ceo.edu.rs\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type='text/javascript' src='https://ceo.edu.rs/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.3.2' id='contact-form-7-js'></script> <script type='text/javascript' id='lsow-frontend-scripts-js-extra'> /* <![CDATA[ */ var lsow_settings = {"mobile_width":"780","custom_css":""}; /* ]]> */ </script> <script type='text/javascript' src='https://ceo.edu.rs/wp-content/plugins/livemesh-siteorigin-widgets/assets/js/lsow-frontend.min.js?ver=2.7.0' id='lsow-frontend-scripts-js'></script> <script type='text/javascript' id='stickThis-js-extra'> /* <![CDATA[ */ var sticky_anything_engage = {"element":"#site-navigation.main-navigation","topspace":"0","minscreenwidth":"0","maxscreenwidth":"999999","zindex":"1","legacymode":"","dynamicmode":"","debugmode":"","pushup":"","adminbar":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://ceo.edu.rs/wp-content/plugins/sticky-menu-or-anything-on-scroll/assets/js/stickThis.js?ver=2.1.1' id='stickThis-js'></script> <script type='text/javascript' src='https://ceo.edu.rs/wp-content/themes/eighteen-tags/js/skip-link-focus-fix.min.js?ver=20130115' id='eighteen-tags-skip-link-focus-fix-js'></script> <script type='text/javascript' src='https://ceo.edu.rs/wp-content/themes/eighteen-tags/inc/pro//assets/js/public.js?ver=1.0.0' id='etp-public-script-js'></script> <script type='text/javascript' src='https://ceo.edu.rs/wp-includes/js/imagesloaded.min.js?ver=4.1.4' id='imagesloaded-js'></script> <script type='text/javascript' src='https://ceo.edu.rs/wp-includes/js/masonry.min.js?ver=4.2.2' id='masonry-js'></script> <script type='text/javascript' src='https://ceo.edu.rs/wp-includes/js/jquery/jquery.masonry.min.js?ver=3.1.2b' id='jquery-masonry-js'></script> <script type='text/javascript' src='https://ceo.edu.rs/wp-includes/js/wp-embed.min.js?ver=5.6.14' id='wp-embed-js'></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10