{"id":527,"date":"2019-05-03T07:44:30","date_gmt":"2019-05-03T05:44:30","guid":{"rendered":"http:\/\/fakultetiwordpress.localhost:8012\/?page_id=527"},"modified":"2026-02-11T13:01:21","modified_gmt":"2026-02-11T12:01:21","slug":"knowledge-transfer-experts","status":"publish","type":"page","link":"https:\/\/prenosznanja.si\/en\/about-kts\/knowledge-transfer-experts\/","title":{"rendered":"Knowledge Transfer Experts"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\">Knowledge Transfer Experts<\/h1>\n\n\n<form role=\"search\" method=\"get\" id=\"searchform\" class=\"tagForm\" action=\"\">\n    <div class=\"searchformbox with-selections\">\n        <div class=\"row\">\n            <div class=\"col-md-12\">\n                <fieldset>\n                    <div class=\"wrapper search-cont-with-select\">\n                        <input type=\"text\" value=\"\" name=\"search\" id=\"search\" placeholder=\"Search for experts\">\n                        <div class=\"search-cont-custom\">\n                            <div style=\"position: relative;\">\n                                <div class=\"placeholder-custom\">Organization<\/div>  \n                                <select id=\"univerza\" name=\"univerza[]\" class=\"js-example-basic-multiple js-states form-control\" multiple>\n                                                                        <option \n                                                                    value=\"fakulteta-za-informacijske-studije\">Faculty of Information Studies Novo mesto<\/option>\n                                                                        <option \n                                                                    value=\"nib\">National Institute of Biology<\/option>\n                                                                        <option \n                                                                    value=\"kemijski-institut\">National Institute of Chemistry<\/option>\n                                                                        <option \n                                                                    value=\"rudolfovo\">Rudolfovo &#8211; Science and Technology Centre Novo mesto<\/option>\n                                                                        <option \n                                                                    value=\"zavod-za-gradbenistvo\">Slovenian National Building and Civil Engineering Institute<\/option>\n                                                                        <option \n                                                                    value=\"kmetijski-institut-slovenije\">The Agricultural Institute of Slovenia<\/option>\n                                                                        <option \n                                                                    value=\"geoloski-zavod-slovenije\">The Geological Survey of Slovenia<\/option>\n                                                                        <option \n                                                                    value=\"institut-za-kovinske-materiale-in-tehnologije\">The Institute of Metals and Technology (IMT)<\/option>\n                                                                        <option \n                                                                    value=\"institut-jozef-stefan\">The Jo\u017eef Stefan Institute<\/option>\n                                                                        <option \n                                                                    value=\"zrs-koper\">The Science and Research Centre Koper<\/option>\n                                                                        <option \n                                                                    value=\"univerza-v-ljubljani\">University of Ljubljana<\/option>\n                                                                        <option \n                                                                    value=\"univerza-v-mariboru\">University of Maribor<\/option>\n                                                                        <option \n                                                                    value=\"univerza-na-primorskem\">University of Primorska<\/option>\n                                                                    <\/select>\n                            <\/div>\n\n                            <div style=\"position: relative;\">\n                                <div class=\"placeholder-custom\">Field<\/div>\n                                <select id=\"podrocje\" name=\"podrocje[]\" class=\"js-example-basic-multiple js-states form-control\" multiple>\n                                                                                                                <option \n                                                                            value=\"biotehnology\">Biotehnology<\/option>\n                                                                            <option \n                                                                            value=\"civil-engineering\">Civil Engineering<\/option>\n                                                                            <option \n                                                                            value=\"digital-technology\">Digital Technology<\/option>\n                                                                            <option \n                                                                            value=\"energy\">Energy<\/option>\n                                                                            <option \n                                                                            value=\"environment\">Environment<\/option>\n                                                                            <option \n                                                                            value=\"food-and-agriculture\">Food and Agriculture<\/option>\n                                                                            <option \n                                                                            value=\"health\">Health<\/option>\n                                                                            <option \n                                                                            value=\"materials\">Materials<\/option>\n                                                                            <option \n                                                                            value=\"mechanics-and-electronics\">Mechanics and Electronics<\/option>\n                                                                            <option \n                                                                            value=\"mobility\">Mobility<\/option>\n                                                                            <option \n                                                                            value=\"recycling\">Recycling<\/option>\n                                                                            <option \n                                                                            value=\"social-sciences-humanities-and-arts\">Social sciences, humanities and arts<\/option>\n                                          \n                                                                    <\/select>\n                            <\/div>\n                            <button type=\"submit\" id=\"searchsubmit\">Search<\/button>\n                        <\/div>\n                    <\/div>\n                <\/fieldset>\n            <\/div>\n        <\/div>\n    <\/div>\n    <\/form>\n\n <div class=\"tags-preview\">\n    <h2 style=\"margin-bottom: 10px;margin-top: 20px;\">Organization<\/h2>\n    <div style=\"margin-top: 0;\" class=\"tags technologytags tags-univerza\"><\/div>\n\n    <h2 style=\"margin-bottom: 10px;margin-top: 20px;\">Field<\/h2>\n    <div style=\"margin-top: 0;\" class=\"tags technologytags tags-podrocje\"><\/div>\n<\/div> \n\n<div id=\"no-results-text\" style=\"display: none;margin-top: 50px;\">No results, please try again.<\/div>\n<div id=\"filter-live-region\" class=\"sr-only\" aria-live=\"polite\" aria-atomic=\"true\"><\/div>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function () {\n  \/\/ FILTER ITEMS BASED ON URL PARAMS\n  const params = new URLSearchParams(window.location.search);\n  const search = (params.get('search') || '').toLowerCase();\n  const univerzaValues = params.getAll('univerza[]');\n  const podrocjeValues = params.getAll('podrocje[]');\n\n  function filterItems() {\n    let visibleCount = 0;\n    const noResultsEl = document.getElementById('no-results-text');\n    const isSl = document.documentElement.lang.toLowerCase().startsWith('sl');\n\n    document.querySelectorAll('.filter-item').forEach((item) => {\n      const title = item.querySelector('.filter-title')?.textContent.toLowerCase() || '';\n      const description  = item.querySelector('.filter-description')?.textContent.toLowerCase() || '';\n      const itemUniverza = Array.from(item.querySelectorAll('.univerza')).map(div => div.textContent.trim());\n      const itemPodrocje = Array.from(item.querySelectorAll('.podrocje')).map(div => div.textContent.trim());\n\n      const matchSearch = !search || title.includes(search) || description.includes(search);\n      const matchUniverza = univerzaValues.length === 0 || univerzaValues.some(val => itemUniverza.includes(val));\n      const matchPodrocje = podrocjeValues.length === 0 || podrocjeValues.some(val => itemPodrocje.includes(val));\n\n      item.style.display = (matchSearch && matchUniverza && matchPodrocje) ? '' : 'none';\n\n       const isMatch = matchSearch && matchUniverza && matchPodrocje;\n       if (isMatch) visibleCount++;\n    });\n\n    if (noResultsEl) {\n      noResultsEl.style.display = visibleCount === 0 ? 'block' : 'none';\n    }\n\n    const liveEl = document.getElementById('filter-live-region');\n    if (liveEl) {\n      liveEl.textContent = isSl ? visibleCount + ' rezultatov' : visibleCount + ' results';\n    }\n  }\n\n  filterItems();\n\n  \/\/ UPDATE CHECKBOX DISPLAY ON SELECT CHANGE\n  function updateCheckboxDisplay(selectEl, containerSelector, inputPrefix) {\n    const container = document.querySelector(containerSelector);\n    const selectedValues = Array.from(selectEl.selectedOptions).map(opt => opt.value);\n    const heading = container.previousElementSibling;\n\n    container.innerHTML = '';\n\n     if (selectedValues.length === 0) {\n    container.style.display = 'none';\n    if (heading) heading.style.display = 'none';\n    return;\n    } else {\n        container.style.display = '';\n        if (heading) heading.style.display = '';\n    }\n\n\n    selectedValues.forEach((val, index) => {\n      const label = selectEl.querySelector(`option[value=\"${val}\"]`)?.textContent || val;\n      const id = `${inputPrefix}${index + 1}`;\n\n      const checkbox = document.createElement('input');\n      checkbox.type = 'checkbox';\n      checkbox.name = `${inputPrefix.toLowerCase()}[]`;\n      checkbox.id = id;\n      checkbox.value = val;\n      checkbox.checked = true;\n\n        const labelEl = document.createElement('button');\n        labelEl.htmlFor = id;\n        labelEl.className = 'tags__item';\n        labelEl.setAttribute('aria-pressed', 'true');\n        labelEl.style.position = 'relative';\n        labelEl.style.paddingRight = '20px'; \/\/ space for the close icon\n        labelEl.textContent = label;\n\n        \/\/ Add close \"\u00d7\" icon\n        const closeIcon = document.createElement('span');\n        closeIcon.setAttribute('aria-hidden', 'true');\n        closeIcon.textContent = '\u00d7';\n        closeIcon.style.position = 'absolute';\n        closeIcon.style.right = '5px';\n        closeIcon.style.top = '0';\n        closeIcon.style.color = '#fff';\n        closeIcon.style.cursor = 'pointer';\n        closeIcon.style.fontWeight = 'bold';\n        closeIcon.style.zIndex = '0'\n\n        labelEl.appendChild(closeIcon);\n\n      container.appendChild(checkbox);\n      container.appendChild(labelEl);\n    });\n  }\n\n  const univerzaSelect = document.getElementById('univerza');\n  const podrocjeSelect = document.getElementById('podrocje');\n\n  jQuery(document).ready(function(){\n    jQuery('#univerza').on('select2:select', function (e) {\n    updateCheckboxDisplay(this, '.tags-univerza', 'univerza');\n    });\n    jQuery('#univerza').on('select2:unselect', function (e) {\n    updateCheckboxDisplay(this, '.tags-univerza', 'univerza');\n    });\n    jQuery('#podrocje').on('select2:select', function (e) {\n    updateCheckboxDisplay(this, '.tags-podrocje', 'podrocje');\n    });\n    jQuery('#podrocje').on('select2:unselect', function (e) {\n    updateCheckboxDisplay(this, '.tags-podrocje', 'podrocje');\n    });\n    updateCheckboxDisplay(univerzaSelect, '.tags-univerza', 'univerza');\n    updateCheckboxDisplay(podrocjeSelect, '.tags-podrocje', 'podrocje');\n  });\n\n    \/\/Remove selections when clicking on tags__item\n    document.addEventListener('click', function (e) {\n  let label;\n\n  \/\/ If click is on the span inside the label\n  if (e.target.matches('.tags__item span')) {\n    label = e.target.closest('.tags__item');\n  }\n  \/\/ If click is directly on the label\n  else if (e.target.matches('.tags__item')) {\n    label = e.target;\n  }\n\n  if (!label) return;\n\n  const inputId = label.htmlFor;\n  const checkbox = document.getElementById(inputId);\n  if (!checkbox) return;\n\n  const value = checkbox.value;\n  const prefix = inputId.replace(\/[0-9]+$\/, '');\n\n  \/\/ Uncheck manually\n  checkbox.checked = false;\n\n  \/\/ Unselect from Select2\n  const selectEl = document.getElementById(prefix);\n  const $select = jQuery(selectEl);\n  const selected = $select.val() || [];\n  const updated = selected.filter(v => v !== value);\n  $select.val(updated).trigger('change');\n\n  \/\/ Remove label + checkbox from DOM\n  checkbox.remove();\n  label.remove();\n\n  \/\/ Hide h2 if no more .tags__item in this container\n  const univerzaContainer = document.querySelector('.tags-univerza');\n  const podrocjeContainer = document.querySelector('.tags-podrocje');\n\n  [univerzaContainer, podrocjeContainer].forEach(container => {\n    const hasTags = container.querySelectorAll('.tags__item').length > 0;\n    const heading = container.previousElementSibling;\n    if (!hasTags) {\n      container.style.display = 'none';\n      if (heading && heading.tagName === 'H2') {\n        heading.style.display = 'none';\n      }\n    }\n  });\n});\n\n\n});\n<\/script>\n\n\n\n<div class=\"teamblock\">\n    <div class=\"team-cont\">\n        <div class=\"row\">\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-1\"\n                             aria-controls=\"teamblock-body-1\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/06\/01_doc.-dr.-Ana-Hafner-1-e1748941514798.jpg\" alt=\"Ana Hafner\"><\/div>\n                                                                                         <div class=\"name filter-title\">Ana Hafner<\/div>\n                                                                                        <div class=\"title\">PhD <\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:ana.hafner@rudolfovo.eu\" >ana.hafner@rudolfovo.eu<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">IP Protection<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">rudolfovo<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">intelektualna-lastnina<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-1\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-1\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Ana Hafner is a research associate at Rudolfovo \u2013 the Science and Technology Center Novo mesto, where she is also the head of the Knowledge and Technology Transfer Office. She is a lecturer at the Faculty of Information Studies, DOBA Faculty, and the Faculty of Applied Social Studies. She is a registered representative for trademarks and designs at the Intellectual Property Office of the Republic of Slovenia.<\/p>\n<p>Her research areas include inventions and intellectual property. She has participated in several research projects, including the Innovation Potential of the Slovenian Automotive Industry, supported by the European Regional Development Fund, and the IPLodB project on patent-related open data, sponsored by the European Patent Office. She is currently the project manager of CRP \u2013 IP Support.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">Rudolfovo &#8211; Science and Technology Centre Novo mesto<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-2\"\n                             aria-controls=\"teamblock-body-2\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/06\/Barbara-Bradas-Premrl.jpeg\" alt=\"Barbara Brada\u0161 Premrl\"><\/div>\n                                                                                         <div class=\"name filter-title\">Barbara Brada\u0161 Premrl<\/div>\n                                                                                                                    <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:barbara.bradaspremrl@zrs-kp.si\" >barbara.bradaspremrl@zrs-kp.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">R&amp;D Contracts<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Licensing Agreements<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Spin-out Companies<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Social Innovation<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Business Development<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">zrs-koper<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">razvojno-raziskovalno-sodelovanje<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">licencne-pogodbe<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">odcepljena-podjetja<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">druzbene-inovacije<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">svetovanje-pri-razvoju-poslovnih-idej<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-2\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-2\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Barbara Brada\u0161 Premrl is involved in ensuring open access to scientific publications and managing research data. Within the Knowledge and Technology Transfer Office, she advises and supports researchers in identifying intellectual property, assists in establishing contacts between researchers and potential knowledge users, and takes care of the promotion, utilization, exploitation, marketing, and sale of intellectual property rights, as well as their transfer to direct knowledge users.<\/p>\n<p>She participates in the development of business strategies, preparation of market analyses, and the establishment of spin-off companies, as well as in knowledge promotion, organizing education, and training.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">The Science and Research Centre Koper<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-3\"\n                             aria-controls=\"teamblock-body-3\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/06\/Dolores_Dolsak.png\" alt=\"Dolores Dol\u0161ak\"><\/div>\n                                                                                         <div class=\"name filter-title\">Dolores Dol\u0161ak<\/div>\n                                                                                        <div class=\"title\">MA in Translation<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:dolores.dolsak1@um.si\" >dolores.dolsak1@um.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">IP Protection<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">univerza-v-mariboru<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">intelektualna-lastnina<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-3\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-3\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Dolores Dol\u0161ak is responsible for creating and designing graphic materials needed for effective communication with target audiences, as well as for preparing texts aimed at raising public awareness about the importance of knowledge and technology transfer between academia and industry. Her work includes participating in the organization and execution of various events. She is also actively involved in the field of knowledge valorization.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">University of Maribor<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-4\"\n                             aria-controls=\"teamblock-body-4\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/06\/1-e1748961047565.jpg\" alt=\"Doroteja Novak\"><\/div>\n                                                                                         <div class=\"name filter-title\">Doroteja Novak<\/div>\n                                                                                        <div class=\"title\">MA in Greek and Latin Language, Literature and Culture<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:doroteja.novak2@um.si\" >doroteja.novak2@um.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Industry &#8211; academia collaboration<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">univerza-v-mariboru<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">povezovanje-z-industrijo<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-4\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-4\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Doroteja Novak provides support to researchers in filing employee inventions and in the subsequent protection of intellectual property. She is involved in commercialization processes and works on projects related to collaboration with companies. She assists companies in identifying partners for RDI activities and other forms of cooperation. She is also actively engaged in international networks that connect businesses with other stakeholders in the innovation ecosystem.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">University of Maribor<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-5\"\n                             aria-controls=\"teamblock-body-5\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2019\/06\/Gabriela-pokoncna-1-1.jpg\" alt=\"dr. Gabriela Droga Mazovec \"><\/div>\n                                                                                         <div class=\"name filter-title\">dr. Gabriela Droga Mazovec <\/div>\n                                                                                        <div class=\"title\">PhD<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto: gabriela.droga-mazovec@uni-lj.si\" >gabriela.droga-mazovec@uni-lj.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">IP Protection<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Life Sciences<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">univerza-v-ljubljani<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">intelektualna-lastnina<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">tehnicne-vede<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-5\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-5\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Gabriela Droga Mazovec earned her doctorate in biochemistry and molecular biology at the Faculty of Medicine, University of Ljubljana. She continued her research career at the Jo\u017eef Stefan Institute and at the IBMC (Institute for Molecular and Cell Biology) in Portugal. As a researcher, she worked in the Sanolabor, d. d. group, collaborating with the biotechnology and pharmaceutical industries.<\/p>\n<p>Her academic knowledge and industry experience provide added value in technology transfer, enabling a deep understanding of the complex patenting processes and conditions for successful commercialization of new technologies.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">University of Ljubljana<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-6\"\n                             aria-controls=\"teamblock-body-6\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/06\/Tina_Mesaric.png\" alt=\"Dr. Tina Mesari\u010d\"><\/div>\n                                                                                         <div class=\"name filter-title\">Dr. Tina Mesari\u010d<\/div>\n                                                                                        <div class=\"title\">PhD<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:tina.mesaric1@um.si\" >tina.mesaric1@um.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">IP Protection<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Licensing Agreements<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">R&amp;D Contracts<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Spin-out Companies<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">univerza-v-mariboru<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">intelektualna-lastnina<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">licencne-pogodbe<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">razvojno-raziskovalno-sodelovanje<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">odcepljena-podjetja<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-6\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-6\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Dr. Tina Mesari\u010d, BSc in Biology, supports researchers and students at the University of Maribor in identifying breakthrough technologies and developing strategies for their protection and commercial exploitation. She prepares market assessments for individual technologies and provides advice on the patentability and commercial potential of inventions emerging at the University of Maribor. She is also an active member of the European IP Helpdesk Ambassador network.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">University of Maribor<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-7\"\n                             aria-controls=\"teamblock-body-7\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/05\/Dusko-Odic.png\" alt=\"Du\u0161ko Odi\u0107\"><\/div>\n                                                                                         <div class=\"name filter-title\">Du\u0161ko Odi\u0107<\/div>\n                                                                                        <div class=\"title\">PhD<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:dusko.odic@ijs.si\" >dusko.odic@ijs.si<\/a><\/li>\n                                                                    <li class=\"contact\"><a  href=\"\" ><\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">IP Protection<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Technical Sciences<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Life Sciences<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">R&amp;D Contracts<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Social Innovation<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">institut-jozef-stefan<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">intelektualna-lastnina<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">tehnicne-vede-2<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">tehnicne-vede<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">razvojno-raziskovalno-sodelovanje<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">druzbene-inovacije<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-7\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-7\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Du\u0161ko Odi\u0107 is a microbiologist with twelve years of experience in knowledge transfer: 3 years in intellectual property protection, promotion and commercialization, and 9 years in overview, management, and reporting of work on European projects covering support for researchers and small-to-medium enterprises, as well as preparation and revision of business offers\/requests for searching for research\/business partners. Work has also included participation in projects connecting science to education (design and evaluation of practical courses), and carrying out practical workshops for general population. Most recently, work has included connecting students and researchers to industry, and preparation of scientific content for the general public.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">The Jo\u017eef Stefan Institute<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-8\"\n                             aria-controls=\"teamblock-body-8\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/05\/Francce-Podobnik.png\" alt=\"France Podobnik\"><\/div>\n                                                                                         <div class=\"name filter-title\">France Podobnik<\/div>\n                                                                                        <div class=\"title\">Bsc in Economics<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:france.podobnik@ijs.si\" >france.podobnik@ijs.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">R&amp;D Contracts<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Technical Sciences<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">institut-jozef-stefan<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">razvojno-raziskovalno-sodelovanje<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">tehnicne-vede-2<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-8\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-8\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>After graduating from the Faculty of Economics in Ljubljana, France Podobnik joined the Technology Transfer Office at the Jo\u017eef Stefan Institute (IJS) in 2006. Since 2023, he has been leading the Office for Industrial Liaison, which emerged from the Center for Technology Transfer and Innovation. For 20 years, he has worked in the field of technology transfer, assisting companies alongside his team in identifying technological challenges to establish collaborations with researchers for R&amp;D and other partnerships, with a recent emphasis on digitalization. He actively participates in the international Enterprise Europe Network, which connects researchers and companies to facilitate international business cooperation, technology transfer, and the formation of consortia for EU project applications.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">The Jo\u017eef Stefan Institute<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-9\"\n                             aria-controls=\"teamblock-body-9\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/11\/janah.jpg\" alt=\"Jana Hojnik\"><\/div>\n                                                                                         <div class=\"name filter-title\">Jana Hojnik<\/div>\n                                                                                        <div class=\"title\">Doctor of Philosophy (PhD), Management; Bachelor of Science (B.Sc.), Psychology<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:jana.hojnik@fm.upr.si\" >jana.hojnik@fm.upr.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Social Innovation<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Business Development<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">univerza-na-primorskem<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">druzbene-inovacije<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">svetovanje-pri-razvoju-poslovnih-idej<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-9\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-9\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\">Izolska vrata 2, 6000 Koper, Slovenija<\/div>\n                                <div class=\"moreinfo filter-description\"><p>Jana Hojnik is an Associate Professor of Entrepreneurship at the Faculty of Management, University of Primorska. Her main teaching areas are entrepreneurship and sustainable development. Her primary research interests include eco-innovation, social innovation, sustainable development, green consumerism, renewable energy sources, and knowledge transfer and valorization. She is also the Editor-in-Chief of the scientific journal <em data-start=\"430\" data-end=\"459\">Managing Global Transitions<\/em> and actively works at the University of Primorska\u2019s Centre for Knowledge Development and Transfer. She is the author or co-author of various scientific articles and monographs published in international academic journals in the fields of entrepreneurship and environmental economics.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">University of Primorska<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-10\"\n                             aria-controls=\"teamblock-body-10\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/05\/Jure-Vindisar-e1748941623137.jpg\" alt=\"Jure Vindi\u0161ar\"><\/div>\n                                                                                         <div class=\"name filter-title\">Jure Vindi\u0161ar<\/div>\n                                                                                        <div class=\"title\">MSc in Mechanical Engineering, MSc in Economics<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:jure.vindisar@nib.si\" >jure.vindisar@nib.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">IP Protection<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">R&amp;D Contracts<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Licensing Agreements<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Spin-out Companies<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Business Development<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">nib<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">intelektualna-lastnina<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">razvojno-raziskovalno-sodelovanje<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">licencne-pogodbe<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">odcepljena-podjetja<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">svetovanje-pri-razvoju-poslovnih-idej<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-10\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-10\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>After starting his career as researcher at Faculty of Mechanical Engineering, University of Ljubljana Jure Vindi\u0161ar moved to engineering SME being responsible for R&amp;D funding and projects implementation in the field of efficient energy use and smart girds.<br \/>\nSince 2017 he is working at National Institute of Biology as part of Project Support Office and now acting as Head of Technology Transfer Office.<br \/>\nJure graduated in mechanical engineering and later received Master degrees at Faculty of Mechanical Engineering and at School of Economics and Business at University of Ljubljana.<br \/>\nJure is passionate with empowering researchers for impact driven research, including innovation licencing, spin-outs and cooperation with industry partners.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">National Institute of Biology<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-11\"\n                             aria-controls=\"teamblock-body-11\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/05\/Katarina-Krapez-scaled-e1748941579656.jpg\" alt=\"Katarina Krape\u017e\"><\/div>\n                                                                                         <div class=\"name filter-title\">Katarina Krape\u017e<\/div>\n                                                                                        <div class=\"title\">PhD<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:katarina.krapez@fis.unm.si\" >katarina.krapez@fis.unm.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">IP Protection<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">R&amp;D Contracts<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Licensing Agreements<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Social Innovation<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">fakulteta-za-informacijske-studije<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">intelektualna-lastnina<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">razvojno-raziskovalno-sodelovanje<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">licencne-pogodbe<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">druzbene-inovacije<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-11\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-11\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Katarina Krape\u017e is an associate professor of law and Vice Dean for Organizational Development at the Faculty of Information Studies in Novo mesto. She also lectures at the University of Primorska. She has more than fifteen years of experience teaching and researching intellectual property law, labor law, and related legal fields for students of law, management, computer science, and media.<\/p>\n<p>Between 2017 and 2021, she led technology transfer offices at two public higher education institutions. Katarina is a representative for designs and trademarks and an expert for NAKVIS in quality assessment in higher education. She also works as a legal advisor to television content producers and university leadership.<\/p>\n<p>&nbsp;<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">Faculty of Information Studies Novo mesto<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-12\"\n                             aria-controls=\"teamblock-body-12\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2022\/07\/Katja-slika-www.jpg\" alt=\"Katja Cergol\"><\/div>\n                                                                                         <div class=\"name filter-title\">Katja Cergol<\/div>\n                                                                                        <div class=\"title\">LL.M. in Law<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:katja.cergol@uni-lj.si\" >katja.cergol@uni-lj.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">IP Protection<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">R&amp;D Contracts<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Licensing Agreements<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">univerza-v-ljubljani<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">intelektualna-lastnina<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">razvojno-raziskovalno-sodelovanje<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">licencne-pogodbe<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-12\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-12\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Katja Cergol joined the Knowledge Transfer Office of the University of Ljubljana in 2022. She provides legal support in the protection and exploitation of intellectual property and the adoption of innovations. She is a lawyer by education, having passed the national bar exam and the exam for representation in designs and trademarks. She holds a Master of Laws (LL.M) in Intellectual Property Law from the University of Turin and the World Intellectual Property Organization (WIPO).<\/p>\n<p>The knowledge and experience she has gained throughout her career enable her to provide legal support from the very inception of an innovation through to its commercialization.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">University of Ljubljana<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-13\"\n                             aria-controls=\"teamblock-body-13\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/05\/Klemen-Klemencic.jpg\" alt=\"Klemen Klemen\u010di\u010d\"><\/div>\n                                                                                         <div class=\"name filter-title\">Klemen Klemen\u010di\u010d<\/div>\n                                                                                        <div class=\"title\">LL.B. in Law<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:klemen.klemencic@zag.si \" >klemen.klemencic@zag.si <\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">IP Protection<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">R&amp;D Contracts<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Licensing Agreements<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Spin-out Companies<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Business Development<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">zavod-za-gradbenistvo<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">intelektualna-lastnina<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">razvojno-raziskovalno-sodelovanje<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">licencne-pogodbe<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">odcepljena-podjetja<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">svetovanje-pri-razvoju-poslovnih-idej<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-13\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-13\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Klemen Klemen\u010di\u010d has been employed at the Building and Civil Engineering Institute of Slovenia in the Knowledge Transfer Service since 2024. He works in the field of copyright law, prepares contracts for joint research and development cooperation, and conducts internal training on various aspects of intellectual property.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">Slovenian National Building and Civil Engineering Institute<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-14\"\n                             aria-controls=\"teamblock-body-14\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/05\/Kristijan-Radikovic.jpeg\" alt=\"Kristijan Jean Radikovi\u010d\"><\/div>\n                                                                                         <div class=\"name filter-title\">Kristijan Jean Radikovi\u010d<\/div>\n                                                                                        <div class=\"title\">MA in English Language<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:kristijan.radikovic@ki.si\" >kristijan.radikovic@ki.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">IP Protection<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">IP Commercialization<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">kemijski-institut<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">intelektualna-lastnina<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">vsebinsko-trzenje<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-14\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-14\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Kristijan Jean Radikovi\u010d is a translator, copywriter, and chemistry student with several years of experience in content marketing. At the National Institute of Chemistry, he is responsible for promoting innovations and inventions as well as managing the patent portfolio of the Theoretical Department and the Department of Analytical Chemistry.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">National Institute of Chemistry<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-15\"\n                             aria-controls=\"teamblock-body-15\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/05\/Marijan-Leban-scaled-e1748959371401.jpg\" alt=\"Marijan Leban\"><\/div>\n                                                                                         <div class=\"name filter-title\">Marijan Leban<\/div>\n                                                                                        <div class=\"title\">PhD<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:marijan.leban@ijs.si\" >marijan.leban@ijs.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">IP Protection<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">R&amp;D Contracts<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Licensing Agreements<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Technical Sciences<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">institut-jozef-stefan<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">intelektualna-lastnina<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">razvojno-raziskovalno-sodelovanje<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">licencne-pogodbe<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">tehnicne-vede-2<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-15\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-15\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Dr Marijan Leban earned his PhD from the University of Ljubljana, Faculty of Electrical Engineering, where he also worked as a researcher, following earlier experience as a development engineer in industry. He later joined UL, where he contributed to establishing the university\u2019s intellectual property management system and, until 2018, led the R&amp;D and IPR office. Since 2021, he has been a senior technology manager at the Jo\u017eef Stefan Institute. He supports researchers in managing and exploiting intellectual property, delivers training, and participates in international networks connecting companies and other innovation ecosystem stakeholders.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">The Jo\u017eef Stefan Institute<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-16\"\n                             aria-controls=\"teamblock-body-16\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/05\/Marjeta-Trobec.jpg\" alt=\"Marjeta Trobec, MA\"><\/div>\n                                                                                         <div class=\"name filter-title\">Marjeta Trobec, MA<\/div>\n                                                                                        <div class=\"title\">Master of Scicence; CLP<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:marjeta.trobec@ijs.si\" >marjeta.trobec@ijs.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Technical Sciences<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Life Sciences<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">R&amp;D Contracts<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">institut-jozef-stefan<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">tehnicne-vede-2<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">tehnicne-vede<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">razvojno-raziskovalno-sodelovanje<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-16\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-16\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Marjeta Trobec is an economist with 20 years of experience in knowledge transfer from academia to industry. She holds the Certified Licensing Professional (CLP) license. For many years, she has been an active member of the organizing committee of the International Technology Transfer Conference (ITTC), which is the central national professional event in this field. She is also a member of the Enterprise Europe Network and the Slovenian association of technology transfer professionals (SI-TT). Currently, she collaborates primarily with researchers in preparing technology promotion materials and organizing specialized events.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">The Jo\u017eef Stefan Institute<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-17\"\n                             aria-controls=\"teamblock-body-17\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/05\/Matej-Mrak.jpg\" alt=\"Matej Mrak\"><\/div>\n                                                                                         <div class=\"name filter-title\">Matej Mrak<\/div>\n                                                                                        <div class=\"title\">B. Sc. Ec.<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:matej.mrak@ijs.si\" >matej.mrak@ijs.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Industry &#8211; academia collaboration<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">institut-jozef-stefan<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">povezovanje-z-industrijo<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-17\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-17\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Matej Mrak began his career in private companies, where he worked in everything from logistics to engineering and IT, which he is skilled in. He joined the public sector (JSI) in 2017, where he began providing support to researchers in the field of intellectual property protection. Through company visits, he tried to identify topics of possible cooperation. He was also active in the implementation of several European and national projects. In recent years, he has mainly provided assistance in connecting research organizations with the industry and actively participated in international networks that connect companies and other stakeholders in the innovation ecosystem.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">The Jo\u017eef Stefan Institute<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-18\"\n                             aria-controls=\"teamblock-body-18\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/05\/Mateja-Kosir-scaled.jpg\" alt=\"Mateja Ko\u0161ir\"><\/div>\n                                                                                         <div class=\"name filter-title\">Mateja Ko\u0161ir<\/div>\n                                                                                        <div class=\"title\">PhD<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:mateja.kosir@zag.si\" >mateja.kosir@zag.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">IP Protection<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">R&amp;D Contracts<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Licensing Agreements<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Business Development<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">zavod-za-gradbenistvo<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">intelektualna-lastnina<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">razvojno-raziskovalno-sodelovanje<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">licencne-pogodbe<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">svetovanje-pri-razvoju-poslovnih-idej<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-18\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-18\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Dr. Mateja Ko\u0161ir has been employed in the Knowledge Transfer Service at the Slovenian Building and Civil Engineering Institute since 2021, where she manages internal intellectual property, coordinates and negotiates licensing agreements, prepares business models, conducts workshops, and leads the process of developing innovation strategies.<\/p>\n<p>Her past research focused on the development and commercialization of projects for converting industrial and mining waste into usable products. As an active member of the EIT RawMaterials RIS HUB Adria node, she collaborates with industry partners and organizes events to support networking and innovation in the raw materials sector\u2014with a special emphasis on overcoming the so-called &#8220;valley of death&#8221; in the raw materials sector.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">Slovenian National Building and Civil Engineering Institute<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-19\"\n                             aria-controls=\"teamblock-body-19\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/06\/Mojca-Piko-Salehar-03-scaled.jpg\" alt=\"Mojca Piko \u0160alehar\"><\/div>\n                                                                                         <div class=\"name filter-title\">Mojca Piko \u0160alehar<\/div>\n                                                                                        <div class=\"title\">BSc in Geography<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:mojca.pikosalehar@kis.si\" >mojca.pikosalehar@kis.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Life Sciences<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Licensing Agreements<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">R&amp;D Contracts<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Business Development<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">kmetijski-institut-slovenije<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">tehnicne-vede<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">licencne-pogodbe<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">razvojno-raziskovalno-sodelovanje<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">svetovanje-pri-razvoju-poslovnih-idej<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-19\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-19\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Mojca Piko \u0160alehar is an expert with experience in research and development collaboration, business idea development, brand planning, and intellectual property protection. She has extensive experience in project management, handling key clients, and strategically guiding companies. Her expertise and knowledge were acquired at IEDC Bled School of Management, The Product Development and Management Association, and Design Leadership. Her experience includes leading teams, optimizing processes, and strategically guiding companies, which has contributed to growth and success across various industries. She actively participates in the transfer of knowledge and technology from public research organizations to the economy, fostering innovation development and sustainable solutions.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">The Agricultural Institute of Slovenia<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-20\"\n                             aria-controls=\"teamblock-body-20\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/06\/Nina_Smerdu-scaled.jpg\" alt=\"Nina Smerdu\"><\/div>\n                                                                                         <div class=\"name filter-title\">Nina Smerdu<\/div>\n                                                                                        <div class=\"title\">LL.B. in Law<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:nina.smerdu@um.si\" >nina.smerdu@um.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">IP Protection<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">R&amp;D Contracts<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Licensing Agreements<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Spin-out Companies<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Social Innovation<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">univerza-v-mariboru<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">intelektualna-lastnina<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">razvojno-raziskovalno-sodelovanje<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">licencne-pogodbe<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">odcepljena-podjetja<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">druzbene-inovacije<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-20\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-20\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Nina Smerdu is responsible for managing the procedures related to the disclosure of employee inventions and other innovation-related results, drafting contracts and agreements concerning the ownership and commercialization of intellectual property rights, providing legal advice on intellectual property protection and the establishment of spin-off companies, and conducting training sessions for researchers and students at the University of Maribor.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">University of Maribor<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-21\"\n                             aria-controls=\"teamblock-body-21\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/06\/Noles_Jovanovic_Slana.png\" alt=\"Noles Jovanovi\u010d Slana\"><\/div>\n                                                                                         <div class=\"name filter-title\">Noles Jovanovi\u010d Slana<\/div>\n                                                                                        <div class=\"title\">BSc in Chemical Engineering<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:noles.jovanovic@um.si\" >noles.jovanovic@um.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Technical Sciences<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Life Sciences<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">R&amp;D Contracts<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">univerza-v-mariboru<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">tehnicne-vede-2<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">tehnicne-vede<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">razvojno-raziskovalno-sodelovanje<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-21\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-21\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Noles Jovanovi\u010d Slana advises researchers on matters related to EU financial instruments, provides information on national and international calls related to knowledge and technology transfer, and prepares technology offers for inventions with high commercial potential. She also participates in the processes of invention disclosure and subsequent protection. She supports researchers and students in attending B2B events and connects them with companies.<\/p>\n<p>&nbsp;<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">University of Maribor<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-22\"\n                             aria-controls=\"teamblock-body-22\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2022\/12\/PeterAlesnik_portrait.jpg\" alt=\"Peter Ale\u0161nik\"><\/div>\n                                                                                         <div class=\"name filter-title\">Peter Ale\u0161nik<\/div>\n                                                                                        <div class=\"title\">BsC in Economics<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:peter.alesnik@uni-lj.si\" >peter.alesnik@uni-lj.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Spin-out Companies<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Business Development<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">univerza-v-ljubljani<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">odcepljena-podjetja<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">svetovanje-pri-razvoju-poslovnih-idej<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-22\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-22\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Peter Ale\u0161nik has been involved in knowledge and technology transfer since his student years at the Faculty of Economics, University of Ljubljana. He gained experience in start-ups, companies, and non-governmental organizations, as well as serving as head of the office at the University of Maribor.<\/p>\n<p>Since 2022, he has been working at the Knowledge Transfer Office of the University of Ljubljana, advising researchers on knowledge commercialization and the establishment of spin-off companies. He is a certified advisor and EU IP Helpdesk ambassador, and as a doctoral student, he researches the optimization of innovation approaches.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">University of Ljubljana<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-23\"\n                             aria-controls=\"teamblock-body-23\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/06\/Polona-Jager.jpg\" alt=\"Polona Jager \"><\/div>\n                                                                                         <div class=\"name filter-title\">Polona Jager <\/div>\n                                                                                        <div class=\"title\">PhD<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:polona.jager@ki.si\" >polona.jager@ki.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">IP Protection<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Life Sciences<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">R&amp;D Contracts<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">kemijski-institut<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">intelektualna-lastnina<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">tehnicne-vede<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">razvojno-raziskovalno-sodelovanje<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-23\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-23\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Dr. Polona Jager is a biochemistry graduate, PhD holder, and former postdoctoral researcher in the field of neurobiology, who was employed at the intellectual property protection firm Mewburn Ellis.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">National Institute of Chemistry<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-24\"\n                             aria-controls=\"teamblock-body-24\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2021\/05\/Polona-Juvan\u010di\u010d-1-1.jpg\" alt=\"Polona Juvan\u010di\u010d\"><\/div>\n                                                                                         <div class=\"name filter-title\">Polona Juvan\u010di\u010d<\/div>\n                                                                                        <div class=\"title\">Master of Theology<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:polona.juvancic@uni-lj.si\" >polona.juvancic@uni-lj.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Spin-out Companies<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Business Development<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">univerza-v-ljubljani<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">odcepljena-podjetja<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">svetovanje-pri-razvoju-poslovnih-idej<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-24\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-24\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Polona Juvan\u010di\u010d joined the Knowledge Transfer Office of the University of Ljubljana in 2021. Before that, her career path took her through studies in philosophy and theology (Master of Theology, KU Leuven), hospitality and tourism, and work in a start-up accelerator. She worked daily with start-ups and evaluated business ideas on various committees.<\/p>\n<p>She combines theoretical thinking with practical action\u2014seeking theories in practice and possibilities for implementation in theory. She supports projects in their early stages, from shaping the narrative to finding funding sources.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">University of Ljubljana<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-25\"\n                             aria-controls=\"teamblock-body-25\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/06\/Robert-Blatnik-scaled.jpg\" alt=\"Robert Blatnik\"><\/div>\n                                                                                         <div class=\"name filter-title\">Robert Blatnik<\/div>\n                                                                                        <div class=\"title\">MSc; CLIP<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:robert.blatnik@ijs.si\" >robert.blatnik@ijs.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">IP Protection<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Technical Sciences<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">R&amp;D Contracts<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Licensing Agreements<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Spin-out Companies<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Business Development<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">institut-jozef-stefan<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">intelektualna-lastnina<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">tehnicne-vede-2<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">razvojno-raziskovalno-sodelovanje<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">licencne-pogodbe<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">odcepljena-podjetja<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">svetovanje-pri-razvoju-poslovnih-idej<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-25\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-25\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Robert Blatnik is the Head of the Office for Substantive Project Support, Technology Transfer, and Innovation at the Jo\u017eef Stefan Institute. He graduated from the Faculty of Organizational Sciences at the University of Maribor, earned a master\u2019s degree in new media and e-science from the Jo\u017eef Stefan International Postgraduate School, and completed executive education in the EDP program at the MIT Sloan School of Management. He holds the Certified Licensing Professional credential. With over 30 years of experience in industrial projects in the fields of ICT, IP protection, and licensing, he has been involved in the establishment of 13 spin-out companies. Since 2024, he has led the coordination of a national consortium uniting knowledge transfer offices from ten Slovenian public research institutions.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">The Jo\u017eef Stefan Institute<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-26\"\n                             aria-controls=\"teamblock-body-26\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2019\/07\/Simona-pokoncna.jpg\" alt=\"Simona Rataj, MA\"><\/div>\n                                                                                         <div class=\"name filter-title\">Simona Rataj, MA<\/div>\n                                                                                        <div class=\"title\">Master of Entrepreneurship<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:simona.rataj@uni-lj.si\" >simona.rataj@uni-lj.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Business Development<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Industry &#8211; academia collaboration<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">IP Commercialization<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">univerza-v-ljubljani<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">svetovanje-pri-razvoju-poslovnih-idej<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">povezovanje-z-industrijo<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">vsebinsko-trzenje<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-26\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-26\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Simona Rataj actively connects researchers and companies at the University of Ljubljana and promotes research knowledge and innovations. Her work involves bridging the research and business communities and networking with the aim of creating new development projects. She firmly believes in the power of collaboration, as the exchange of opinions and experiences leads to greater achievements with less effort.<\/p>\n<p>For more than ten years, she has worked within the largest Slovenian business association in the field of innovation promotion and fostering development cooperation. She has a good understanding of Slovenian companies and the support environment for entrepreneurship and innovation both in Slovenia and internationally. She holds a Master&#8217;s degree in Entrepreneurship and a Bachelor&#8217;s degree in Sociology (Faculty of Social Sciences, University of Ljubljana).<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">University of Ljubljana<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-27\"\n                             aria-controls=\"teamblock-body-27\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/05\/Sonja-Smiljanic.jpeg\" alt=\"Sonja Smiljani\u0107\"><\/div>\n                                                                                         <div class=\"name filter-title\">Sonja Smiljani\u0107<\/div>\n                                                                                        <div class=\"title\">PhD<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:sonja.smiljanic@ki.si\" >sonja.smiljanic@ki.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">IP Protection<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">R&amp;D Contracts<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">kemijski-institut<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">intelektualna-lastnina<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">razvojno-raziskovalno-sodelovanje<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-27\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-27\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Dr. Sonja Smiljani\u0107 holds a PhD in chemical engineering and is a former postdoctoral researcher with over 15 years of experience in materials chemistry.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">National Institute of Chemistry<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-28\"\n                             aria-controls=\"teamblock-body-28\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2023\/09\/Tanja-fotka-1.jpg\" alt=\"Tanja Kova\u010di\u010d\"><\/div>\n                                                                                         <div class=\"name filter-title\">Tanja Kova\u010di\u010d<\/div>\n                                                                                        <div class=\"title\">BA in Ethnology and Cultural Anthropology<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:tanja.kovacic@uni-lj.si\" >tanja.kovacic@uni-lj.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Social Innovation<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">univerza-v-ljubljani<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">druzbene-inovacije<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-28\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-28\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p><span data-teams=\"true\">Tanja Kova\u010di\u010d works in the field of fostering the societal impact of scientific research and social innovation at the University of Ljubljana. Her focus lies in connecting researchers from the humanities, arts, and social sciences with the broader society, and in supporting the development of research with a strong societal impact.<br \/>\nShe contributes to the design of strategies for integrating social impact dimensions into research activities and provides support to researchers in demonstrating and implementing the societal impact of their projects. She is also involved in developing best practices for collaboration with various stakeholders, including non-governmental organizations, public institutions, communities, and the cultural sector.<br \/>\nShe has experience in planning activities aimed at enhancing the social impact of scientific research and in developing approaches for assessing its impact. She holds a degree in ethnology and cultural anthropology.<\/span><\/p>\n<p>&nbsp;<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">University of Ljubljana<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-29\"\n                             aria-controls=\"teamblock-body-29\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/05\/Terezija-Pozenel-Kovacic.png\" alt=\"Terezija Po\u017eenel Kova\u010di\u010d \"><\/div>\n                                                                                         <div class=\"name filter-title\">Terezija Po\u017eenel Kova\u010di\u010d <\/div>\n                                                                                        <div class=\"title\">PhD<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:terezija.pozenel.kovacic@ijs.si\" >terezija.pozenel.kovacic@ijs.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">IP Protection<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">R&amp;D Contracts<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Licensing Agreements<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Spin-out Companies<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Business Development<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">institut-jozef-stefan<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">intelektualna-lastnina<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">razvojno-raziskovalno-sodelovanje<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">licencne-pogodbe<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">odcepljena-podjetja<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">svetovanje-pri-razvoju-poslovnih-idej<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-29\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-29\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>After obtaining her degree as a university graduate engineer in Materials and Metallurgy (NTF), Terezija began her career in the automotive industry. Over the course of ten years, she gained experience in project management, technology industrialization, and leading an R&amp;D team. During this time, she also earned a PhD. At the beginning of 2023, she joined the Jo\u017eef Stefan Institute as a researcher in the Department of Physical and Organic Chemistry, where she worked in the fields of electrochemistry, corrosion protection of metals, corrosion of magnetic materials, and new materials for medical implants. She is currently combining her industry and research experience to support researchers in managing and exploiting intellectual property. As part of the technology transfer office, she is actively involved in internal technology transfer processes and in international networks that connect companies and other stakeholders in the innovation ecosystem.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">The Jo\u017eef Stefan Institute<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-30\"\n                             aria-controls=\"teamblock-body-30\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/05\/Tina-Petek.png\" alt=\"Tina Petek\"><\/div>\n                                                                                         <div class=\"name filter-title\">Tina Petek<\/div>\n                                                                                        <div class=\"title\">MA, Slovenian Language<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:tina.petek1@um.si\" >tina.petek1@um.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">R&amp;D Contracts<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Business Development<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">univerza-v-mariboru<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">razvojno-raziskovalno-sodelovanje<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">svetovanje-pri-razvoju-poslovnih-idej<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-30\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-30\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Tina Petek is responsible for promoting and encouraging collaboration between researchers and the business sector. She actively participates in the implementation of projects related to the transfer of digital technologies. She serves as a liaison between the research environment and the business sector in the field of digitalization and contributes to the development of a supportive environment for innovation.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">University of Maribor<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-31\"\n                             aria-controls=\"teamblock-body-31\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/05\/Tomaz-Justin.jpg\" alt=\"Toma\u017e Justin\"><\/div>\n                                                                                         <div class=\"name filter-title\">Toma\u017e Justin<\/div>\n                                                                                        <div class=\"title\">BsC in Economics<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:tomaz.justin@ijs.si\" >tomaz.justin@ijs.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">R&amp;D Contracts<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Business Development<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">institut-jozef-stefan<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">razvojno-raziskovalno-sodelovanje<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">svetovanje-pri-razvoju-poslovnih-idej<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-31\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-31\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Toma\u017e Justin graduated from the Faculty of Economics in Ljubljana and completed an MBA program at Clemson University, South Carolina, USA. In the global pharmaceutical industry, he was responsible for the sales and marketing of original medicines in Central and Eastern Europe. He continued his career in the field of company valuation and competition law. At the Jo\u017eef Stefan Institute, Toma\u017e encourages and develops cooperation between researchers and the economy in solving technological and development challenges of companies. He actively participates in the implementation of projects in the field of digital technology transfer. He acts as a link between the research environment and the business sector.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">The Jo\u017eef Stefan Institute<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-32\"\n                             aria-controls=\"teamblock-body-32\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/05\/Tomaz-Lutman.jpg\" alt=\"Toma\u017e Lutman\"><\/div>\n                                                                                         <div class=\"name filter-title\">Toma\u017e Lutman<\/div>\n                                                                                        <div class=\"title\">MSc in Biochemistry; CLP<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:tomaz.lutman@ijs.si\" >tomaz.lutman@ijs.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">IP Protection<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Life Sciences<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">R&amp;D Contracts<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Licensing Agreements<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Spin-out Companies<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Business Development<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">institut-jozef-stefan<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">intelektualna-lastnina<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">tehnicne-vede<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">razvojno-raziskovalno-sodelovanje<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">licencne-pogodbe<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">odcepljena-podjetja<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">svetovanje-pri-razvoju-poslovnih-idej<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-32\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-32\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Toma\u017e Lutman has been a technology manager at the Jo\u017eef Stefan Institute since 2016. He provides support to researchers in the field of materials and biotechnology in the management and exploitation of intellectual property, prepares contracts related to intellectual property, connects the institute with companies, and actively participates in obtaining R&amp;D projects under the Horizon Europe scheme and others. In 2024, he obtained the designation Certified Licensing Professional (CLP) and also holds other certificates in the field of intellectual property and project management.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">The Jo\u017eef Stefan Institute<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-33\"\n                             aria-controls=\"teamblock-body-33\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/05\/urban_segedin.jpg\" alt=\"Urban \u0160egedin\"><\/div>\n                                                                                         <div class=\"name filter-title\">Urban \u0160egedin<\/div>\n                                                                                        <div class=\"title\">BSc in Chemical Engineering<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:urban.segedin@imt.si\" >urban.segedin@imt.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">IP Protection<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Technical Sciences<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Life Sciences<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">R&amp;D Contracts<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Licensing Agreements<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Spin-out Companies<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Business Development<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">institut-za-kovinske-materiale-in-tehnologije<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">intelektualna-lastnina<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">tehnicne-vede-2<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">tehnicne-vede<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">razvojno-raziskovalno-sodelovanje<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">licencne-pogodbe<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">odcepljena-podjetja<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">svetovanje-pri-razvoju-poslovnih-idej<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-33\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-33\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Urban \u0160egedin holds a BSc degree in chemical engineering. He has been working in the field of knowledge transfer for 6 years. Since 2024, he has been employed in the Office for Project Management and Technology Transfer at IMT, where he covers all areas of knowledge transfer. Before that, he worked for 3 years in the Knowledge Transfer Office at the National Institute of Chemistry, where he was also the head of the office for 1 year. He also worked in the field of knowledge transfer at the Jo\u017eef Stefan Institute, where he worked in the field of IP protection and marketing. He also has R&amp;D experience in the fields of microbiology, rheology, polymer chemistry, chemical engineering, coatings, cosmetics and extractions, as a researcher at faculties, in small and large Slovenian companies, and as a freelancer.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">The Institute of Metals and Technology (IMT)<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-34\"\n                             aria-controls=\"teamblock-body-34\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2019\/06\/Ursa-pokoncna-1.jpg\" alt=\"Ur\u0161a Jer\u0161e\"><\/div>\n                                                                                         <div class=\"name filter-title\">Ur\u0161a Jer\u0161e<\/div>\n                                                                                        <div class=\"title\">LL.B. in Law<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:ursa.jerse@uni-lj.si\" >ursa.jerse@uni-lj.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">R&amp;D Contracts<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Licensing Agreements<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Spin-out Companies<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">univerza-v-ljubljani<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">razvojno-raziskovalno-sodelovanje<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">licencne-pogodbe<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">odcepljena-podjetja<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-34\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-34\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Ur\u0161a Jer\u0161e leads the Knowledge Transfer Office at the University of Ljubljana. In addition to strategic guidance, she provides support to researchers in negotiating and concluding research and development contracts with industry. She also participates in the commercialization of intellectual property, particularly in drafting and concluding licensing agreements and intellectual property rights transfer contracts.<\/p>\n<p>She has extensive experience in knowledge transfer processes from the research environment to industry. Her work has included managing service inventions, their protection, and leading negotiations related to research and development and licensing agreements.<\/p>\n<p>She is a lawyer by education and has passed the national judicial exam.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">University of Ljubljana<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-35\"\n                             aria-controls=\"teamblock-body-35\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/05\/Urska-Florjancic.jpg\" alt=\"Ur\u0161ka Florjan\u010di\u010d\"><\/div>\n                                                                                         <div class=\"name filter-title\">Ur\u0161ka Florjan\u010di\u010d<\/div>\n                                                                                        <div class=\"title\">PhD in Technical Sciences, Chemical Engineering<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:urska.florjancic@ijs.si\" >urska.florjancic@ijs.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">IP Protection<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Life Sciences<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">R&amp;D Contracts<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Licensing Agreements<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Business Development<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">institut-jozef-stefan<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">intelektualna-lastnina<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">tehnicne-vede<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">razvojno-raziskovalno-sodelovanje<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">licencne-pogodbe<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">svetovanje-pri-razvoju-poslovnih-idej<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-35\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-35\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Ur\u0161ka Florjan\u010di\u010d advices and supports researchers in managing and exploiting intellectual property. She consults researchers in innovation development process, prepares and coordinates intellectual property-related agreements, designs and delivers educational programs on intellectual property and knowledge transfer, and is actively involved in international networks that connect businesses and other stakeholders within the innovation ecosystem. She successfully and efficiently implement her practical experiences from industry and research in the field of polymer technologies.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">The Jo\u017eef Stefan Institute<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-36\"\n                             aria-controls=\"teamblock-body-36\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/05\/Urska-Fric-scaled-e1748941558481.jpg\" alt=\"Ur\u0161ka Fric\"><\/div>\n                                                                                         <div class=\"name filter-title\">Ur\u0161ka Fric<\/div>\n                                                                                        <div class=\"title\">PhD<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:urska.fric@fis.unm.si\" >urska.fric@fis.unm.si<\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">IP Protection<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">R&amp;D Contracts<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Licensing Agreements<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Spin-out Companies<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Social Innovation<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">fakulteta-za-informacijske-studije<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">intelektualna-lastnina<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">razvojno-raziskovalno-sodelovanje<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">licencne-pogodbe<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">odcepljena-podjetja<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">druzbene-inovacije<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-36\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-36\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Dr. Ur\u0161ka Fric is an associate professor in the field of information studies at the Faculty of Information Studies in Novo mesto (FI\u0160), Vice Dean for Education, and head of the Knowledge and Technology Transfer Office (TTO FI\u0160). Within the TTO FI\u0160, she provides support to researchers and students in developing new ideas that can lead to innovations, which can be offered to industry and facilitate collaboration between both spheres.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">Faculty of Information Studies Novo mesto<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                            <div class=\"col-md-12 col-lg-6 acc-block filter-item\">\n                    <div class=\"item\">\n                        <div class=\"item-oppener js-accordion-opener\"\n                             role=\"button\"\n                             tabindex=\"0\"\n                             aria-expanded=\"false\"\n                             id=\"teamblock-opener-37\"\n                             aria-controls=\"teamblock-body-37\">\n                            <div class=\"button-top\">\n                                <svg width=\"24px\" height=\"24px\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"https:\/\/prenosznanja.si\/app\/themes\/fakult-timber\/dist\/images\/svg\/svg.svg#down-arrow\"><\/use>\n                                <\/svg>\n                            <\/div>\n                                                            <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/05\/Urska_Mrgole.jpg\" alt=\"Ur\u0161ka Mrgole\"><\/div>\n                                                                                         <div class=\"name filter-title\">Ur\u0161ka Mrgole<\/div>\n                                                                                        <div class=\"title\">BSc in Economics<\/div>\n                                                                                        <ul class=\"contact-out\">\n                                                                    <li class=\"contact\"><a target=\"_blank\" href=\"mailto:urska.mrgole@ijs.si \" >urska.mrgole@ijs.si <\/a><\/li>\n                                                                <\/ul>\n                                                                                             <div style=\"font-weight: bold;margin-top: 20px;\">Field<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Technical Sciences<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Life Sciences<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">R&amp;D Contracts<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"podrocje\">Social Innovation<\/div>\n                                                                    \n                              \n                            <div style=\"display: none !important;\" class=\"univerza\">institut-jozef-stefan<\/div>\n                                                         \n                            <div style=\"display: none !important;\" class=\"podrocje\">tehnicne-vede-2<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">tehnicne-vede<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">razvojno-raziskovalno-sodelovanje<\/div>\n                             \n                            <div style=\"display: none !important;\" class=\"podrocje\">druzbene-inovacije<\/div>\n                                                    <\/div>\n                      \n                            <div class=\"more-cont detail-info js-accordion-body\"\n                                 style=\"display: none;\"\n                                 id=\"teamblock-body-37\"\n                                 role=\"region\"\n                                 aria-labelledby=\"teamblock-opener-37\"\n                                 aria-hidden=\"true\">\n                                <div class=\"moretitle\"><\/div>\n                                <div class=\"moreinfo filter-description\"><p>Ur\u0161ka Mrgole holds a BSc in Economics and has been employed at Jo\u017eef Stefan Institute since 2017. She has 20 years of experience in the preparation, implementation and management of national and EU projects, especially in the field of promoting STEM among youth, promoting cooperation of researchers, companies and students, and knowledge transfer. Ur\u0161ka is currently involved in coordination of EU projects, communication and dissemination of project results and organisation of various events. She is a co-author of several articles and published contributions at conferences.<\/p>\n<\/div>\n                                                                     <div style=\"font-weight: bold;margin-top: 20px;\">Organization<\/div>\n                                     \n                                    <div style=\"font-size: 14px;\" class=\"univerza\">The Jo\u017eef Stefan Institute<\/div>\n                                                                                                <\/div>\n                      \n                    <\/div>\n                <\/div>\n                    <\/div>\n    <\/div>\n<\/div>\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Knowledge Transfer Experts<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":18,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"advgb_blocks_editor_width":"","advgb_blocks_columns_visual_guide":"","footnotes":""},"class_list":["post-527","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Knowledge Transfer Experts | Knowledge Transfer Slovenia<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/prenosznanja.si\/en\/about-kts\/knowledge-transfer-experts\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Knowledge Transfer Experts | Knowledge Transfer Slovenia\" \/>\n<meta property=\"og:description\" content=\"Knowledge Transfer Experts\" \/>\n<meta property=\"og:url\" content=\"https:\/\/prenosznanja.si\/en\/about-kts\/knowledge-transfer-experts\/\" \/>\n<meta property=\"og:site_name\" content=\"Knowledge Transfer Slovenia\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-11T12:01:21+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/prenosznanja.si\\\/en\\\/about-kts\\\/knowledge-transfer-experts\\\/\",\"url\":\"https:\\\/\\\/prenosznanja.si\\\/en\\\/about-kts\\\/knowledge-transfer-experts\\\/\",\"name\":\"Knowledge Transfer Experts | Knowledge Transfer Slovenia\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/prenosznanja.si\\\/en\\\/#website\"},\"datePublished\":\"2019-05-03T05:44:30+00:00\",\"dateModified\":\"2026-02-11T12:01:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/prenosznanja.si\\\/en\\\/about-kts\\\/knowledge-transfer-experts\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/prenosznanja.si\\\/en\\\/about-kts\\\/knowledge-transfer-experts\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/prenosznanja.si\\\/en\\\/about-kts\\\/knowledge-transfer-experts\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/prenosznanja.si\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About KTS\",\"item\":\"https:\\\/\\\/prenosznanja.si\\\/en\\\/about-kts\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Knowledge Transfer Experts\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/prenosznanja.si\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/prenosznanja.si\\\/en\\\/\",\"name\":\"Knowledge Transfer Slovenia\",\"description\":\"Slovenian Science in One Place.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/prenosznanja.si\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Knowledge Transfer Experts | Knowledge Transfer Slovenia","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/prenosznanja.si\/en\/about-kts\/knowledge-transfer-experts\/","og_locale":"en_US","og_type":"article","og_title":"Knowledge Transfer Experts | Knowledge Transfer Slovenia","og_description":"Knowledge Transfer Experts","og_url":"https:\/\/prenosznanja.si\/en\/about-kts\/knowledge-transfer-experts\/","og_site_name":"Knowledge Transfer Slovenia","article_modified_time":"2026-02-11T12:01:21+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/prenosznanja.si\/en\/about-kts\/knowledge-transfer-experts\/","url":"https:\/\/prenosznanja.si\/en\/about-kts\/knowledge-transfer-experts\/","name":"Knowledge Transfer Experts | Knowledge Transfer Slovenia","isPartOf":{"@id":"https:\/\/prenosznanja.si\/en\/#website"},"datePublished":"2019-05-03T05:44:30+00:00","dateModified":"2026-02-11T12:01:21+00:00","breadcrumb":{"@id":"https:\/\/prenosznanja.si\/en\/about-kts\/knowledge-transfer-experts\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/prenosznanja.si\/en\/about-kts\/knowledge-transfer-experts\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/prenosznanja.si\/en\/about-kts\/knowledge-transfer-experts\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/prenosznanja.si\/en\/"},{"@type":"ListItem","position":2,"name":"About KTS","item":"https:\/\/prenosznanja.si\/en\/about-kts\/"},{"@type":"ListItem","position":3,"name":"Knowledge Transfer Experts"}]},{"@type":"WebSite","@id":"https:\/\/prenosznanja.si\/en\/#website","url":"https:\/\/prenosznanja.si\/en\/","name":"Knowledge Transfer Slovenia","description":"Slovenian Science in One Place.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/prenosznanja.si\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"coauthors":[],"author_meta":{"author_link":"https:\/\/prenosznanja.si\/en\/author\/admin_cnj\/","display_name":"admin_cnj"},"relative_dates":{"created":"Posted 7 years ago","modified":"Updated 4 months ago"},"absolute_dates":{"created":"Posted on 03.05.2019","modified":"Updated on 11.02.2026"},"absolute_dates_time":{"created":"Posted on 03.05.2019 7:44 am","modified":"Updated on 11.02.2026 1:01 pm"},"featured_img_caption":"","featured_img":false,"series_order":"","_links":{"self":[{"href":"https:\/\/prenosznanja.si\/en\/wp-json\/wp\/v2\/pages\/527","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prenosznanja.si\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/prenosznanja.si\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/prenosznanja.si\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prenosznanja.si\/en\/wp-json\/wp\/v2\/comments?post=527"}],"version-history":[{"count":377,"href":"https:\/\/prenosznanja.si\/en\/wp-json\/wp\/v2\/pages\/527\/revisions"}],"predecessor-version":[{"id":11079,"href":"https:\/\/prenosznanja.si\/en\/wp-json\/wp\/v2\/pages\/527\/revisions\/11079"}],"up":[{"embeddable":true,"href":"https:\/\/prenosznanja.si\/en\/wp-json\/wp\/v2\/pages\/18"}],"wp:attachment":[{"href":"https:\/\/prenosznanja.si\/en\/wp-json\/wp\/v2\/media?parent=527"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}