{"id":1066,"date":"2019-05-06T17:14:50","date_gmt":"2019-05-06T17:14:50","guid":{"rendered":"http:\/\/fakultetiwordpress.localhost:8012\/?page_id=1066"},"modified":"2026-04-16T13:30:42","modified_gmt":"2026-04-16T11:30:42","slug":"spin-out-companies","status":"publish","type":"page","link":"https:\/\/prenosznanja.si\/en\/spin-out-companies\/","title":{"rendered":"Spin-out companies"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\">Spin-out companies<\/h1>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<p class=\"wp-block-paragraph\">The term spin-out company is used for a company founded by one or several employees of a certain research institution.<br>The purpose of a spin-out company is to further develop and market the knowledge created within employment at the research institution, and the transfer thereof to the new company either by granting a license or selling the intellectual property rights.<\/p>\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 companies\">\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<\/div>\n<\/div>\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2026\/04\/683f3966a53520d303385f28_WatchBuilt_M_Logo_expanded.svg\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">WatchBuilt SIA<\/div>\n                    <div class=\"text filter-description\"><p>Watchbuilt is a Latvian company that was founded based on an invention from the University of Maribor. The innovation is based on a wearable device mounted on a safety helmet. The device is equipped with 3D scanning technology and other components that capture 3D data in real time during construction. The system automatically identifies elements in the digital building model, enabling direct comparison between planned and actual construction processes, and thus proactively identifying and resolving potential issues.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"https:\/\/www.watchbuilt.com\/\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">univerza-v-mariboru<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">civil-engineering<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">digital-technology<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2026\/04\/i2P0Jv4HJzy769ofukM7alIzI.svg\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">EndoVia Therapeutics d.o.o.<\/div>\n                    <div class=\"text filter-description\"><p>EndoVia Therapeutics is a spin-out from University of Maribor, developing precision oncology platform to predict, validate, and personalize cannabinoid interventions in cancer. EndoVia merges experimental biology with advanced computational modeling in a unified workflow.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"https:\/\/www.endovia.eu\/\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">univerza-v-mariboru<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">biotehnology<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">health<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2026\/03\/logo-vertical-black-ReCatalyst.png\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">ReCatalyst, d.o.o.<\/div>\n                    <div class=\"text filter-description\"><p data-start=\"0\" data-end=\"363\">ReCatalyst is a Slovenian startup focused on the decarbonization of the energy and transportation sectors through the development of advanced catalysts for hydrogen fuel cells and hydrogen electrolyzers. The company develops solutions that reduce the use of valuable platinum while maintaining high performance, enabling wider adoption of hydrogen technologies.\u00a0ReCatalyst operates globally and already collaborates with some of the largest industrial partners, allowing the company to become a leader in the field of innovative catalysts.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"https:\/\/recatalyst.si\/\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">kemijski-institut<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">energy<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">environment<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/12\/Screenshot-2025-12-01-164524.png\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">AtomQL d.o.o.<\/div>\n                    <div class=\"text filter-description\"><p>AtomQL d.o.o. is a young Slovenian spin-out from the Jo\u017eef Stefan Institute (JSI), established with a clear mission to develop and commercialize next-generation quantum devices based on cold atoms. The company emerged from a long-term collaboration between Laboratory for cold atoms at JSI and the laser-tweezers manufacturer Aresis. With its innovative technology, AtomQL is enabling the development of scalable, high-performance quantum computers and advanced quantum sensors.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"https:\/\/atomql.com\/\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">institut-jozef-stefan<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">digital-technology<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">mechanics-and-electronics<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">materials<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/12\/GenTech_logo-01.png\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">Genuine Technologies d.o.o.<\/div>\n                    <div class=\"text filter-description\"><p>The Genuine Technologies d.o.o. is a spin-out company of Jo\u017eef Stefan Institute (JSI), Ljubljana, Slovenia. The company produces and sells synthetic calcium-silicate\u2013based bioceramic powders for use in dentistry. The class IIa medical device RS+\u2122, which is currently not on the market, is a bioceramic calcium silicate-based cement filler with excellent handling properties and a short setting time, suitable for permanent filling of root canal systems in endodontic treatments of teeth. RS+\u2122 was designed to overcome the limitations of mineral trioxide aggregate (MTA). The company has recently developed a new class I medical device, RSense\u2122, a bioceramic remineralization powder that can be used to treat hypersensitivity either through direct application or as a bioceramic filler ingredient in toothpaste. The powder consists of fine microspherical calcium-silicate\u2013based particles that remineralize into hydroxyapatite (a mineral component of enamel and dentin) upon contact with saliva, thereby reducing tooth hypersensitivity.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"https:\/\/www.gen-tech.si\/\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">institut-jozef-stefan<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">biotehnology<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">materials<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">health<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/12\/Screenshot-2025-12-01-145220.png\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">Particulars, d.o.o.<\/div>\n                    <div class=\"text filter-description\"><p>Particulars, d.o.o. is a spin-out company of Jo\u017eef Stefan Institute (JSI), Ljubljana, Slovenia. They are experts in designing, building and running Transient Current Technique (TCT) apparatus for studies of various semiconductor devices and materials. They offer optimized components required for building a TCT apparatus as well as assembled setups with software tools for data acquisition and data analysis. A long term experience in using the technique allows them to provide their customers with optimum systems at a very affordable price. Different configurations of setups offer optimum time saving solutions for various fields of research ranging from educational and classical setups to the most advanced scanning TCT setups with excellent spatial resolution.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"https:\/\/particulars.si\/\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">institut-jozef-stefan<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">digital-technology<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">mechanics-and-electronics<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">mobility<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/12\/Sfc.png\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">SFC solutions<\/div>\n                    <div class=\"text filter-description\"><p>SFC Solutions is a spin-out company of Jo\u017eef Stefan Institute (JSI), Ljubljana, Slovenia. SFC Solutions is a cutting-edge robotics company focused on creating adaptable, comprehensive and efficient manufacturing solutions. Founded by experts in robotics and industrial automation, the company aims to deliver innovative process solutions for industries such as automotive manufacturing and metal processing. Headquartered in Spain, the company collaborates with leading technology institutions and industry partners to bring the next generation of robot-aided reconfiguration systems, enabling rapid and efficient adaptations to market conditions.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"https:\/\/sfcsolutions.es\/language\/en\/\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">institut-jozef-stefan<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">digital-technology<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">mechanics-and-electronics<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">mobility<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/08\/Infinite-logo-2021-e1736771823566.png\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">Infinite d.o.o.<\/div>\n                    <div class=\"text filter-description\"><p>Infinite d.o.o. is a spin-out company of Jo\u017eef Stefan Institute (JSI), Ljubljana, Slovenia. The company is developing in-vitro-learned digital twins to predict long-term \/ chronic health hazard and the associated treatments ahead of time in animal-free way.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"https:\/\/infinite-biotech.com\/\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">institut-jozef-stefan<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">health<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">biotehnology<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">environment<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/12\/Flex-hex.png\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">Flex Hex ApS<\/div>\n                    <div class=\"text filter-description\"><p>Flex Hex ApS is a spin-out company of Jo\u017eef Stefan Institute (JSI), Ljubljana, Slovenia. The company established in Denmark aims to develop, produce and market robotic Hexapod solutions as a mean to enable fast and cost-effective changeover in production. The hexapod system is fully integrable with the robot activities in production lines, and the merging of the two technologies leads to an economical, flexible and high quality fixture that ensures higher stiffness and accuracy in fixating workpieces in e.g. assembly, welding, part holding and precision position sensing for in-line calibration. The Hexapod system enables companies a faster transition to meet the needs of the constant changeable demands on the market.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"https:\/\/flexhex-robot.com\/\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">institut-jozef-stefan<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">digital-technology<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">mechanics-and-electronics<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">mobility<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/09\/Screenshot-2025-09-08-133836.png\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">Plasmadis, d.o.o. <\/div>\n                    <div class=\"text filter-description\"><p><span data-sheets-root=\"1\">Plasmadis, d.o.o. is a spin-out company of Jo\u017eef Stefan Institute (JSI), Ljubljana, Slovenia. The company offers optimization of plasma systems using its own measurement methods for gaseous plasma. In addition, the company consults on appropriate choice of available plasma systems and their production for a smooth, reliable and repeatable treatment of various materials from polymers and metals to ceramics and composite materials. They provide cleaning, functionalization, nanostructuring and selective etching services, and plasma diagnostics.<\/span><\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"https:\/\/www.plasmadis.com\/wp\/\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">institut-jozef-stefan<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">health<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">biotehnology<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">mechanics-and-electronics<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">environment<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/08\/images.png\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">Nanos Scientificae Ltd. (Nanos SCI)<\/div>\n                    <div class=\"text filter-description\"><p><span data-sheets-root=\"1\">Nanos Scientificae Ltd. (Nanos SCI) is a spin out company from Jo\u017eef Stefan Institute developing nanotechnology solutions based on magnetic nanoparticle clusters \u2013 magnetic nanobeads \u2013 iNANOvative\u2122 platform. Nanos SCI develops and produces superparamagnetic iNANOvative\u2122 nanoparticle clusters composed of a number of individual maghemite magnetic nanoparticles. Compared to individual superparamagnetic nanoparticle &#8211; SPION, the nanoparticle clusters (size 70-150 nm) display much larger magnetic moments needed in applications involving manipulation with magnetic field. The focus of our product development is to design high quality customer-oriented products for various applications including nanophotonics, NEMS, biosensors and biomedicine.<\/span><\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"https:\/\/nanos-sci.com\/\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">institut-jozef-stefan<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">health<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">biotehnology<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">mechanics-and-electronics<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">environment<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/05\/logo_transparent.png\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">Elogium Probiotics SIA<\/div>\n                    <div class=\"text filter-description\"><p>Latvian company Elogium Probiotics SIA is developing a probiotic solution for the chicken broiler industry. Since the ban on the prophylactic use of antibiotics in livestock farming, two major problems in this field have emerged, namely the presence of pathogenic bacteria and the lack of ways to increase animal growth in the absence of growth promoters such as antibiotics. Probiotics, bacteria that have a positive effect on the host, have emerged as an alternative solution to both the occurrence of pathogenic bacteria and the increase in animal growth. The University of Ljubljana has granted the company an exclusive licence to exploit the invention, which foresees the use of B. subtilis as a feed or water additive in poultry farming, effectively reducing the number of the most prevalent pathogenic bacteria in chickens and also increasing the weight of starter chickens. The co-founders of the spin-off company of the University of Ljubljana are also employees of the University of Ljubljana, namely dr. Ines Mandi\u010d Mulec, Ph.D. Katarina \u0160imunovi\u010d, Ph.D. Andi Erega, Ph.D. Anja Klan\u010dnik and Dr. Polonca \u0160tefani\u010d, who are also the inventors of the invention of Bacillus subtilis strains for controlling pathogenic bacteria and increasing growth in poultry.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"https:\/\/www.elogium.bio\/\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">univerza-v-ljubljani<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">biotehnology<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">food-and-agriculture<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/05\/divja-labs-logotip-barvni-transparent_-300x240-1.png\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">DIVJALABS d.o.o.<\/div>\n                    <div class=\"text filter-description\"><p>DIVJALABS d.o.o. is a high-tech spin-out company of the University of Ljubljana, which provides services for assessing the abundance of wild animal populations, identifying social structure, assessing the sexual structure, genetic diversity of populations, and identifying individuals using molecular genetic methods. The company was founded at the University of Ljubljana, Faculty of Biotechnics (UL BF) by Toma\u017e Skrbin\u0161ek, Ph.D., Marta De Barba, Ph.D., Marjeta Konec, Ph.D., Astrid Vik Stronen, Ph.D., and Barbara Boljte. The University of Ljubljana concluded a license agreement with the company, granting the company a license for the non-exclusive right to exploit expertise and experience that enables the high-quality use of existing and the development and use of new prototype analyses for genetic monitoring of wild populations of large animals and ungulates.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"http:\/\/divjalabs.com\/\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">univerza-v-ljubljani<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">biotehnology<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">environment<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2022\/11\/logo_revelo_120.png\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">Revelo, information technologies d.o.o.<\/div>\n                    <div class=\"text filter-description\"><p>Revelo d.o.o. is a spin-out company of the Faculty of Computer Science and Informatics, Laboratory of Bioinformatics. Bla\u017e Zupan, Ph.D., from the University of Ljubljana was involved in the establishment of the company. The consulting company deals with data analytics and accelerates the introduction of data technologies in companies. The University of Ljubljana has concluded a license agreement with the company for the use of Orange software for consulting and educational purposes. The Orange software combines visual analytics and machine learning and has been fully developed at the Faculty of Computer Science and Informatics, Bioinformatics Laboratory. Orange is available to the public under an open-source licence (GPL-3).<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"https:\/\/revelo.ai\/\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">univerza-v-ljubljani<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">digital-technology<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2023\/03\/2_spektral.png\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">SPEKTRAL d.o.o.<\/div>\n                    <div class=\"text filter-description\"><p>SPEKTRAL d.o.o. is a spin-out company of the Faculty of Civil and Geodetic Engineering. It is a newly established consultancy company dealing with structural design, structural retrofitting, seismic assessment, and soil-structure interaction analysis. Its founders are civil engineers Bla\u017e Zoubek, Ph.D. and Jure \u017di\u017emond, Ph.D., experts in dynamic response analysis and earthquake-resistant design. The company is involved, among other things, in the design of seismic rehabilitation or strengthening of vulnerable buildings, for which it uses so-called seismic restraints, which are dedicated structural elements for strengthening industrial and commercial prefabricated buildings. The seismic restraints were developed in cooperation with the University of Ljubljana, Faculty of Civil Engineering and Geodesy, and a license agreement was concluded with the company.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"https:\/\/www.spektral.si\/\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">univerza-v-ljubljani<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">civil-engineering<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2022\/01\/mpor_logo1-002.png\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">mPOR<\/div>\n                    <div class=\"text filter-description\"><p>Part of this innovation is a laboratory electroporator for high-frequency bipolar pulses, for which the University of Ljubljana has granted the company a license for its commercial exploitation. Electroporation is an established method for increasing the permeability of cell membranes. Its wide range of applications extends to various fields such as medicine, biotechnology, and environmental sciences. Experimentation with a wide range of parameters of the applied electrical pulses has in the past led to the discovery and development of several technological procedures and treatments based on electroporation. These include cancer treatment, gene therapy, tissue ablation, cell fusion, food preparation and processing, and water purification, to name a few.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"https:\/\/mpor.eu\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">univerza-v-ljubljani<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">mechanics-and-electronics<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2019\/05\/acies-bio-logo.svg\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">Acies Bio<\/div>\n                    <div class=\"text filter-description\"><p>Founded in 2006 as a start-up, Acies Bio represents an example of best practice in biotechnology. The company develops new microbial strains, bioprocesses, and bioactive compounds that improve people\u2019s lives and enable sustainable solutions for the pharmaceutical, food, and chemical industries. Its business model is based on two pillars: contractual research for industry and in-house research. It is a research-oriented company that develops solutions for the biotechnological production of high-added value molecules, while seeking partners to market its products. In 2018, they entered a partnership with the Chinese biotechnology company Desano. The company has grown to 37 employees since its start-up days, or 50 to 60 if counting contractors.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"https:\/\/www.aciesbio.com\/\" class=\"button\">More<\/a>                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">biotehnology<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2019\/05\/kinestica-logo.svg\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">Kinestica<\/div>\n                    <div class=\"text filter-description\"><p>Kinestica is a spin-out company that engineers biomedical rehabilitation technology. It was established at the UL Faculty of Electrical Engineering\u2019s Laboratory for Robotics. The company develops and produces medical devices for neurological recovery after stroke, traumatic brain injury, multiple sclerosis, and other impairments. The company is presently active in Europe and Asia.<br \/>\nTheir first product is Bimeo, a sensor based system for neurological rehabilitation using virtual reality. The system allows patients to perform therapeutic tasks in a virtual reality environment by moving their arms. Using various modes, the therapy can be adapted to patients at different stages of rehabilitation.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"https:\/\/kinestica.com\/\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">univerza-v-ljubljani<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">health<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">mechanics-and-electronics<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2019\/06\/reinhausen-logo.png\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">Reinhausen 2e d.o.o.<\/div>\n                    <div class=\"text filter-description\"><p>Reinhausen 2e is a spin-out company established at the Laboratory of Electricity Networks and Devices at the University of Ljubljana\u2019s Faculty of Electrical Engineering. The company was established in 2009 and became a part of the Maschinenfabrik Reinhausen group two years later. The company aims to become the leading regional producer of advanced compensation devices for active high voltage energy grids, and appliances for voltage monitoring and quality assurance. Their solutions are custom designed to the client\u2019s requirements and the system conditions at the grid connection point. The company is also developing other applications for the electricity segment that are primarily aimed at improving end-user energy efficiency and introducing active electricity grids.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"https:\/\/www.reinhausen.com\/\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">univerza-v-ljubljani<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">mechanics-and-electronics<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2020\/11\/ab-logo.png\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\"> ABELIUM d.o.o.<\/div>\n                    <div class=\"text filter-description\"><p>Abelium is a Faculty of Mathematics and Physics spin-out company established in 2010. It is a young, high-tech company specialised in conducting research on complex problems in business and industry. It provides innovative information technologies to support diverse processes in the economy that require management of ICT and web technologies, are data- and computationally-intensive, and require specialised knowledge in mathematics, physics, and computer science. The company is active in the areas of numerical simulation, computer vision, e-health services, optimisation of logistical processes, mathematically-based geometric modelling, and collaborating with knowledge institutions.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"http:\/\/www.abelium.eu\/\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">univerza-v-ljubljani<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">digital-technology<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2019\/06\/animacel-logo.png\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">Animacel d.o.o. <\/div>\n                    <div class=\"text filter-description\"><p>Animacel is a spin-out company founded at the Veterinary Faculty of the University of Ljubljana. Based on top-level science in the area of stem-cell therapy for animals, the company developed a revolutionary method of treating animals with joint, tendon and ligament disorders. Stem-cell therapy has been used in veterinary care for over a decade, with over 20,000 animal patients treated to date. Animacel uses adult stem cells from fatty tissue. Fatty tissue is adult tissue with the greatest amount of stem cells. The company cooperates successfully with veterinary clinics in Slovenia, as well as in Austria and Germany.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"https:\/\/animacel.com\/\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">univerza-v-ljubljani<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">biotehnology<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">health<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2019\/06\/internet-institute-logo.png\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">Internet Institute d.o.o. <\/div>\n                    <div class=\"text filter-description\"><p>Internet Institute is a Faculty of Electrical Engineering spin-out company. It is an innovation-intensive company specialising in the internet of things and cloud solutions. Its expertise is in the automation of operations, administration and management (OAM), and in quality and performance evaluation of internet systems and services. One of their products is the network quality monitoring suite qMON. qMON agents holistically capture end-user conditions and live services and represent them through 500+ collected parameters. Each agent emulates user actions and the way services are used, and while doing so continuously measures a comprehensive range of parameters along the entire communication path. This provides a network snapshot spanning from physical parameters to the end-user experience.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"http:\/\/www.qmon.eu\/\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">univerza-v-ljubljani<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">digital-technology<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2019\/05\/infinitas-logo.svg\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">Infinitas d.o.o.<\/div>\n                    <div class=\"text filter-description\"><p>Infinitas is a spin-out company established at the Laboratory of Power Systems at the Faculty of Electrical Engineering. It is focused on consulting and developing software solutions for the electricity and energy sectors. Their consultancy services include technical and economic analyses and studies on electricity generation, electricity systems and grids, industry, major energy consumers, and households. In addition to analyses and studies, the company also offers products and software solutions in the above areas.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"http:\/\/www.infinitas.si\/\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">univerza-v-ljubljani<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">energy<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2019\/05\/visionect_logo.svg\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">VISIONECT<\/div>\n                    <div class=\"text filter-description\"><p>Visionect was founded in 2007 and has become the leading designer and developer of low-power digital displays. With cutting-edge innovation and years of field-tested deployments, the company is changing the way information is being delivered, leading the global information revolution with greener and more technologically advanced displays. Visionect is characterised by its revolutionary Place &amp; Play approach featuring simple, well-designed, and user-friendly products that are easy to install.<\/p>\n<p>Ten years of customer feedback, a team of expert engineers, and love for their work have produced Joan, an award-winning conference room scheduling solution. Built on revolutionary low-power e-paper technology, the device seamlessly connects to existing calendars and infrastructure, has no buttons, and is ready to install in minutes.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"https:\/\/www.visionect.com\/\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">univerza-v-ljubljani<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">digital-technology<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2019\/07\/genialis-logo.jpg\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\"> GENIALIS<\/div>\n                    <div class=\"text filter-description\"><p>Genialis is a company that empowers biologists to dive into their data and liberates bioinformaticians to focus on complex analyses. The company has developed web-based software that automates data management and analysis. It offers an intuitive and interactive work environment for exploring and sharing the results. The company\u2019s products are used by academic and research institutions, as well as pharmaceutical and biotechnology companies. Using their software, data obtained by sequencing different genomes (human, animal, microbial, etc.) become available to scientists that otherwise would not be able to study and analyse them.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"https:\/\/www.genialis.com\/ \" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">univerza-v-ljubljani<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">digital-technology<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">health<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2019\/10\/Vitasis.png\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">VITASIS<\/div>\n                    <div class=\"text filter-description\"><p>Vitasis is a company conceived at the Faculty of Computer and Information Science at the University of Ljubljana. It was founded by the Slovenian company Ipmit, which acquired the intellectual property rights for Vitabits, created at the same Faculty. The company took over the management of Vitabits and is specialised in the development of ICT solutions in telemedicine and promoting a healthy and active lifestyle. Their pilot projects, associated with the future development of Vitabits, focus on the remote monitoring of patients with chronic diseases and chronic heart failure, as well as deploying Vitabits for programmes promoting a healthy and active lifestyle.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"https:\/\/vitabits.eu\/\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">univerza-v-ljubljani<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">digital-technology<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">health<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2019\/08\/Envit-LOGO-barvni-ENG.jpg\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">ENVIT<\/div>\n                    <div class=\"text filter-description\"><p>Envit, a spin-out from the University of Ljubljana focusing on environmental technology and engineering, was established in 2010. Founded by Domen Le\u0161tan and two PhD students, the company developed the innovative ReSoil soil remediation technology, leading to the construction of a demonstration plant in Prevalje after joining forces with managing director Ne\u017ea Fin\u017egar and Arhel. ReSoil offers sustainable soil cleaning, recycling the main reagent and allowing closed-loop reuse of process water, while the treated soil maintains its properties and can support ecosystem services like safe food production. Envit holds a license agreement with the University of Ljubljana for the ReSoil technology and has engaged in various research projects with the Slovenian Research Agency and international partners, including involvement in the LIFE+ and Horizon 2020 programmes.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"http:\/\/www.envit.si\/\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">univerza-v-ljubljani<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">biotehnology<\/div>\n                     \n                       <div style=\"display: none !important;\" class=\"podrocje\">environment<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2026\/03\/1.png\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">Arclub Systems <\/div>\n                    <div class=\"text filter-description\"><p>Arclub Systems d.o.o. is a spin-off company of the Faculty of Mechanical Engineering at the University of Ljubljana, established in 2025. The company focuses on the development and production of specialized equipment in the field of manufacturing engineering. The innovation received the Rector\u2019s Award in 2020, and additional momentum came from winning the European Institute of Innovation and Technology (EIT) startup competitions BoostUp! and Jumpstarter in 2020 and 2021.<br \/>\nThe developed and patented technology enables the replacement of conventional water-based cooling and lubrication fluids with a mixture of liquid carbon dioxide (LCO\u2082) and high-quality specialized oils. This approach makes the cooling and lubrication process in machining cleaner, while improved cutting conditions increase productivity and extend the lifetime of cutting tools.<br \/>\nThe company\u2019s main product is the ArcLub One system, which enables controlled delivery of the LCO\u2082 and oil mixture into machining processes on CNC machine tools. The spin-off was co-founded by researchers from the Faculty of Mechanical Engineering\u2014Franci Pu\u0161avec, Luka Sterle and Matja\u017e Kern\u2014together with EIT Manufacturing as an external partner.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">univerza-v-ljubljani<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">mechanics-and-electronics<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2026\/03\/logo_website.jpg\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">Cyber Systems<\/div>\n                    <div class=\"text filter-description\"><p>Cyber Systems d.o.o. is a spin-off company from the Faculty of Electrical Engineering at the University of Ljubljana, based on licensed cybersecurity technology developed by the Laboratory for Telecommunications. The company develops a distributed sensor platform (CyberLab) composed of highly interactive cyber deception units (CyberPod) that intercept and redirect cyberattacks across various business (IT) and operational (OT) environments, as well as critical infrastructure systems.<br \/>\nThe platform relies on software-defined sensors that emulate real devices, network protocols, API interfaces, and management services in order to deceive cyber attackers. It provides security analysts with centralized real-time attack alerts and structured telemetry enriched with threat indicators and attacker behavioral patterns. The system enables centralized management of deployed sensors in the cloud or fully local, network-independent operation, making it suitable for highly secured critical infrastructure environments.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">univerza-v-ljubljani<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">digital-technology<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n\n\n<div class=\"mediawithbutton filter-item\">\n        <div class=\"row\">\n            <div class=\"col-md-5\">\n                <div class=\"image\"><img decoding=\"async\" src=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2026\/03\/logo_spletna.jpg\" alt=\"\"><\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"content\">\n                    <div class=\"title filter-title\">3D Kinetic<\/div>\n                    <div class=\"text filter-description\"><p>3D Kinetics is a spin-off company of the University of Ljubljana that develops advanced digital solutions for the comprehensive analysis, understanding, and monitoring of human movement. The solution is designed to support injury prevention, rehabilitation, improvement of posture and mobility, enhancement of overall physical performance, and applications in sports.<br \/>\nUsing 3D motion analysis, the solution enables the identification of inefficiencies, asymmetries, and movement-related risks, and supports users in optimizing training and maintaining long-term musculoskeletal health. The company combines expertise in biomechanics, data analysis, and software development to build solutions tailored to both individuals and professionals working in the fields of movement and physical training. The company is co-founded by Stanislav \u0160tuhec from the Faculty of Sport, University of Ljubljana.<\/p>\n<\/div>\n                     <a target=\"_blank\" href=\"https:\/\/motion4longevity.si\/\" class=\"button\">More<\/a>                      \n                       <div style=\"display: none !important;\" class=\"univerza\">univerza-v-ljubljani<\/div>\n                                          \n                       <div style=\"display: none !important;\" class=\"podrocje\">digital-technology<\/div>\n                                   <\/div>\n            <\/div>\n        <\/div>\n<\/div>\n\n\n","protected":false},"excerpt":{"rendered":"<p>Spin-out companies The term spin-out company is used for a company founded by one or several employees of a certain research institution.The purpose of a spin-out company is to further develop and market the knowledge created within employment at the research institution, and the transfer thereof to the new company either by granting a license [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":10927,"parent":0,"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-1066","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Spin-out companies | 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\/spin-out-companies\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Spin-out companies | Knowledge Transfer Slovenia\" \/>\n<meta property=\"og:description\" content=\"Spin-out companies The term spin-out company is used for a company founded by one or several employees of a certain research institution.The purpose of a spin-out company is to further develop and market the knowledge created within employment at the research institution, and the transfer thereof to the new company either by granting a license [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/prenosznanja.si\/en\/spin-out-companies\/\" \/>\n<meta property=\"og:site_name\" content=\"Knowledge Transfer Slovenia\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-16T11:30:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/09\/Screenshot-2025-09-08-133836.png\" \/>\n\t<meta property=\"og:image:width\" content=\"281\" \/>\n\t<meta property=\"og:image:height\" content=\"76\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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\\\/spin-out-companies\\\/\",\"url\":\"https:\\\/\\\/prenosznanja.si\\\/en\\\/spin-out-companies\\\/\",\"name\":\"Spin-out companies | Knowledge Transfer Slovenia\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/prenosznanja.si\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/prenosznanja.si\\\/en\\\/spin-out-companies\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/prenosznanja.si\\\/en\\\/spin-out-companies\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/prenosznanja.si\\\/app\\\/uploads\\\/sites\\\/17\\\/2025\\\/09\\\/Screenshot-2025-09-08-133836.png\",\"datePublished\":\"2019-05-06T17:14:50+00:00\",\"dateModified\":\"2026-04-16T11:30:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/prenosznanja.si\\\/en\\\/spin-out-companies\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/prenosznanja.si\\\/en\\\/spin-out-companies\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/prenosznanja.si\\\/en\\\/spin-out-companies\\\/#primaryimage\",\"url\":\"https:\\\/\\\/prenosznanja.si\\\/app\\\/uploads\\\/sites\\\/17\\\/2025\\\/09\\\/Screenshot-2025-09-08-133836.png\",\"contentUrl\":\"https:\\\/\\\/prenosznanja.si\\\/app\\\/uploads\\\/sites\\\/17\\\/2025\\\/09\\\/Screenshot-2025-09-08-133836.png\",\"width\":281,\"height\":76},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/prenosznanja.si\\\/en\\\/spin-out-companies\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/prenosznanja.si\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Spin-out companies\"}]},{\"@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":"Spin-out companies | 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\/spin-out-companies\/","og_locale":"en_US","og_type":"article","og_title":"Spin-out companies | Knowledge Transfer Slovenia","og_description":"Spin-out companies The term spin-out company is used for a company founded by one or several employees of a certain research institution.The purpose of a spin-out company is to further develop and market the knowledge created within employment at the research institution, and the transfer thereof to the new company either by granting a license [&hellip;]","og_url":"https:\/\/prenosznanja.si\/en\/spin-out-companies\/","og_site_name":"Knowledge Transfer Slovenia","article_modified_time":"2026-04-16T11:30:42+00:00","og_image":[{"width":281,"height":76,"url":"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/09\/Screenshot-2025-09-08-133836.png","type":"image\/png"}],"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\/spin-out-companies\/","url":"https:\/\/prenosznanja.si\/en\/spin-out-companies\/","name":"Spin-out companies | Knowledge Transfer Slovenia","isPartOf":{"@id":"https:\/\/prenosznanja.si\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/prenosznanja.si\/en\/spin-out-companies\/#primaryimage"},"image":{"@id":"https:\/\/prenosznanja.si\/en\/spin-out-companies\/#primaryimage"},"thumbnailUrl":"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/09\/Screenshot-2025-09-08-133836.png","datePublished":"2019-05-06T17:14:50+00:00","dateModified":"2026-04-16T11:30:42+00:00","breadcrumb":{"@id":"https:\/\/prenosznanja.si\/en\/spin-out-companies\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/prenosznanja.si\/en\/spin-out-companies\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/prenosznanja.si\/en\/spin-out-companies\/#primaryimage","url":"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/09\/Screenshot-2025-09-08-133836.png","contentUrl":"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/09\/Screenshot-2025-09-08-133836.png","width":281,"height":76},{"@type":"BreadcrumbList","@id":"https:\/\/prenosznanja.si\/en\/spin-out-companies\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/prenosznanja.si\/en\/"},{"@type":"ListItem","position":2,"name":"Spin-out companies"}]},{"@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 2 months ago"},"absolute_dates":{"created":"Posted on 06.05.2019","modified":"Updated on 16.04.2026"},"absolute_dates_time":{"created":"Posted on 06.05.2019 5:14 pm","modified":"Updated on 16.04.2026 1:30 pm"},"featured_img_caption":"","featured_img":"https:\/\/prenosznanja.si\/app\/uploads\/sites\/17\/2025\/09\/Screenshot-2025-09-08-133836.png","series_order":"","_links":{"self":[{"href":"https:\/\/prenosznanja.si\/en\/wp-json\/wp\/v2\/pages\/1066","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=1066"}],"version-history":[{"count":206,"href":"https:\/\/prenosznanja.si\/en\/wp-json\/wp\/v2\/pages\/1066\/revisions"}],"predecessor-version":[{"id":11215,"href":"https:\/\/prenosznanja.si\/en\/wp-json\/wp\/v2\/pages\/1066\/revisions\/11215"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prenosznanja.si\/en\/wp-json\/wp\/v2\/media\/10927"}],"wp:attachment":[{"href":"https:\/\/prenosznanja.si\/en\/wp-json\/wp\/v2\/media?parent=1066"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}