CINXE.COM

Δημοσιεύσεις | RDC Informatics

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="el"> <head id="ctl00_Head1"><title> Δημοσιεύσεις | RDC Informatics </title><meta charset="UTF-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/assets/css/bootstrap.min.css" /><link rel="stylesheet" href="/assets/css/formatCO.css" /><link rel="stylesheet" href="/assets/css/font-awesome.min.css" /><link rel="stylesheet" href="/assets/css/bootstrap-timepicker.css" /><link rel="stylesheet" href="/assets/css/datepicker.css" /><link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800" rel="stylesheet" type="text/css" /> <!-- <link href="https://fonts.googleapis.com/css?family=Roboto:400,300,500,700" rel="stylesheet" type="text/css" /> --> <script src="/assets/js/jquery.min.js"></script> <script src="/assets/js/jquery.stellar.js"></script> <script src="/assets/js/jquery.colorbox-min.js" type="text/javascript"></script> <script src="https://apis.google.com/js/platform.js"></script> <link rel="stylesheet" href="/assets/css/tailwind.css" /><link rel="stylesheet" href="/tailwind/dist/output.css" /><link rel="stylesheet" href="/assets/css/formatCO_1.css" /> <script src="/assets/js/bootbox.min.js"></script> <script src="/assets/js/jquery.gritter.min.js"></script> <script>(function (i, s, o, g, r, a, m) {i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {(i[r].q = i[r].q || []).push(arguments)}, i[r].l = 1 * new Date(); a = s.createElement(o),m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');ga('create', 'UA-7641458-1', 'auto');ga('send', 'pageview');</script> <!-- Facebook Pixel Code --> <script> !(function (f, b, e, v, n, t, s) { if (f.fbq) return; n = f.fbq = function () { n.callMethod ? n.callMethod.apply(n, arguments) : n.queue.push(arguments); }; if (!f._fbq) f._fbq = n; n.push = n; n.loaded = !0; n.version = "2.0"; n.queue = []; t = b.createElement(e); t.async = !0; t.src = v; s = b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t, s); })(window, document, "script", "https://connect.facebook.net/en_US/fbevents.js"); fbq("init", "351826892610735"); fbq("track", "PageView"); </script> <noscript> <img height="1" width="1" src="https://www.facebook.com/tr?id=351826892610735&ev=PageView&noscript=1" alt="facebook pixel code" /> </noscript> <!-- End Facebook Pixel Code --> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-V9T5FYDQSF"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag("js", new Date()); gtag("config", "G-V9T5FYDQSF"); </script> <!-- Google Tag Manager --> <script> (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != "dataLayer" ? "&l=" + l : ""; j.async = true; j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl; f.parentNode.insertBefore(j, f); })(window, document, "script", "dataLayer", "GTM-KX6D8XM8"); </script> <!-- End Google Tag Manager --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KX6D8XM8" height="0" width="0" style="display: none; visibility: hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --> <script type="text/javascript" async=true> (function() { var host = window.location.hostname; var element = document.createElement('script'); var firstScript = document.getElementsByTagName('script')[0]; var url = 'https://cmp.inmobi.com' .concat('/choice/', 'rbPp3sCze90Qt', '/', host, '/choice.js?tag_version=V3'); var uspTries = 0; var uspTriesLimit = 3; element.async = true; element.type = 'text/javascript'; element.src = url; firstScript.parentNode.insertBefore(element, firstScript); function makeStub() { var TCF_LOCATOR_NAME = '__tcfapiLocator'; var queue = []; var win = window; var cmpFrame; function addFrame() { var doc = win.document; var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]); if (!otherCMP) { if (doc.body) { var iframe = doc.createElement('iframe'); iframe.style.cssText = 'display:none'; iframe.name = TCF_LOCATOR_NAME; doc.body.appendChild(iframe); } else { setTimeout(addFrame, 5); } } return !otherCMP; } function tcfAPIHandler() { var gdprApplies; var args = arguments; if (!args.length) { return queue; } else if (args[0] === 'setGdprApplies') { if ( args.length > 3 && args[2] === 2 && typeof args[3] === 'boolean' ) { gdprApplies = args[3]; if (typeof args[2] === 'function') { args[2]('set', true); } } } else if (args[0] === 'ping') { var retr = { gdprApplies: gdprApplies, cmpLoaded: false, cmpStatus: 'stub' }; if (typeof args[2] === 'function') { args[2](retr); } } else { if(args[0] === 'init' && typeof args[3] === 'object') { args[3] = Object.assign(args[3], { tag_version: 'V3' }); } queue.push(args); } } function postMessageEventHandler(event) { var msgIsString = typeof event.data === 'string'; var json = {}; try { if (msgIsString) { json = JSON.parse(event.data); } else { json = event.data; } } catch (ignore) {} var payload = json.__tcfapiCall; if (payload) { window.__tcfapi( payload.command, payload.version, function(retValue, success) { var returnMsg = { __tcfapiReturn: { returnValue: retValue, success: success, callId: payload.callId } }; if (msgIsString) { returnMsg = JSON.stringify(returnMsg); } if (event && event.source && event.source.postMessage) { event.source.postMessage(returnMsg, '*'); } }, payload.parameter ); } } while (win) { try { if (win.frames[TCF_LOCATOR_NAME]) { cmpFrame = win; break; } } catch (ignore) {} if (win === window.top) { break; } win = win.parent; } if (!cmpFrame) { addFrame(); win.__tcfapi = tcfAPIHandler; win.addEventListener('message', postMessageEventHandler, false); } }; makeStub(); function makeGppStub() { const CMP_ID = 10; const SUPPORTED_APIS = [ '2:tcfeuv2', '6:uspv1', '7:usnatv1', '8:usca', '9:usvav1', '10:uscov1', '11:usutv1', '12:usctv1' ]; window.__gpp_addFrame = function (n) { if (!window.frames[n]) { if (document.body) { var i = document.createElement("iframe"); i.style.cssText = "display:none"; i.name = n; document.body.appendChild(i); } else { window.setTimeout(window.__gpp_addFrame, 10, n); } } }; window.__gpp_stub = function () { var b = arguments; __gpp.queue = __gpp.queue || []; __gpp.events = __gpp.events || []; if (!b.length || (b.length == 1 && b[0] == "queue")) { return __gpp.queue; } if (b.length == 1 && b[0] == "events") { return __gpp.events; } var cmd = b[0]; var clb = b.length > 1 ? b[1] : null; var par = b.length > 2 ? b[2] : null; if (cmd === "ping") { clb( { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // IAB assigned CMP ID, may be 0 during stub/loading sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, true ); } else if (cmd === "addEventListener") { if (!("lastId" in __gpp)) { __gpp.lastId = 0; } __gpp.lastId++; var lnr = __gpp.lastId; __gpp.events.push({ id: lnr, callback: clb, parameter: par, }); clb( { eventName: "listenerRegistered", listenerId: lnr, // Registered ID of the listener data: true, // positive signal pingData: { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // list of supported APIs sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, }, true ); } else if (cmd === "removeEventListener") { var success = false; for (var i = 0; i < __gpp.events.length; i++) { if (__gpp.events[i].id == par) { __gpp.events.splice(i, 1); success = true; break; } } clb( { eventName: "listenerRemoved", listenerId: par, // Registered ID of the listener data: success, // status info pingData: { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // CMP ID sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, }, true ); } else if (cmd === "hasSection") { clb(false, true); } else if (cmd === "getSection" || cmd === "getField") { clb(null, true); } //queue all other commands else { __gpp.queue.push([].slice.apply(b)); } }; window.__gpp_msghandler = function (event) { var msgIsString = typeof event.data === "string"; try { var json = msgIsString ? JSON.parse(event.data) : event.data; } catch (e) { var json = null; } if (typeof json === "object" && json !== null && "__gppCall" in json) { var i = json.__gppCall; window.__gpp( i.command, function (retValue, success) { var returnMsg = { __gppReturn: { returnValue: retValue, success: success, callId: i.callId, }, }; event.source.postMessage(msgIsString ? JSON.stringify(returnMsg) : returnMsg, "*"); }, "parameter" in i ? i.parameter : null, "version" in i ? i.version : "1.1" ); } }; if (!("__gpp" in window) || typeof window.__gpp !== "function") { window.__gpp = window.__gpp_stub; window.addEventListener("message", window.__gpp_msghandler, false); window.__gpp_addFrame("__gppLocator"); } }; makeGppStub(); var uspStubFunction = function() { var arg = arguments; if (typeof window.__uspapi !== uspStubFunction) { setTimeout(function() { if (typeof window.__uspapi !== 'undefined') { window.__uspapi.apply(window.__uspapi, arg); } }, 500); } }; var checkIfUspIsReady = function() { uspTries++; if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) { console.warn('USP is not accessible'); } else { clearInterval(uspInterval); } }; if (typeof window.__uspapi === 'undefined') { window.__uspapi = uspStubFunction; var uspInterval = setInterval(checkIfUspIsReady, 6000); } })(); </script> <!-- End InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --> <meta name="description" content="Οι ερευνητές μας παράγουν πρωτότυπη γνώση &amp; νέες καινοτόμες ιδέες με δημοσιεύσεις ερευνητικών αποτελεσμάτων σε διεθνή περιοδικά και συνέδρια." /><meta name="keywords" content="rdc, δημοσιεύσεις, rnd, dimosieuseis, έρευνα, ανάπτυξη, ερευνητικά αποτελέσματα, ereunitika apotelesmata" /></head> <body> <fieldset> <legend style="display: none">DOM</legend> <form name="aspnetForm" method="post" action="/el/static/rnd-publications" id="aspnetForm"> <div> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTk2ODMxNzcyMWRkkq90IzRUbynMuC9/NWkxfTHAPPI=" /> </div> <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['aspnetForm']; if (!theForm) { theForm = document.aspnetForm; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script> <script src="/WebResource.axd?d=Z89aQEyz9KzGsa63WWxE78z0OrySfhsdSGdRIqVBg0j1Hd_7CRB9fyBwMh4JfvFwSv7b6LbqktxGzd0ddpud_NvAH9I1&amp;t=638465127187615987" type="text/javascript"></script> <script src="/ScriptResource.axd?d=_74ilx_skqbt25qwMg2guRCyF3bCUbHhDI6HTxk_cKNFGBDnt_o3NGbLQyFQWnUaeDg64kYuhCzSK5hn3PBz8HZJYAjC74e9-nSRv3OWPHDbW04ZpswK3PvEU_mIP7e6uCyYN5Sn8mlAw6nHf0AuxPNEFenMFKsQzSWbI0Ry3TCfPW9H0&amp;t=2e7d0aca" type="text/javascript"></script> <script type="text/javascript"> //<![CDATA[ if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.'); //]]> </script> <script src="/ScriptResource.axd?d=4ZCmwfhlDZ_v5qneO2bPs80ql8Hu6FfpYXAbGOuo61OwyYHvSPGCOqsFyNs9xr1cXQywi2O_cICQK_dxIIzp5ojA07o1VwMEon2xsdgMLHDvqUX4UPJlJdUVMjgS2KC94gtq7oLuv10Ylu3kO2Ay84TmlEv9IpBuclX9jbFAuihQ9rBcVxRyv9f1FFLzOgZontZ5bg2&amp;t=2e7d0aca" type="text/javascript"></script> <div> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="737F0C8B" /> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEdAAXYXQjOjzd/7PefU8lKRoPKwWXFD9JVvPvFlBgY5I6t9y/PSAvxybIG70Gi7lMSo2HDWfQJb2kk2OJHBGM6i32st1OuxUTOXL1AlweEbuNgW7QLjN1N4d5eKygAYSft6VkC7RkL" /> </div> <script type="text/javascript"> //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('ctl00$sm1', 'aspnetForm', ['tctl00$upPanelLogin','','tctl00$cphMain$upPanelSps',''], [], [], 90, 'ctl00'); //]]> </script> <header class="clearHeader"> <div class="sticky-wrapper"> <div class="top-header"> <div class="container"> <div class="row"> <div class="col-sm-9 col-xs-12 col-sm-push-3"> <div class="col-sm-3"> <div class="pull-left"> <ul class="Langs"><li><a href="/el/static/rnd-publications" class="langActive">EL</a></li><li><a href="https://www.rdc.gr/bg/normal/home.aspx">BG</a></li><li><a href="https://www.rdc.gr/en/normal/home.aspx">EN</a></li></ul> </div> </div> <div class="col-sm-6"> <div class="search pull-right"> <!-- #section:basics/content.searchbox --> <div class="search-container"> <label for="search-box" class="search-box-icon">Search:<span class="glyphicon glyphicon-search search-icon"></span></label> <input id="search-box" type="text" class="search-box" name="q" /> <input type="submit" id="search-submit" value="Submit" /> </div> <!-- /.nav-search --> </div> </div> <div class="col-sm-3 col-xs-12"> <div class="social_media text-center"> <ul><li><a href="https://www.facebook.com/rdcinformatics" target="_blank" title="facebook link"><em class="fa fa-facebook">&nbsp;</em></a><a href="https://twitter.com/rdcinformatics" target="_blank" title="twitter link"><em class="fa fa-twitter">&nbsp;</em></a><a href="http://www.youtube.com/c/RdcGr" target="_blank" title="youtube link"><em class="fa fa-youtube">&nbsp;</em></a><a href="https://www.linkedin.com/company/rdc-informatics" target="_blank" title="linkedin link"><em class="fa fa-linkedin">&nbsp;</em></a></li></ul> </div> </div> </div> </div> </div> </div> </div> <div class="menu-wrap"> <div class="container"> <div class="row"> <div class="col-sm-3 col-xs-12"> <a href="https://www.rdc.gr/el/normal/home.aspx"> <img src="/admin/Gates/Photos/1/1.png" id="ctl00_imgLogo" class="img-responsive center-block" alt="main site logo" /> </a> </div> <div class="col-sm-7 col-xs-12"> <nav id="bs-navbar" class="collapse navbar-collapse"> <div id="ctl00_pnlHeaderMenu"> <nav class='main-menu'><div class="menu-button">Υπηρεσίες</div><ul><li class=""><a target="" href="https://www.rdc.gr/el/normal/home.aspx">HOME</a></li><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/normal/profile.aspx">PROFILE</a><em class="fa fa-plus-circle"></em><ul><li class="hasChildren "><a target="" href="#">ΠΛΗΡΟΦΟΡΙΕΣ</a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="_self" href="https://www.rdc.gr/el/normal/leading-digital-transformation-to-excellence">Γνωριστε μας</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/brief-history.aspx">Συντομο Ιστορικο</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/solutions-products.aspx">Λυσεις & προϊοντα</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/manpower.aspx">Ανθρωπινο δυναμικο</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/quality-assurance.aspx">Διασφαλιση ποιοτητας</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/market-research.aspx">Ερευνα & αναπτυξη </a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/partners-network.aspx">Δικτυο συνεργατων</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/strategic-partnerships.aspx">Στρατηγικες συνεργασιες</a></li><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/normal/career.aspx">Ευκαιριες καριερας</a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/softone-erp-consultant.aspx">Softone ERP Consultant (JRN 042)</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/softone-erp-developer.aspx">Softone ERP Developer (JRN011)</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/project-manager.aspx">Project Manager for Web Services Division (JRΝ020)</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/microsoft-net-jrn025.aspx">Προγραμματιστής σε τεχνολογίες DotNetCore (JRN025)</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/microsoft-net-jrn032.aspx">Graphic Designer (JRN032)</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/senior-software-analyst.aspx">Senior Software Analyst (JRN 027)</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/business-intelligence-analyst.aspx">Business Intelligence Analyst (JRN 043)</a></li></ul></li></ul></li><li class="hasChildren "><a target="" href="#">ΠΕΛΑΤΕΣ & ΕΡΓΑ</a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/client-list.aspx">Πελατολογιο</a></li><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/grid4/case-studies.aspx">Εργα - Case Studies</a><em class="fa fa-plus-circle"></em></li><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/grid4/achievement.aspx">Διακρισεις - Βραβεια</a><em class="fa fa-plus-circle"></em></li><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/static/projects-portfolio.aspx">Projects Portfolio </a><em class="fa fa-plus-circle"></em><ul><li class="hasChildren nodisplay"><a target="" href="https://www.rdc.gr/el/normal/portfolio.aspx">Portfolio </a><em class="fa fa-plus-circle"></em><ul><li class="nodisplay"><a target="" href="https://www.rdc.gr/el/normal/viewproject.aspx">Προβολή Έργου</a></li></ul></li></ul></li></ul></li><li class="hasChildren "><a target="" href="#">ΕΝΗΜΕΡΩΣΗ</a><em class="fa fa-plus-circle"></em><ul><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/grid3/news-announcements.aspx">ΝΕΑ-ΑΝΑΚΟΙΝΩΣΕΙΣ</a><em class="fa fa-plus-circle"></em></li><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/grid3/press-releases.aspx">Δελτια τυπου</a><em class="fa fa-plus-circle"></em></li><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/grid3/blog.aspx">Blog</a><em class="fa fa-plus-circle"></em></li></ul></li><li class="hasChildren "><a target="" href="#">Toolbox</a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/download-center.aspx">Download Center</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/sms-gateway.aspx">SMS Gateway</a></li></ul></li></ul></li><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/static/business-software.aspx">BUSINESS SOFTWARE</a><em class="fa fa-plus-circle"></em><ul><li class="hasChildren "><a target="" href="#">ΥΠΗΡΕΣΙΕΣ</a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/softOne.aspx">RDC Informatics & SoftOne</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/implementation-projects.aspx">Υλοποιηση Εργων</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/technical-assistance.aspx">Τεχνικη υποστηριξη - Help Desk</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/education-training.aspx">Εκπαιδευση</a></li></ul></li><li class="hasChildren "><a target="" href="#">ΠΡΟΪΟΝΤΑ </a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/commercial-management-soft1.aspx">Εμπορικη διαχειριση Soft1</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/soft1-erp.aspx">Soft1 ERP</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/soft1crm.aspx">Soft1 CRM</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/soft1edu.aspx">Soft1 EDU</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/edu-cert-ware.aspx">EduCertWare</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/cti-for-soft1.aspx">CTI for Soft1</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/logistical-applications.aspx">Λογιστικες εφαρμογες</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/salary.aspx">Μισθοδοσια</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/retail-sale.aspx">Λιανικη πωληση</a></li><li class=""><a target="" href="https://www.rdc.gr/el/normal/cloudio_services.aspx">CLOUDIO</a></li><li class=""><a target="" href="https://www.rdc.gr/el/normal/erp_connectors.aspx">ERP Connectors </a></li></ul></li><li class="hasChildren "><a target="" href="#">ΤΟΜΕΙΣ ΕΞΕΙΔΙΚΕΥΣΗΣ</a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/financial-management.aspx">Οικονομικη διαχειριση</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/sales.aspx">Πωλησεις</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/supply-chain-management.aspx">Διαχειριση εφοδιαστικης αλυσιδας</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/production-management.aspx">Διαχειριση παραγωγης</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/education.aspx">Εκπαιδευτικοι οργανισμοι</a></li><li class=""><a target="" href="https://www.rdc.gr/el/normal/QR_RF_Payments.aspx">Ηλεκτρονικές Πληρωμές RF</a></li><li class=""><a target="" href="https://www.rdc.gr/el/normal/leading-digital-transformation-to-excellence.aspx">Ψηφιακός μετασχηματισμός επιχειρήσεων και οργανισμών</a></li></ul></li><li class="hasChildren "><a target="" href="#">ΥΠΗΡΕΣΙΕΣ CLOUD</a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/cloud-services.aspx">Cloud Services - Enterprise mobility</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/cloud-commercial-management.aspx">Cloud εμπορική διαχείριση</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/soft1-cloud-erp.aspx">Cloud ERP</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/soft1-cloud-crm.aspx">Cloud CRM</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/accounts-management-cloud.aspx">Λογιστικη διαχειριση στο cloud</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/Soft1-360.aspx">Soft1 360</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/soft1-web-report.aspx">Soft1 Web Report</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/electronic-invoicing.aspx">Ηλεκτρονικη τιμολογηση</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/soft1-mobile-crm.aspx">Mobile CRM</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/mobile-sales.aspx">Mobile Sales</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/mobile-warehouse.aspx">Mobile Warehouse</a></li></ul></li></ul></li><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/static/web-mobile.aspx">WEB & MOBILE </a><em class="fa fa-plus-circle"></em><ul><li class="hasChildren "><a target="" href="#">ΥΠΗΡΕΣΙΕΣ</a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/designing-websites.aspx">Κατασκευη ιστοσελιδων</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/development-web-applications.aspx">Αναπτυξη web εφαρμογων</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/development-mobile-applications.aspx">Αναπτυξη mobile εφαρμογων</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/interactive-applications.aspx">Αναπτυξη διαδραστικων εκπαιδευτικων εφαρμογων</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/vr_virtual_tours_web_app_development.aspx">Αναπτυξη VR και 360ᵒ εφαρμογων </a></li></ul></li><li class="hasChildren "><a target="" href="#">ΤΟΜΕΙΣ ΕΞΕΙΔΙΚΕΥΣΗΣ</a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/ebusiness-nop-commerce.aspx">e-business - Nop Commerce</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/elearning-platforms.aspx">e-learning platforms</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/elearning-lessons-development.aspx">e-learning lessons development</a></li><li class=""><a target="" href="https://www.rdc.gr/el/normal/freshworks_business_software.aspx">Freshworks</a></li><li class=""><a target="" href="https://www.rdc.gr/el/normal/freshchat.aspx">Freshchat</a></li><li class=""><a target="" href="https://www.rdc.gr/el/normal/freshworks_customer_service_suite.aspx">Freshworks Customer Service Suite</a></li><li class=""><a target="" href="https://www.rdc.gr/el/normal/freshdesk.aspx">FreshDesk</a></li></ul></li><li class="hasChildren "><a target="" href="#">Melo Software Suite </a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/digital-school.aspx">Digital School</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/school_dashboard.aspx">School Dashboard</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/assessment-manager.aspx">Assessment Manager</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/hr-sensor.aspx">HR Sensor </a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/content-optimizer.aspx">Content Optimizer</a></li></ul></li></ul></li><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/static/digital-marketing.aspx">DIGITAL MARKETING </a><em class="fa fa-plus-circle"></em><ul><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/static/services-digital-marketing.aspx">Υπηρεσιες </a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/seo-services.aspx">SEO Services</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/web-analytics-reports.aspx">Web Analytics & Reports</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/digital-advertising-services.aspx">Digital Advertising Services</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/video-advertising.aspx">Video advertising</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/social-media-development.aspx">Social Media Development</a></li></ul></li><li class="hasChildren "><a target="" href="#">Τομεις εξειδικευσης </a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/adwords-advertising.aspx">Google Adwords </a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/youtube-advertising.aspx">YouTube Video Advertising </a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/facebook-advertising.aspx">Facebook Advertising</a></li></ul></li></ul></li><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/static/rnd.aspx">R&D</a><em class="fa fa-plus-circle"></em><ul><li class="hasChildren "><a target="" href="#">ΠΛΗΡΟΦΟΡΙΕΣ</a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/reasearch-and-development.aspx">Έρευνα & Ανάπτυξη @RDC</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/rnd-team.aspx">Ανθρώπινο δυναμικό</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/rnd-partners.aspx">Συνεργασίες</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/rnd-services.aspx">Τομείς εξειδίκευσης</a></li></ul></li><li class="hasChildren "><a target="" href="#">ΑΙ & MACHINE LEARNING</a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/ai-ml-services.aspx">Υπηρεσίες & εξειδίκευση</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/automl.aspx">Λογισμικό AutoML</a></li></ul></li><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/static/research-and-development-projects.aspx">ΕΡΕΥΝΗΤΙΚΑ ΠΡΟΓΡΑΜΜΑΤΑ</a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/research-and-development-projects.aspx">LightMe – Horizon 2020</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/research-and-development-projects.aspx">Profuture – Horizon 2020</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/research-and-development-projects.aspx">Biomac – Horizon 2020</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/research-and-development-projects.aspx">Redondo – Horizon Europe</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/research-and-development-projects.aspx">ΑΗΜΕΚΤ – Δράση ΕΔΚ-2</a></li></ul></li><li class="hasChildren "><a target="" href="#">ΔΡΑΣΤΗΡΙΟΤΗΤΕΣ</a><em class="fa fa-plus-circle"></em><ul><li class="active "><a target="" href="https://www.rdc.gr/el/static/rnd-publications.aspx">Δημοσιεύσεις (Publications)</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/rnd-events.aspx">Συνέδρια & Εκδηλώσεις</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/rnd-case-studies.aspx">Case Studies</a></li></ul></li></ul></li><li class=""><a target="" href="https://www.rdc.gr/el/normal/Contact.aspx">CONTACT</a></li></ul></nav> </div> </nav> </div> <div class="col-sm-2 col-xs-12 partners-login"> <a id="btnPartnerLogin" href="#" onclick="$('.LoginArea').toggle();">Partners' Login</a> <div class="LoginArea" style="display: none"> <div id="ctl00_DivUserNotLoggedIn"> <div id="LoginBox" class="LoginBox login-layout light-login"> <div class="logo"> <div class="HeaderFrame"> <div class="col-sm-12"> <div class="h2-block"> RDC </div> </div> <div class="clearfix"></div> </div> </div> <div class="clearfix"></div> <div id="ctl00_upPanelLogin"> <div class="position-relative"> <div id="login-box" class="login-box visible widget-box no-border"> <div class="widget-body"> <div class="widget-main"> <div class="user-login"> <em class="fa fa-user" aria-hidden="true"></em> <h4>Είσοδος</h4> </div> <div class="space-6"></div> <div class="col-sm-12"> <label class="block clearfix"> <span class="block input-icon input-icon-right"> <label for="ctl00_txtUsername" style="display: none">label</label> <input name="ctl00$txtUsername" type="text" id="ctl00_txtUsername" class="form-control" placeholder="Username" /> </span> </label> </div> <div class="col-sm-12"> <label class="block clearfix"> <span class="block input-icon input-icon-right"> <label for="ctl00_txtPassword" style="display: none">label</label> <input name="ctl00$txtPassword" type="password" id="ctl00_txtPassword" class="form-control" placeholder="Password" /> </span> </label> </div> <div class="clearfix"></div> <div class="space"></div> <div class="clearfix"> <button id="ctl00_btnLogin" type="button" class="width-35 center-block btn-sm btn-primary" onclick="javascript:__doPostBack(&#39;ctl00_upPanelLogin&#39;,&#39;btnLogin&#39;)"> <span class="bigger-110" >Είσοδος</span > </button> </div> <div class="space-4"></div> <!--<h4 class="header blue lighter bigger"> Δεν έχετε εγγραφεί ακόμα; </h4> <div class="col-md-7 inline"> Παρακαλούμε κάντε την εγγραφή σας προτού αγοράσετε/κλείσετε κάποια από τα μαθήματά σας </div> <div > <button id="ctl00_btnRegister" type="button" class="width-35 pull-right btn-sm btn-primary" onclick="javascript:window.location.replace(&#39;/el/normal/register&#39;);"> <i class="ace-icon fa fa-key"></i> <span class="bigger-110">Εγγραφή</span> </button> </div>--> <div class="clearfix"></div> </div> <!-- /.widget-main --> <div class="toolbar clearfix"> <div> <a href="#" data-target="#forgot-box" class="forgot-password-link"> Ξέχασα τον κωδικό μου </a> </div> </div> </div> <!-- /.widget-body --> </div> <!-- /.login-box --> <div id="forgot-box" class="forgot-box widget-box no-border"> <div class="widget-body"> <div class="widget-main"> <h4 class="header red lighter bigger"> Ανάκτηση κωδικού </h4> <div class="space-6"></div> <p>Όνομα χρήστη</p> <label class="block clearfix"> <span class="block input-icon input-icon-right"> <label for="ctl00_txtRetrieveUsername" style="display: none">label</label> <input name="ctl00$txtRetrieveUsername" type="text" id="ctl00_txtRetrieveUsername" class="form-control" placeholder="Username" /> </span> </label> <p>Εισάγετε το email σας για να σας σταλούν οδηγίες</p> <label class="block clearfix"> <span class="block input-icon input-icon-right"> <label for="ctl00_txtRetrievePassEmail" style="display: none">label</label> <input name="ctl00$txtRetrievePassEmail" type="text" id="ctl00_txtRetrievePassEmail" class="form-control" placeholder="Email" /> </span> </label> <div class="clearfix"> <button id="ctl00_btnSendME" type="button" class="width-35 pull-right btn btn-sm btn-danger" onclick="javascript:__doPostBack(&#39;ctl00_upPanelLogin&#39;,&#39;btnSendME&#39;)"> <span class="bigger-110"> Αποστολή! </span> </button> </div> </div> <!-- /.widget-main --> <div class="toolbar center"> <a href="#" data-target="#login-box" class="back-to-login-link"> Επιστροφή στη login </a> </div> </div> <!-- /.widget-body --> </div> <!-- /.forgot-box --> <!-- /.signup-box --> </div> </div> </div> </div> </div> </div> <div class="clearfix"></div> </div> </div> </div> <div class="clearfix"></div> </header> <div class="clearfix"></div> <div class="main-content"> <div> <!-- #section:basics/content.breadcrumbs --> <div class="breadcrumbs" id="breadcrumbs"> <div class="container"> <script type="text/javascript"> try { ace.settings.check('breadcrumbs', 'fixed') } catch (e) { } </script> <ul class="breadcrumb"> <li><a href="https://www.rdc.gr/el/static/rnd.aspx">R&D</a></li><li class="active">ΔΡΑΣΤΗΡΙΟΤΗΤΕΣ</li> </ul><!-- /.breadcrumb --> </div> </div> <div class="h1Title"> <div class="container"> <h1>Δημοσιεύσεις <span class="Coloured">|</span> RDC Informatics</h1> </div> </div> <div class="container"> <div class="row"> <div class="col-sm-9"></div> <div class="col-sm-3 text-right" style="display: none"> <img class="ImgScrollToStudyPacks" style="cursor: pointer" onclick="$('html, body').animate({scrollTop: $('.StudyPacks').offset().top}, 2000);" src="/assets/images/sps.png" /> </div> <div class="clearfix"></div> </div> </div> <div class="container"> <div class="DivLeftMenu" style="display: none"> <script> $(document).ready(function () { $(document).on('click', '.accordion-toggle', function (e) { $(this).parent().toggleClass("NoBorder"); }); }); </script></div> <div class="web-design"> <div class="container"> <h2>Δημοσιεύσεις</h2> <p> Αναγνωρίζοντας το εκθετικά αυξανόμενο εύρος της γνώσης και τις ραγδαίες εξελίξεις που σημειώνονται στον επιστημονικό χώρο, οι ερευνητές μας συνεργάζονται με κορυφαία ακαδημαϊκά στελέχη από όλο τον κόσμο παράγοντας πρωτότυπη γνώση &amp; νέες καινοτόμες ιδέες με δημοσιεύσεις των ερευνητικών αποτελεσμάτων σε διεθνή περιοδικά και συνέδρια με κριτές (peer-reviewed). </p> </div> <div class="mt-[70px]"> <div style="box-shadow: 0 0px 10px 0px rgb(0 0 0 / 20%)"> <div class="p-[20px]"> <div class="flex gap-[40px]"> <div class="w-full"> <div class="text-[20px] font-bold">"BIOMAC—Decision Support Tool for assessing Value Chains of nano-reinforced bio-polymers"</div> <div class="text-[20px] mt-[10px]">Thayana Rigo Caser, Dr. Marinella Tsakalova, Maria Voumvoulaki, Dr. Ioanna Deligkiozi, Dionisis Koutsantonis, Konstantinos Koutsantonis</div> </div> <div> <a href="/CMS/site/files/240521_BIOMAC_Polymer Conference_Poster.pdf" target="_blank"><img src="/CMS/site/images/link-icon.svg" alt="link"></a> </div> </div> <div class="h-[2px] my-[10px] bg-black"></div><!-- <div class="text-[20px] font-bold">In: Final ProFuture's Conference on Microalgae Protein Ingredients for the Food and Feed of the Future. September 2023</div>--> </div> <div class="p-[20px]"> <div class="text-[20px]"> <strong style="font-size: 20px">Abstract:</strong> In the biobased industry, where biomass serves as a raw material, there are numerous pathways to achieve polymer end products, and the possibilities expand even more when nanotechnology is incorporated in the production process. In this complex landscape, the challenge is to find the optimal value chain path, considering economic and environmental impacts. The BIOMAC project tackles this challenge with a Decision Support Tool (DST) that strategically evaluates sustainability and feasibility across different value chains, guiding users throughout. <br><br>The web-based DST displays a user-friendly interface fostering efficient communication with computational tools in the backend. The backend integrates customized data repositories and optimization models considering various biobased processes with their mass and energy balances along with techno-economic and environmental factors. <br><br>This tool allows for key operations. In the "Step-by-Step" mode, users can construct value chains towards biopolymers gradually, understanding the impacts of each process. The "Optimal Path" feature allows a systemic review of the entire value chain tree, enabling the user to adjust variables and perform optimizations subjected to single or multiple criteria. <br><br>Case studies explore the utilization of alternative types of biomass (e.g., beechwood sawdust and Miscanthus Giganteus) in producing the project’s five final products (PU-based automotive parts, PLA-based barrier coatings, PU-based bridge modules, and PE-based agriculture applications). The optimization model prioritizes environmental and economic factors, and identifies the most efficient production path through biomass fractionation, nanocomposite production (nanolignin, nanofibrilated cellulose, nanocellulose), downstream processing, and final polymer formulation. Users can assess various options (different biomasses, alternative processes), conduct hypothetical studies (market fluctuations, biomass availability, product demand), and identify the most beneficial paths tailored to their specific requirements. <br><br>The DST strives to empower stakeholders to navigate the challenging landscape of nano-enabled biopolymers. Its user-friendly interface allows for easy and accessible studies, without requiring expertise in optimization or data collection, enabling decision-making in this field. </div> </div> </div> <div class="mt-[40px]" style="box-shadow: 0 0px 10px 0px rgb(0 0 0 / 20%)"> <div class="p-[20px]"> <div class="flex gap-[40px]"> <div class="w-full"> <div class="text-[20px] font-bold">"Micro-algae proteins for food and feed? Yes, but how? A Decision Support framework for the assessment of their sutainable production"</div> <div class="text-[20px] mt-[10px]">Dr. Marinella Tsakalova, Dionisis Koutsantonis, Thayana Rigo, Dr. Ioanna Deligkiozi</div> </div> <div> <a href="/CMS/site/files/ProFuture-Poster-Abstract-Final Conference-AlgaVantage.pdf" target="_blank"><img src="/CMS/site/images/link-icon.svg" alt="link"></a> </div> </div> <div class="h-[2px] my-[10px] bg-black"></div> <div class="text-[20px] font-bold">In: Final ProFuture's Conference on Microalgae Protein Ingredients for the Food and Feed of the Future. September 2023</div> </div> <div class="p-[20px]"> <div class="text-[20px]"> <strong style="font-size: 20px">Abstract:</strong> The use of algae presents a remarkable and innovative approach to addressing the global economy's shift towards sustainability and circularity. Simultaneously, the question of whether algae can feasibly serve as substitutes for conventional resources needs to be addressed. Despite the challenges in thoroughly exploring this field, it is astonishing that significant efforts have yielded an extensive compilation of techniques for cultivating, processing, and utilizing various alternative types of algae. Following, valuable aglae-baseed intermediates give rise to a diverse range of final products with applications in markets such as food, feed, pharmaceuticals, cosmetics, and even energy. In the Profuture project the focus relys on the implementation of innovative, sustainable and cost-effective technologies to produce microalgal-based protein directed towards the food and feed markets. Profuture strives to strengthen the collaboration among various key stakeholders in the microalgae value chain. </div> </div> </div> <div class="mt-[40px]" style="box-shadow: 0 0px 10px 0px rgb(0 0 0 / 20%)"> <div class="p-[20px]"> <div class="flex gap-[40px]"> <div class="w-full"> <div class="text-[20px] font-bold">"An Innovative Portable Device for Diesel Engines and Transmission Electronic Control Units Diagnosis and Debug"</div> <div class="text-[20px] mt-[10px]">Mavroukakis Apostolos, Piromalis Dimitrios, Kolovos Dimitrios, Gryparis Vasilios, Katsea-Sarantou Ioli, Drosos Christos, Karavas Christos-Spyridon, Petroulias-Meimetis George, Mourafetis Christos.</div> </div> <div> <a href="https://www.jmest.org/wp-content/uploads/JMESTN42354253.pdf" target="_blank"><img src="/CMS/site/images/link-icon.svg" alt="link"></a> </div> </div> <div class="h-[2px] my-[10px] bg-black"></div> <div class="text-[20px] font-bold">In: Journal of Multidisciplinary Engineering Science and Technology (JMEST). July 2023</div> </div> <div class="p-[20px]"> <div class="text-[20px]"> <strong style="font-size: 20px">Abstract:</strong> Heavy-duty construction machinery together with all the diesel engine-based vehicles, as those used for logistics and transportation, are of paramount importance for the economy in both developed and under development societies. Despite the strong interest in e-mobility recently, it is practically very difficult to replace diesel engine-based vehicles by electrical alternatives specifically for application domains associated with logistics and heavy construction works. Traditionally, these vehicles are characterized by high costs of investment and ownership, expensive repair and maintenance services and requirement for high operational availability. This paper presents the design of a portable that allows the diagnosis and debugging of electronic control units of transmission systems as well as diesel engines. Amongst the most advantages of this device are the capability of effective service in-situ and its versatile support of all the existing commercial transmissions and diesel engines. Moreover, the total repair cost and time are significantly decreased. </div> </div> </div> <div class="mt-[40px]" style="box-shadow: 0 0px 10px 0px rgb(0 0 0 / 20%)"> <div class="p-[20px]"> <div class="flex gap-[40px]"> <div class="w-full"> <div class="text-[20px] font-bold">“Bibliometric Literature Review of Adaptive Learning Systems”</div> <div class="text-[20px] mt-[10px]"> Koutsantonis, Dionisios and Koutsantonis, Konstantinos and Bakas, Nikolaos P and Plevris, Vagelis and Langousis, Andreas and Chatzichristofis, Savvas A </div> </div> <div> <a href="https://www.mdpi.com/2071-1050/14/19/12684" target="_blank"><img src="/CMS/site/images/link-icon.svg" alt="link"></a> </div> </div> <div class="h-[2px] my-[10px] bg-black"></div> <div class="text-[20px] font-bold">In: Sustainability / Effectiveness and Sustainable Application on Educational Technology. October 2022</div> </div> <div class="p-[20px]"> <div class="text-[20px]"> <strong style="font-size: 20px">Abstract:</strong> In this review paper, we computationally analyze a vast volume of published articles in the field of Adaptive Learning, as obtained by the Scopus Database. Particularly, we use a query with search terms targeting the area of Adaptive Learning Systems by utilizing a combination of specific keywords. Accordingly, we apply a multidimensional scaling algorithm to construct bibliometric maps for keywords, authors, and references. Subsequently, we present the computational results for the studied dataset, reveal significant patterns appearing in the field of adaptive learning and the inter-item associations, and interpret the findings based on the current state-of-the-art literature in the area. Furthermore, we demonstrate the time-series of the evolution of the research terms, their trends over time, as well as their prevalent statistical associations. </div> </div> </div> <div class="mt-[40px]" style="box-shadow: 0 0px 10px 0px rgb(0 0 0 / 20%)"> <div class="p-[20px]"> <div class="flex gap-[40px]"> <div class="w-full"> <div class="text-[20px] font-bold">“Using AI and ML to develop more accurate design formulae in civil engineering George Markou and Nikolaos P. Bakas”</div> <div class="text-[20px] mt-[10px]">Prof George Markou and Nikolaos P Bakas</div> </div> <div> <a href="https://www.up.ac.za/media/shared/7/ZP_Galleries/Innovate/innovate-17-2022_low-res.zp224186.pdf" target="_blank"><img src="/CMS/site/images/link-icon.svg" alt="link"></a> </div> </div> <div class="h-[2px] my-[10px] bg-black"></div> <div class="text-[20px] font-bold">In: Innovate, University of Pretoria, South Africa. 2022.</div> </div> <div class="p-[20px]"> <div class="text-[20px]"> <strong style="font-size: 20px">Abstract:</strong> The landscape of structural design, which aims to develop safe and sustainable&nbsp;structures, has been formed by applying a specific methodology that foresees the use of empirical and semi-empirical knowledge. This methodology studies experimental data and observations in an attempt to develop design formulae. </div> </div> </div> <div class="mt-[40px]" style="box-shadow: 0 0px 10px 0px rgb(0 0 0 / 20%)"> <div class="p-[20px]"> <div class="flex gap-[40px]"> <div class="w-full"> <div class="text-[20px] font-bold"> “Using Machine Learning and Finite Element Modelling to Develop a Formula to Determine the Deflection of Horizontally Curved Steel I-beams. International Conference on Agents and Artificial Intelligence” </div> <div class="text-[20px] mt-[10px]">Elvis Ababu, George Markou, and Nikolaos Bakas</div> </div> <div> <a href="https://www.insticc.org/node/TechnicalProgram/icaart/2022/presentationDetails/109824" target="_blank"><img src="/CMS/site/images/link-icon.svg" alt="link"></a> </div> </div> <div class="h-[2px] my-[10px] bg-black"></div> <div class="text-[20px] font-bold">In: 14th International Conference on Agents and Artificial Intelligence. February 2022.</div> </div> <div class="p-[20px]"> <div class="text-[20px]"> <strong style="font-size: 20px">Abstract:</strong> The use of curved I-beams has been increasing throughout the years as the steel forming industry continues to advance. However, there are often design limitations on such structures due to the lack of recommendations and design code formulae for the estimation of the expected deflection of these structures. This is attributed to the lack of understanding of the behaviour of curved I-beams that exhibit extreme torsion and bending. Thus, currently, there are no formulae readily available for practising engineers to use to estimate the deflection of curved beams. Since the design of light steel structures is often governed by serviceability considerations, this paper aims to analyse the properties of curved steel I-beams and their impact on deflection as well as develop an accurate formula that will be able to predict the expected deflection of these beams. By using a combination of an experimentally validated finite element modelling approach and machine learning. Numerous formulae are developed and tested for the needs of this research work. The final proposed formula, which is the first of its kind, was found to have an average error of 4.11% in estimating the midspan deflection on the test dataset. </div> </div> </div> <div class="mt-[40px]" style="box-shadow: 0 0px 10px 0px rgb(0 0 0 / 20%)"> <div class="p-[20px]"> <div class="flex gap-[40px]"> <div class="w-full"> <div class="text-[20px] font-bold">“Improved Predictive Fundamental Period Formula for Reinforced Concrete Structures through the Use of Machine Learning Algorithms”</div> <div class="text-[20px] mt-[10px]">Nathan Carstens, George Markou, and Nikolaos Bakas</div> </div> <div> <a href="https://www.insticc.org/node/TechnicalProgram/icaart/2022/presentationDetails/109845" target="_blank"><img src="/CMS/site/images/link-icon.svg" alt="link"></a> </div> </div> <div class="h-[2px] my-[10px] bg-black"></div> <div class="text-[20px] font-bold">In: 14th International Conference on Agents and Artificial Intelligence. February 2022.</div> </div> <div class="p-[20px]"> <div class="text-[20px]"> <strong style="font-size: 20px">Abstract:</strong> With the development of technology and building materials, the world is moving towards creating a better and safer environment. One of the main challenges for reinforced concrete structures is the capability to withstand the seismic loads produced by earthquake excitations, through using the fundamental period of the structure. However, it is well documented that the current design formulae fail to predict the natural frequency of the considered structures due to their inability to incorporate the soil-structure interaction and other features of the structures. This research work extends a dataset containing 475 modal analysis results developed through a previous research work. The extended dataset was then used to develop three predictive fundamental period formulae using a machine learning algorithm that utilizes a higher-order, nonlinear regression modelling framework. The predictive formulae were validated with 60 out-of-sample modal analysis results. The numerical findings concluded that the fundamental period formulae proposed in this study possess superior prediction ability, compared to all other international proposed formulae, for the under-studied types of buildings. </div> </div> </div> <div class="mt-[40px]" style="box-shadow: 0 0px 10px 0px rgb(0 0 0 / 20%)"> <div class="p-[20px]"> <div class="flex gap-[40px]"> <div class="w-full"> <div class="text-[20px] font-bold">“Inverse Transform Sampling for Bibliometric Literature Analysis”</div> <div class="text-[20px] mt-[10px]">Nikos Bakas, Dionisis Koutsantonis, Vagelis Plevris, Andreas Langousis, and Savvas Chatzichristofis</div> </div> <div> <a href="https://ieeexplore.ieee.org/document/9904344" target="_blank"><img src="/CMS/site/images/link-icon.svg" alt="link"></a> </div> </div> <div class="h-[2px] my-[10px] bg-black"></div> <div class="text-[20px] font-bold"> In: The Thirteenth International Conference on Information, Intelligence, Systems and Applications. Ionian University, Corfu, Greece, 18-20 July 2022. IISA2022, 2022 </div> </div> <div class="p-[20px]"> <div class="text-[20px]"> <strong style="font-size: 20px">Abstract:</strong> Scientific literature is prosperously evolving, exhibiting exponential growth in the last decades. For a wide range of scientific thematic areas, it is hard or even impossible for individual researchers to analyze in detail the available published works. For this purpose, we utilize a robust multidimensional scaling procedure, to construct the bibliometric maps of the literature, for keywords, authors and references. Particularly, we propose a generic machine learning algorithm for multidimensional scaling and describe the algorithmic procedure for the generation of the bibliometric maps. </div> </div> </div> <div class="mt-[40px]" style="box-shadow: 0 0px 10px 0px rgb(0 0 0 / 20%)"> <div class="p-[20px]"> <div class="flex gap-[40px]"> <div class="w-full"> <div class="text-[20px] font-bold">“Investigation of performance metrics in regression analysis and machine learning-based prediction models”</div> <div class="text-[20px] mt-[10px]">Vagelis Plevris, German Solorzano, Nikolaos Bakas, and Mohamed El Amine Ben Seghie</div> </div> <div> <a href="https://www.eccomas2022.org/admin/files/fileabstract/a2088.pdf" target="_blank"><img src="/CMS/site/images/link-icon.svg" alt="link"></a> </div> </div> <div class="h-[2px] my-[10px] bg-black"></div> <div class="text-[20px] font-bold">In: The 8th European Congress on Computational Methods in Applied Sciences and Engineering, 5–9 June 2022, Oslo, Norway. ECCOMAS 2022, 2022.</div> </div> <div class="p-[20px]"> <div class="text-[20px]"> <strong style="font-size: 20px">Abstract:</strong> Performance metrics (Evaluation metrics or error metrics) are crucial components of regression analysis and machine learning-based prediction models. A performance metric can be defined as a logical and mathematical construct designed to measure how close the predicted outcome is to the actual result. A variety of performance metrics have been described and proposed in the literature. Knowledge about the metrics’ properties needs to be systematized to simplify their design and use. In this work, we examine various regression related metrics (14 in total) for continuous variables, including the most widely used ones, such as the (root) mean squared error, the mean absolute error, the Pearson correlation coefficient, and the coefficient of determination, among many others. We provide their mathematical formulations, as well as a discussion on their use, their characteristics, advantages, disadvantages, and limitations, through theoretical analysis and a detailed numerical example. The 10 unitless metrics are further investigated through a numerical analysis with Monte Carlo Simulation based on (i) random guessing and (ii) the addition of random noise with various noise ratios to the predicted values. Some of the metrics show a poor or inconsistent performance, while others exhibit good performance as evaluation measures of the “goodness of fit”. We highlight the importance of the usage of the right metrics to obtain good predictions in machine learning and regression models in general. </div> </div> </div> <div class="mt-[40px]" style="box-shadow: 0 0px 10px 0px rgb(0 0 0 / 20%)"> <div class="p-[20px]"> <div class="flex gap-[40px]"> <div class="w-full"> <div class="text-[20px] font-bold"> “Development of a New Fundamental Period Formula for Steel Structures Considering the Soil-structure Interaction with the Use of Machine Learning Algorithms” </div> <div class="text-[20px] mt-[10px]">Ashley Westhuizen, George Markou, and Nikolaos Bakas</div> </div> <div> <a href="https://www.insticc.org/node/TechnicalProgram/icaart/2022/presentationDetails/109784" target="_blank"><img src="/CMS/site/images/link-icon.svg" alt="link"></a> </div> </div> <div class="h-[2px] my-[10px] bg-black"></div> <div class="text-[20px] font-bold">In: 14th International Conference on Agents and Artificial Intelligence. 2022.</div> </div> <div class="p-[20px]"> <div class="text-[20px]"> <strong style="font-size: 20px">Abstract:</strong> The fundamental period of buildings is an important parameter when designing seismic resistant structures. The current formulae proposed in design codes for determining the fundamental period of steel structures cannot accurately predict the fundamental period of real structures. In addition, most of the current formulae only consider the height of the structure in their formulation, while soil structure interaction (SSI) and the orientation of the I-columns that influence the fundamental period are usually neglected. This research focuses on the use of machine learning algorithms to obtain a new formula that accounts for different geometrical features of the superstructure, where the SSI effect is also considered. After training and testing a 40-feature formula, an additional 138 out-of-sample numerical results were used to further test the accuracy of the proposed formula’s prediction abilities. The validation resulted in a correlation of 99.71%, which suggests that the proposed formula exhibits high predictive features for the steel structures considered in this study. </div> </div> </div> <div class="mt-[40px]" style="box-shadow: 0 0px 10px 0px rgb(0 0 0 / 20%)"> <div class="p-[20px]"> <div class="flex gap-[40px]"> <div class="w-full"> <div class="text-[20px] font-bold"> “Prediction of the shear capacity of reinforced concrete slender beams without stirrups by applying artificial intelligence algorithms in a big database of beams generated by 3D nonlinear finite element analysis” </div> <div class="text-[20px] mt-[10px]">George Markou and Nikolaos Bakas</div> </div> <div> <a href="http://www.techno-press.org/content/?page=article&amp;journal=cac&amp;volume=28&amp;num=6&amp;ordernum=1" target="_blank"><img src="/CMS/site/images/link-icon.svg" alt="link"></a> </div> </div> <div class="h-[2px] my-[10px] bg-black"></div> <div class="text-[20px] font-bold">In: Computers and Concrete. 2021.</div> </div> <div class="p-[20px]"> <div class="text-[20px]"> <strong style="font-size: 20px">Abstract:</strong> Calculating the shear capacity of slender reinforced concrete beams without shear reinforcement was the subject of numerous studies, where the eternal problem of developing a single relationship that will be able to predict the expected shear capacity is still present. Using experimental results to extrapolate formulae was so far the main approach for solving this problem, whereas in the last two decades different research studies attempted to use artificial intelligence algorithms and available data sets of experimentally tested beams to develop new models that would demonstrate improved prediction capabilities. Given the limited number of available experimental databases, these studies were numerically restrained, unable to holistically address this problem. In this manuscript, a new approach is proposed where a numerically generated database is used to train machine-learning algorithms and develop an improved model for predicting the shear capacity of slender concrete beams reinforced only with longitudinal rebars. Finally, the proposed predictive model was validated through the use of an available ACI database that was developed by using experimental results on physical reinforced concrete beam specimens without shear and compressive reinforcement. For the first time, a numerically generated database was used to train a model for computing the shear capacity of slender concrete beams without stirrups and was found to have improved predictive abilities compared to the corresponding ACI equations. According to the analysis performed in this research work, it is deemed necessary to further enrich the current numerically generated database with additional data to further improve the dataset used for training and extrapolation. Finally, future research work foresees the study of beams with stirrups and deep beams for the development of improved predictive models. </div> </div> </div> <div class="mt-[40px]" style="box-shadow: 0 0px 10px 0px rgb(0 0 0 / 20%)"> <div class="p-[20px]"> <div class="flex gap-[40px]"> <div class="w-full"> <div class="text-[20px] font-bold">“Developing design formulae for reinforced concrete structures through AI algorithms and modelling”</div> <div class="text-[20px] mt-[10px]">George Markou and Nikolaos P. Bakas</div> </div> <div> <a href="https://www.up.ac.za/media/shared/7/ZP_Galleries/Publications/innovate-16-2021_web.zp211623.pdf" target="_blank"><img src="/CMS/site/images/link-icon.svg" alt="link"></a> </div> </div> <div class="h-[2px] my-[10px] bg-black"></div> <div class="text-[20px] font-bold">In: Innovate, University of Pretoria, South Africa. 2021.</div> </div> <div class="p-[20px]"> <div class="text-[20px]"> <strong style="font-size: 20px">Abstract:</strong> Civil engineers around the world strive to construct a sustainable and safe built environment by engaging numerous design and numerical tools. The design and assessment of structures is performed through the use of national and international design codes that usually suggest the use of semi-empirical design formulae. </div> </div> </div> </div></div> </div> <div class="container"> <div style="position: relative"> <div id="ctl00_cphMain_upPanelSps"> <div class="clearfix"></div> </div> <div id="ctl00_cphMain_UpeProgressLessInfo" style="display:none;"> <div class="upProgress"> <center> <span>Φόρτωση</span> <i class="fa fa-cog fa-spin"></i> </center> </div> </div> </div> <div class="clearfix"></div> </div> </div> </div> <footer> <div class="footer-menu-melo"> <div class="footer_down"> <div class="container"> <div class="col-sm-3"> <div class="h2-block"> RDC Informatics </div> <nav id="Nav2" class="collapse navbar-collapse"> <div id="ctl00_pnlSite"> <nav class='main-menu'><div class="menu-button">RDC Informatics</div><ul><li class=""><a target="" href="https://www.rdc.gr/el/normal/home.aspx">HOME</a></li><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/normal/profile.aspx">PROFILE</a><em class="fa fa-plus-circle"></em><ul><li class="hasChildren "><a target="" href="#">ΠΛΗΡΟΦΟΡΙΕΣ</a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="_self" href="https://www.rdc.gr/el/normal/leading-digital-transformation-to-excellence">Γνωριστε μας</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/brief-history.aspx">Συντομο Ιστορικο</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/solutions-products.aspx">Λυσεις & προϊοντα</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/manpower.aspx">Ανθρωπινο δυναμικο</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/quality-assurance.aspx">Διασφαλιση ποιοτητας</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/market-research.aspx">Ερευνα & αναπτυξη </a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/partners-network.aspx">Δικτυο συνεργατων</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/strategic-partnerships.aspx">Στρατηγικες συνεργασιες</a></li><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/normal/career.aspx">Ευκαιριες καριερας</a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/softone-erp-consultant.aspx">Softone ERP Consultant (JRN 042)</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/softone-erp-developer.aspx">Softone ERP Developer (JRN011)</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/project-manager.aspx">Project Manager for Web Services Division (JRΝ020)</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/microsoft-net-jrn025.aspx">Προγραμματιστής σε τεχνολογίες DotNetCore (JRN025)</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/microsoft-net-jrn032.aspx">Graphic Designer (JRN032)</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/senior-software-analyst.aspx">Senior Software Analyst (JRN 027)</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/business-intelligence-analyst.aspx">Business Intelligence Analyst (JRN 043)</a></li></ul></li></ul></li><li class="hasChildren "><a target="" href="#">ΠΕΛΑΤΕΣ & ΕΡΓΑ</a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/client-list.aspx">Πελατολογιο</a></li><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/grid4/case-studies.aspx">Εργα - Case Studies</a><em class="fa fa-plus-circle"></em></li><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/grid4/achievement.aspx">Διακρισεις - Βραβεια</a><em class="fa fa-plus-circle"></em></li><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/static/projects-portfolio.aspx">Projects Portfolio </a><em class="fa fa-plus-circle"></em><ul><li class="hasChildren nodisplay"><a target="" href="https://www.rdc.gr/el/normal/portfolio.aspx">Portfolio </a><em class="fa fa-plus-circle"></em><ul><li class="nodisplay"><a target="" href="https://www.rdc.gr/el/normal/viewproject.aspx">Προβολή Έργου</a></li></ul></li></ul></li></ul></li><li class="hasChildren "><a target="" href="#">ΕΝΗΜΕΡΩΣΗ</a><em class="fa fa-plus-circle"></em><ul><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/grid3/news-announcements.aspx">ΝΕΑ-ΑΝΑΚΟΙΝΩΣΕΙΣ</a><em class="fa fa-plus-circle"></em></li><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/grid3/press-releases.aspx">Δελτια τυπου</a><em class="fa fa-plus-circle"></em></li><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/grid3/blog.aspx">Blog</a><em class="fa fa-plus-circle"></em></li></ul></li><li class="hasChildren "><a target="" href="#">Toolbox</a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/download-center.aspx">Download Center</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/sms-gateway.aspx">SMS Gateway</a></li></ul></li></ul></li><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/static/business-software.aspx">BUSINESS SOFTWARE</a><em class="fa fa-plus-circle"></em><ul><li class="hasChildren "><a target="" href="#">ΥΠΗΡΕΣΙΕΣ</a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/softOne.aspx">RDC Informatics & SoftOne</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/implementation-projects.aspx">Υλοποιηση Εργων</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/technical-assistance.aspx">Τεχνικη υποστηριξη - Help Desk</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/education-training.aspx">Εκπαιδευση</a></li></ul></li><li class="hasChildren "><a target="" href="#">ΠΡΟΪΟΝΤΑ </a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/commercial-management-soft1.aspx">Εμπορικη διαχειριση Soft1</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/soft1-erp.aspx">Soft1 ERP</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/soft1crm.aspx">Soft1 CRM</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/soft1edu.aspx">Soft1 EDU</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/edu-cert-ware.aspx">EduCertWare</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/cti-for-soft1.aspx">CTI for Soft1</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/logistical-applications.aspx">Λογιστικες εφαρμογες</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/salary.aspx">Μισθοδοσια</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/retail-sale.aspx">Λιανικη πωληση</a></li><li class=""><a target="" href="https://www.rdc.gr/el/normal/cloudio_services.aspx">CLOUDIO</a></li><li class=""><a target="" href="https://www.rdc.gr/el/normal/erp_connectors.aspx">ERP Connectors </a></li></ul></li><li class="hasChildren "><a target="" href="#">ΤΟΜΕΙΣ ΕΞΕΙΔΙΚΕΥΣΗΣ</a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/financial-management.aspx">Οικονομικη διαχειριση</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/sales.aspx">Πωλησεις</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/supply-chain-management.aspx">Διαχειριση εφοδιαστικης αλυσιδας</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/production-management.aspx">Διαχειριση παραγωγης</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/education.aspx">Εκπαιδευτικοι οργανισμοι</a></li><li class=""><a target="" href="https://www.rdc.gr/el/normal/QR_RF_Payments.aspx">Ηλεκτρονικές Πληρωμές RF</a></li><li class=""><a target="" href="https://www.rdc.gr/el/normal/leading-digital-transformation-to-excellence.aspx">Ψηφιακός μετασχηματισμός επιχειρήσεων και οργανισμών</a></li></ul></li><li class="hasChildren "><a target="" href="#">ΥΠΗΡΕΣΙΕΣ CLOUD</a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/cloud-services.aspx">Cloud Services - Enterprise mobility</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/cloud-commercial-management.aspx">Cloud εμπορική διαχείριση</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/soft1-cloud-erp.aspx">Cloud ERP</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/soft1-cloud-crm.aspx">Cloud CRM</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/accounts-management-cloud.aspx">Λογιστικη διαχειριση στο cloud</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/Soft1-360.aspx">Soft1 360</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/soft1-web-report.aspx">Soft1 Web Report</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/electronic-invoicing.aspx">Ηλεκτρονικη τιμολογηση</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/soft1-mobile-crm.aspx">Mobile CRM</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/mobile-sales.aspx">Mobile Sales</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/mobile-warehouse.aspx">Mobile Warehouse</a></li></ul></li></ul></li><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/static/web-mobile.aspx">WEB & MOBILE </a><em class="fa fa-plus-circle"></em><ul><li class="hasChildren "><a target="" href="#">ΥΠΗΡΕΣΙΕΣ</a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/designing-websites.aspx">Κατασκευη ιστοσελιδων</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/development-web-applications.aspx">Αναπτυξη web εφαρμογων</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/development-mobile-applications.aspx">Αναπτυξη mobile εφαρμογων</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/interactive-applications.aspx">Αναπτυξη διαδραστικων εκπαιδευτικων εφαρμογων</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/vr_virtual_tours_web_app_development.aspx">Αναπτυξη VR και 360ᵒ εφαρμογων </a></li></ul></li><li class="hasChildren "><a target="" href="#">ΤΟΜΕΙΣ ΕΞΕΙΔΙΚΕΥΣΗΣ</a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/ebusiness-nop-commerce.aspx">e-business - Nop Commerce</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/elearning-platforms.aspx">e-learning platforms</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/elearning-lessons-development.aspx">e-learning lessons development</a></li><li class=""><a target="" href="https://www.rdc.gr/el/normal/freshworks_business_software.aspx">Freshworks</a></li><li class=""><a target="" href="https://www.rdc.gr/el/normal/freshchat.aspx">Freshchat</a></li><li class=""><a target="" href="https://www.rdc.gr/el/normal/freshworks_customer_service_suite.aspx">Freshworks Customer Service Suite</a></li><li class=""><a target="" href="https://www.rdc.gr/el/normal/freshdesk.aspx">FreshDesk</a></li></ul></li><li class="hasChildren "><a target="" href="#">Melo Software Suite </a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/digital-school.aspx">Digital School</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/school_dashboard.aspx">School Dashboard</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/assessment-manager.aspx">Assessment Manager</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/hr-sensor.aspx">HR Sensor </a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/content-optimizer.aspx">Content Optimizer</a></li></ul></li></ul></li><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/static/digital-marketing.aspx">DIGITAL MARKETING </a><em class="fa fa-plus-circle"></em><ul><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/static/services-digital-marketing.aspx">Υπηρεσιες </a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/seo-services.aspx">SEO Services</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/web-analytics-reports.aspx">Web Analytics & Reports</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/digital-advertising-services.aspx">Digital Advertising Services</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/video-advertising.aspx">Video advertising</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/social-media-development.aspx">Social Media Development</a></li></ul></li><li class="hasChildren "><a target="" href="#">Τομεις εξειδικευσης </a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/adwords-advertising.aspx">Google Adwords </a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/youtube-advertising.aspx">YouTube Video Advertising </a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/facebook-advertising.aspx">Facebook Advertising</a></li></ul></li></ul></li><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/static/rnd.aspx">R&D</a><em class="fa fa-plus-circle"></em><ul><li class="hasChildren "><a target="" href="#">ΠΛΗΡΟΦΟΡΙΕΣ</a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/reasearch-and-development.aspx">Έρευνα & Ανάπτυξη @RDC</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/rnd-team.aspx">Ανθρώπινο δυναμικό</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/rnd-partners.aspx">Συνεργασίες</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/rnd-services.aspx">Τομείς εξειδίκευσης</a></li></ul></li><li class="hasChildren "><a target="" href="#">ΑΙ & MACHINE LEARNING</a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/ai-ml-services.aspx">Υπηρεσίες & εξειδίκευση</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/automl.aspx">Λογισμικό AutoML</a></li></ul></li><li class="hasChildren "><a target="" href="https://www.rdc.gr/el/static/research-and-development-projects.aspx">ΕΡΕΥΝΗΤΙΚΑ ΠΡΟΓΡΑΜΜΑΤΑ</a><em class="fa fa-plus-circle"></em><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/research-and-development-projects.aspx">LightMe – Horizon 2020</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/research-and-development-projects.aspx">Profuture – Horizon 2020</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/research-and-development-projects.aspx">Biomac – Horizon 2020</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/research-and-development-projects.aspx">Redondo – Horizon Europe</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/research-and-development-projects.aspx">ΑΗΜΕΚΤ – Δράση ΕΔΚ-2</a></li></ul></li><li class="hasChildren "><a target="" href="#">ΔΡΑΣΤΗΡΙΟΤΗΤΕΣ</a><em class="fa fa-plus-circle"></em><ul><li class="active "><a target="" href="https://www.rdc.gr/el/static/rnd-publications.aspx">Δημοσιεύσεις (Publications)</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/rnd-events.aspx">Συνέδρια & Εκδηλώσεις</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/rnd-case-studies.aspx">Case Studies</a></li></ul></li></ul></li><li class=""><a target="" href="https://www.rdc.gr/el/normal/Contact.aspx">CONTACT</a></li></ul></nav> </div> </nav> </div> <div class="col-sm-6"> <div class="h2-block"> Τομείς εξειδίκευσης </div> <nav id="Nav3" class="collapse navbar-collapse"> <div id="ctl00_pnlTomeis"> <nav class='main-menu'><div class="menu-button">Τομείς εξειδίκευσης</div><ul><li class=""><a target="" href="https://www.rdc.gr/el/static/softOne.aspx">Μηχανογράφηση με Soft1 ERP/CRM</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/education.aspx">Μηχανογράφηση εκπαιδευτηρίων </a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/soft1edu.aspx">Λογισμικό Soft1EDU</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/designing-websites.aspx">Σχεδιασμός ιστοσελίδων (web sites)</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/ebusiness-nop-commerce.aspx">e-shop / b2b με nop commerce</a></li><li class=""><a target="" href="#">Soft1 e-shop connector</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/elearning-platforms.aspx">Πλατφόρμες & μαθήματα e-Learning</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/interactive-applications.aspx">Εκπαιδευτικές εφαρμογές (IWB)</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/development-mobile-applications.aspx">Cross-platform mobile applications</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/seo-services.aspx">Υπηρεσίες SEO</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/adwords-advertising.aspx">Προώθηση με google adwords</a></li><li class=""><a target="" href="https://www.rdc.gr/el/static/facebook-advertising.aspx">Διαφήμιση στο facebook</a></li></ul></nav> </div> </nav> </div> <!-- <div class="col-sm-3"> <div class="h2-block">Επικοινωνία</div><span class="footer-phone"> 211 800 22 00</span><span class="footer-mail"><a href="mailto:info@rdc.gr">info@rdc.gr</a></span><span class="footer-address">Ηρούς 2, Αθήνα</span><div class="social-footer"><div class="social_media text-center"><ul><li><a href="https://www.facebook.com/rdcinformatics" target="_blank" title="facebook link"><em class="fa fa-facebook">&nbsp;</em></a><a href="https://twitter.com/rdcinformatics" target="_blank" title="twitter link"><em class="fa fa-twitter">&nbsp;</em></a><a href="http://www.youtube.com/c/RdcGr" target="_blank" title="youtube link"><em class="fa fa-youtube">&nbsp;</em></a><a href="https://www.linkedin.com/company/rdc-informatics" target="_blank" title="linkedin link"><em class="fa fa-linkedin">&nbsp;</em></a></li></ul></div></div> </div> --> <div class="col-sm-3"> <div class="h2-block">Επικοινωνία</div> <span class="footer-phone"> 211 800 22 00</span><span class="footer-mail"><a href="mailto:info@rdc.gr">info@rdc.gr</a></span ><span class="footer-address">Ηρούς 2, Αθήνα</span> <div class="social-footer"> <div class="social_media text-center"> <ul> <li> <a href="https://www.facebook.com/rdcinformatics" target="_blank" title="facebook link"><em class="fa fa-facebook">&nbsp;</em></a> <a href="https://twitter.com/rdcinformatics" target="_blank" title="twitter link"><em class="fa fa-twitter">&nbsp;</em></a> <a href="http://www.youtube.com/c/RdcGr" target="_blank" title="youtube link"><em class="fa fa-youtube">&nbsp;</em></a> <a href="https://www.linkedin.com/company/rdc-informatics" target="_blank" title="linkedin link"><em class="fa fa-linkedin">&nbsp;</em></a> </li> </ul> </div> </div> <div> <a class="block underline text-white hover:text-white hover:underline" href="/el/static/privacy_policy#section_cookies" >Πολιτική Cookies</a > <a class="block underline text-white hover:text-white hover:underline" href="/el/static/terms_of_use" >Όροι χρήσης</a > <a class="block underline text-white hover:text-white hover:underline" href="/el/static/privacy_policy" >Πολιτική Προστασίας ΔΠΧ</a > <a class="block underline text-white hover:text-white hover:underline" href="/CMS/site/files/GDPR_Data_Rights_Application_Form.pdf" target="_blank" >Έντυπο Άσκησης Δικαιωμάτων ΔΠΧ</a > </div> </div> <div class="clearfix"></div> </div> </div> <div class="footer_down2"> <div class="footer__down2--container"> <div class="footer__down2--block"> <div class="h3-block">Στρατηγικές συνεργασίες</div> <div class="footer__down2--block-items row flex items-center"> <div class="col-sm-1"> <a href="/el/static/digital-advertising-services"><img src="/cms/site/images/Partner-RGB.png" class="img-responsive" alt="partners rgb icon" /></a> </div> <div class="col-sm-2"> <a href="/el/static/strategic-partnerships"><img src="/cms/site/images/microsoft.png" class="img-responsive" alt="microsoft icon" /></a> </div> <div class="col-sm-2"> <a href="/el/static/ebusiness-nop-commerce"><img src="/cms/site/images/nop_commerce.png" class="img-responsive" alt="nop commerce icon" /></a> </div> <div class="col-sm-2"> <a href="/el/static/strategic-partnerships"><img src="/cms/site/images/android-dev.png" class="img-responsive" alt="android dev icon" /></a> </div> <div class="col-sm-2"> <a href="/el/static/strategic-partnerships"><img src="/cms/site/images/apple-dev.png" class="img-responsive" alt="appl dev icon" /></a> </div> <div class="col-sm-2"> <a href="/el/static/strategic-partnerships"><img src="/cms/site/images/isv-zoom-partner.png" class="img-responsive" alt="zoom partners icon" /></a> </div> <div class="col-sm-2"> <a href="/el/static/softOne"><img src="/cms/site/images/softone.png" class="img-responsive" alt="softone services icon" /></a> </div> </div> </div> </div> <div class="footer__down2--container"> <div class="footer__down2--block block2"> <div class="footer__down2--content"> <div class="h3-block">Member of</div> <div class="footer__down2--block-items flex items-center justify-content-center" style="gap: 20px"> <script data-ws="24151" data-h="greca.adman.gr" data-s="140x80" src="https://static.adman.gr/adman.js"></script> <img src="/cms/site/images/sekee-logo.png" class="img-responsive" alt="sekee icon" /> </div> </div> <div class="footer__down2--content"> <div class="h3-block">Quality Assurance</div> <div class="footer__down2--block-items flex items-center justify-content-center" style="gap: 20px"> <!-- <span style="font-size: 18px">ISO 9001:2015</span> <span style="font-size: 18px">ISO 27001:2013</span> <span style="font-size: 18px">ISO 27701:2019</span> --> <div> <a href="/cms/site/files/Certificate_9001.pdf" target="_blank"><img src="/cms/site/images/Small_RDC_Informatics-Certification_logo_9001.jpg" class="img-responsive" alt="rig sertification icon" /></a> </div> <div> <a href="/cms/site/files/Certificates_27001_27701.pdf" target="_blank"><img src="/cms/site/images/Small_Διασφάλιση_ποιότητας_της_RDC_Informatics-Certification_logo_27001_27701.jpg" class="img-responsive" alt="rig sertification icon" /></a> </div> <div> <a href="/cms/site/files/Certificate_22301.pdf" target="_blank"><img src="/cms/site/images/Small_Διασφάλιση_ποιότητας_της_RDC_Informatics-Certification_logo_22301.jpg" class="img-responsive" alt="rig sertification icon" /></a> </div> <!-- <div> <a href="/el/static/quality-assurance"><img src="/cms/site/images/9001_27001_27701.jpg" class="img-responsive" alt="rig sertification icon" /></a> </div> --> </div> </div> </div> </div> </div> </div> <div class="clearfix"></div> <div class="copyright"> <div class="container"> <div class="col-sm-12"> <div class="h3-block"> RDC Informatics - ©<span id="date"></span>, All rights reserved. <!-- <a href="http://www.google.com/adwords/thirdpartypartners/" target="_blank"> <span style="text-decoration: underline; font-size: 13px">Working with Third-Parties</span> </a> --> </div> </div> <!--<div class="col-sm-6 text-right"> <div class="h3-block">Web site developed on MELO® Software Platform</div> </div>--> </div> </div> <!--<div class="col-sm-12"> <div class="column pix-lazy-load available pix-loaded" data-col="1" data-child="first" data-delay="100"><p style="text-align: center;"><a href="/cms/site/images/logo2.png" class="cboxElement"><img class="alignnone size-full wp-image-2224" src="/cms/site/images/logo2.png" alt="logo" width="115" height="75"></a></p> <p style="text-align: center;"><span style="color: #000000;">Δουκίσσης Πλακεντίας 68, πλησίον Στάση Μετρό “Χαλάνδρι”</span></p> <p style="text-align: center;"><span style="color: #000000;">Τηλέφωνο επικοινωνίας: 210 6839901</span></p> <p style="text-align: center;"><span style="color: #000000;">E-mail:&nbsp;info@pitstoppark.com&nbsp;<i class="fa fa-comment"></i></span></p> <p style="text-align: center;"><span style="color: #000000;">Facebook:&nbsp;<a href="http://www.facebook.com/PitstopPark" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.facebook.com']);" target="_blank">www.facebook.com/PitstopPark</a>&nbsp;<i class="fa fa-comment"></i></span></p> <p style="text-align: center; text-decoration: none; color: #5f5f5f;"><img class=" size-full wp-image-1472 aligncenter" src="/cms/site/images/car.png" alt="car" width="70" height="45"></p> <p style="text-align: center;">Development by <a href="http://www.rdc.gr/" target="_blank">RDC Informatics</a>. Powered by <a href="http://www.rdc.gr/el/static/content-optimizer.aspx" target="_blank">Content Optimizer.</a></p></div> </div>--> <div class="clearfix"></div> </footer> <script type="text/javascript"> //<![CDATA[ Sys.Application.add_init(function() { $create(Sys.UI._UpdateProgress, {"associatedUpdatePanelId":"ctl00_cphMain_upPanelSps","displayAfter":500,"dynamicLayout":true}, null, null, $get("ctl00_cphMain_UpeProgressLessInfo")); }); //]]> </script> </form> </fieldset> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300" rel="stylesheet" type="text/css" /> <link href="/assets/css/colorbox.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="/assets/css/jquery.gritter.css" /> <link rel="stylesheet" href="/assets/css/jquery-ui.min.css" /> <script src="/assets/js/bootstrap.min.js"></script> <script src="/assets/js/jquery.scrollToFixed.min.js"></script> <script src="/assets/js/date-time/bootstrap-datepicker.min.js"></script> <script src="/assets/js/date-time/bootstrap-timepicker.min.js"></script> <script> $(document).on("click", ".main-menu .fa-plus-circle", function () { $(this).addClass("fa-minus-circle").removeClass("fa-plus-circle"); $(this).next().css("display", "block"); }); $(document).on("click", ".main-menu .fa-minus-circle", function () { $(this).addClass("fa-plus-circle").removeClass("fa-minus-circle"); $(this).next().css("display", "none"); }); function pageLoad() { jQuery(".group1").colorbox({ rel: "group1" }); $("#ctl00_txtRetrievePassEmail").keydown(function (e) { if (e.keyCode == 13) { e.preventDefault(); __doPostBack("ctl00_upPanelLogin", "btnSendME"); } }); $("#ctl00_txtUsername").keydown(function (e) { if (e.keyCode == 13) { e.preventDefault(); __doPostBack("ctl00_upPanelLogin", "btnLogin"); } }); $("#ctl00_txtPassword").keydown(function (e) { if (e.keyCode == 13) { e.preventDefault(); __doPostBack("ctl00_upPanelLogin", "btnLogin"); } }); $(".LoginBtn").on("click", function () { $(".LoginBtn").colorbox({ inline: true }); // $('.LoginBox').toggle(); }); } </script> <script> $(document).ready(function () { $("#search-box").keydown(function (e) { if (e.keyCode == 13) { __doPostBack("btnSearch", $("#search-box").val()); } }); $(".search-icon").click(function (e) { __doPostBack("btnSearch", $("#search-box").val()); }); }); $(document).ready(function () { $(document).bind("cbox_complete", function () { $("#colorbox, #cboxOverlay").appendTo("form:first"); }); $(".main-menu .menu-button").on("click", function () { var menu = $(this).next("ul"); if (menu.hasClass("open")) { menu.removeClass("open"); } else { menu.addClass("open"); } }); }); </script> <script> $(window).scroll(function () { var scroll = $(window).scrollTop(); if (scroll >= 50) { $(".menu-wrap").addClass("darkHeader"); } else { $(".menu-wrap").removeClass("darkHeader"); } }); </script> <script> function setScrollTo(element) { $(document).on("click", element, function (e) { e.preventDefault(); document.querySelector(`#${e.target.dataset.scroll}`).scrollIntoView({ behavior: "smooth" }).window.scrollBy(0, -10); }); } function setScrollToWithOffset(el, toEl, offsetOption = false) { const element = document.querySelector(el); $(document).on("click", el, function (e) { e.preventDefault(); let offsetPosition; const offset = document.querySelector("header").offsetHeight; const elementPosition = document.querySelector(toEl).getBoundingClientRect().top; if (offsetOption === true) { offsetPosition = elementPosition - offset - 60; } else { offsetPosition = elementPosition; } window.scrollTo({ top: offsetPosition, behavior: "smooth", }); }); } function initScrollTo(element) { $(document).on("click", element, function (e) { e.preventDefault(); document.querySelector(`#${e.target.dataset.scroll}`).scrollIntoView({ behavior: "smooth" }); }); } function setEspaModal() { $(document).on("click", ".fixed-espa-close-button span ", function (e) { $(".fixed-espa-homepage-wrapper").removeClass("open"); }); } function setDate() { const date = new Date(); $("#date").text(date.getFullYear()); } function initScrollToMenuID(element) { const anchors = [...document.querySelectorAll(element)]; if (!anchors) return; anchors.forEach((item) => { item.addEventListener("click", (e) => { e.preventDefault(); let anchor = item.pathname; anchor = anchor.substr(11); anchor = anchor.slice(0, -5); document.querySelector(`#${anchor}`).scrollIntoView({ behavior: "smooth" }); }); }); } function initScrollIntoView(element) { if (element) { element.forEach((link) => { link.addEventListener("click", (e) => { e.preventDefault(); document.querySelector(link.hash).scrollIntoView({ behavior: "smooth" }); }); }); } } function intersectionObserver(threshold, entries) { const options = { root: null, threshold: threshold, }; const observer = new IntersectionObserver(function (entries, observer) { entries.forEach((entry) => { if (!entry.isIntersecting) return; entry.target.classList.toggle("active"); // entry.target.classList.removeClass("hidden"); observer.unobserve(entry.target); }); }, options); if (!entries) return; entries.forEach((item) => { observer.observe(item); }); } $(document).ready(function () { setScrollTo(".js-scroll-to-cloudio-form-block"); setScrollToWithOffset(".js-scroll-to-dias", "#scroll-to-dias", true); setScrollToWithOffset(".js-scroll-to-iris", "#scroll-to-iris", true); initScrollTo(".js-scroll-to-freshdesk"); initScrollTo(".js-scroll-to-freshmarketer"); initScrollTo(".js-scroll-to-freshchat"); initScrollTo(".js-scroll-to-freshsales"); initScrollTo(".js-scroll-to-cloudio-form-block"); initScrollTo(".js-scroll-to-lightme"); initScrollTo(".js-scroll-to-profuture"); initScrollTo(".js-scroll-to-biomac"); initScrollTo(".js-scroll-to-redondo"); initScrollTo(".js-scroll-to-jpc-rnd"); initScrollTo(".js-scroll-to-form"); initScrollTo(".js-scroll-to-freshservice"); setEspaModal(); setDate(); initScrollToMenuID(".main-menu > ul > li:nth-child(6):hover > ul > li:nth-child(3) > ul > li > a"); initScrollIntoView(document.querySelectorAll(".js-freshchat-links")); intersectionObserver(0.2, document.querySelectorAll(".js-snippet-form")); $(".colorbox-block").colorbox({ inline: true, width: "99%", maxWidth: "1400px" }); $(".colorbox-block-2").colorbox({ inline: true, width: "99%", maxWidth: "1200px" }); }); </script> </body> </html>

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