{"id":8,"date":"2018-09-18T11:02:37","date_gmt":"2018-09-18T11:02:37","guid":{"rendered":"http:\/\/demo.codiux.com\/demo-ureka-wp\/?page_id=8"},"modified":"2019-10-31T10:09:23","modified_gmt":"2019-10-31T07:09:23","slug":"about","status":"publish","type":"page","link":"http:\/\/vacilos.com\/blog\/about\/","title":{"rendered":"ABOUT"},"content":{"rendered":"<div id=\"pl-8\"  class=\"panel-layout\" ><div id=\"pg-8-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-8-0-0\"  class=\"panel-grid-cell\" ><div id=\"panel-8-0-0-0\" class=\"so-panel widget widget_ureka_title panel-first-child\" data-index=\"0\">\r\n        <span class=\"content-title\">About<\/span>\r\n        <\/div><div id=\"panel-8-0-0-1\" class=\"so-panel widget widget_ureka_about_toggle\" data-index=\"1\">        <style scoped>\r\n\r\n            .about-cover {\r\n                background: linear-gradient(rgba(43, 48, 59, 0.5), rgba(43, 48, 59, 0.5)), url(http:\/\/vacilos.com\/blog\/wp-content\/uploads\/2017\/12\/freedom.jpg) no-repeat;\r\n                background: -webkit-linear-gradient(rgba(43, 48, 59, 0.5), rgba(43, 48, 59, 0.5)), url(http:\/\/vacilos.com\/blog\/wp-content\/uploads\/2017\/12\/freedom.jpg) no-repeat;\r\n                background-size: 100%;\r\n                height: 300px;\r\n                position: relative;\r\n            }\r\n            #cd-zoom-in,\r\n            #cd-zoom-out {\r\n                background-image: url(\"http:\/\/vacilos.com\/blog\/wp-content\/themes\/ureka\/images\/gmaps\/cd-icon-controller.svg\");\r\n            }\r\n\r\n        <\/style>\r\n        <script>\r\n            jQuery(document).ready(function ($) {\r\n\r\n\r\n                var menu_trigger = $(\"[data-card-front]\");\r\n                var back_trigger = $(\"[data-card-back]\");\r\n\r\n                menu_trigger.on('click', function () {\r\n                    $(\".about-card\").removeClass(\"show-menu\");\r\n                });\r\n\r\n                back_trigger.on('click', function () {\r\n                    $(\".about-card\").addClass(\"show-menu\");\r\n                });\r\n\r\n                            $(\".map-location\").one('click', function () {\r\n                        \/\/set your google maps parameters\r\n                        var latitude = 37.1209593,\r\n                                longitude = 22.4286556,\r\n                                map_zoom = 14;\r\n\r\n                        \/\/google map custom marker icon - .png fallback for IE11\r\n                        var is_internetExplorer11 = navigator.userAgent.toLowerCase().indexOf('trident') > -1;\r\n                        var marker_url = (is_internetExplorer11) ? 'http:\/\/vacilos.com\/blog\/wp-content\/themes\/ureka\/images\/gmaps\/cd-icon-location.png' : 'http:\/\/vacilos.com\/blog\/wp-content\/themes\/ureka\/images\/gmaps\/cd-icon-location.svg';\r\n\r\n                        \/\/define the basic color of your map, plus a value for saturation and brightness\r\n                        var main_color = '#2d313f',\r\n                                saturation_value = -20,\r\n                                brightness_value = 5;\r\n\r\n                        \/\/we define here the style of the map\r\n                        var style = [{\r\n                                \"featureType\": \"landscape\",\r\n                                \"elementType\": \"labels\",\r\n                                \"stylers\": [{\r\n                                        \"visibility\": \"off\"\r\n                                    }]\r\n                            }, {\r\n                                \"featureType\": \"transit\",\r\n                                \"elementType\": \"labels\",\r\n                                \"stylers\": [{\r\n                                        \"visibility\": \"off\"\r\n                                    }]\r\n                            }, {\r\n                                \"featureType\": \"poi\",\r\n                                \"elementType\": \"labels\",\r\n                                \"stylers\": [{\r\n                                        \"visibility\": \"off\"\r\n                                    }]\r\n                            }, {\r\n                                \"featureType\": \"water\",\r\n                                \"elementType\": \"labels\",\r\n                                \"stylers\": [{\r\n                                        \"visibility\": \"off\"\r\n                                    }]\r\n                            }, {\r\n                                \"featureType\": \"road\",\r\n                                \"elementType\": \"labels.icon\",\r\n                                \"stylers\": [{\r\n                                        \"visibility\": \"off\"\r\n                                    }]\r\n                            }, {\r\n                                \"stylers\": [{\r\n                                        \"hue\": \"#00aaff\"\r\n                                    }, {\r\n                                        \"saturation\": -100\r\n                                    }, {\r\n                                        \"gamma\": 2.15\r\n                                    }, {\r\n                                        \"lightness\": 12\r\n                                    }]\r\n                            }, {\r\n                                \"featureType\": \"road\",\r\n                                \"elementType\": \"labels.text.fill\",\r\n                                \"stylers\": [{\r\n                                        \"visibility\": \"on\"\r\n                                    }, {\r\n                                        \"lightness\": 24\r\n                                    }]\r\n                            }, {\r\n                                \"featureType\": \"road\",\r\n                                \"elementType\": \"geometry\",\r\n                                \"stylers\": [{\r\n                                        \"lightness\": 57\r\n                                    }]\r\n                            }];\r\n\r\n                        \/\/set google map options\r\n                        var map_options = {\r\n                            center: new google.maps.LatLng(latitude, longitude),\r\n                            zoom: map_zoom,\r\n                            panControl: false,\r\n                            zoomControl: false,\r\n                            mapTypeControl: false,\r\n                            streetViewControl: false,\r\n                            mapTypeId: google.maps.MapTypeId.ROADMAP,\r\n                            scrollwheel: false,\r\n                            styles: style\r\n                        };\r\n                        \/\/inizialize the map\r\n                        var map = new google.maps.Map(document.getElementById('google-container'), map_options);\r\n                        \/\/add a custom marker to the map                \r\n                        var marker = new google.maps.Marker({\r\n                            position: new google.maps.LatLng(latitude, longitude),\r\n                            map: map,\r\n                            visible: true,\r\n                            icon: marker_url\r\n                        });\r\n\r\n                        \/\/add custom buttons for the zoom-in\/zoom-out on the map\r\n                        function CustomZoomControl(controlDiv, map) {\r\n                            \/\/grap the zoom elements from the DOM and insert them in the map \r\n                            var controlUIzoomIn = document.getElementById('cd-zoom-in'),\r\n                                    controlUIzoomOut = document.getElementById('cd-zoom-out');\r\n                            controlDiv.appendChild(controlUIzoomIn);\r\n                            controlDiv.appendChild(controlUIzoomOut);\r\n\r\n                            \/\/ Setup the click event listeners and zoom-in or out according to the clicked element\r\n                            google.maps.event.addDomListener(controlUIzoomIn, 'click', function () {\r\n                                map.setZoom(map.getZoom() + 1);\r\n                            });\r\n                            google.maps.event.addDomListener(controlUIzoomOut, 'click', function () {\r\n                                map.setZoom(map.getZoom() - 1);\r\n                            });\r\n                        }\r\n\r\n                        var zoomControlDiv = document.createElement('div');\r\n                        var zoomControl = new CustomZoomControl(zoomControlDiv, map);\r\n\r\n                        \/\/insert the zoom div on the top left of the map\r\n                        map.controls[google.maps.ControlPosition.LEFT_TOP].push(zoomControlDiv);\r\n                    });\r\n                    });\r\n\r\n        <\/script>\r\n       <!-- -->        <div class=\"about-card\">\r\n            <div class=\"face2 card-face\">\r\n                <div id=\"cd-google-map\">\r\n                    <div id=\"google-container\"><\/div>\r\n                    <div id=\"cd-zoom-in\"><\/div>\r\n                    <div id=\"cd-zoom-out\"><\/div>\r\n                    <address>Valioti building, Kladas, Sparti, 23100, Greece<\/address>\r\n                    <div class=\"back-cover\" data-card-back=\"data-card-back\"><i class=\"fa fa-long-arrow-left\"><\/i>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"face1 card-face\">\r\n                <div class=\"about-cover card-face\">\r\n                                            <a class=\"map-location\" data-card-front=\"data-card-front\"><img decoding=\"async\" src=\"http:\/\/vacilos.com\/blog\/wp-content\/themes\/ureka\/images\/map-icon.png\" alt=\"\">\r\n                        <\/a>\r\n                                            <div class=\"about-details\">\r\n                                                    <div><span class=\"fa fa-inbox\"><\/span><span class=\"detail\">vacilos@uop.gr<\/span>\r\n                            <\/div>\r\n                                                    <\/div>\r\n\r\n                    <div class=\"cover-content-wrapper\">\r\n                                                    <span class=\"about-description\">Dr. Vassilis Poulopoulos, Assistant Professor dpt of Digital Systems, University of the Peloponnese<\/span>\r\n                                                                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <\/div><div id=\"panel-8-0-0-2\" class=\"so-panel widget widget_ureka_side_tabs panel-last-child\" data-index=\"2\">        <div class=\"verticaltab\">\r\n\r\n\r\n            <ul class=\"nav nav-tabs nav-tabs-left nav-centered\" role=\"tablist\">\r\n                                                <li role=\"presentation\" class=\"active\">\r\n                    <a href=\"#BIO\" data-toggle=\"tab\" role=\"tab\">\r\n                        <span class=\"fa fa-user\"><\/span>\r\n                    <\/a>\r\n                <\/li>\r\n                                                                <li role=\"presentation\">\r\n                    <a href=\"#RESEARCH\" data-toggle=\"tab\" role=\"tab\">\r\n                        <span class=\"fa fa-heart\"><\/span>\r\n                    <\/a>\r\n                <\/li>\r\n                                                <\/ul>\r\n\r\n            <div id=\"my_side_tabs\" class=\"tab-content side-tabs side-tabs-left\">\r\n                                                <div class=\"tab-pane fade in active\" id=\"BIO\" role=\"tabpanel\">\r\n                    <h3 class=\"mytabtitle\">BIO<\/h3>\r\n                    <h4 class=\"mytabsubtitle\">About me<\/h4>\r\n                    <div class=\"tabcon\"><p>Dr. Vassilis Poulopoulos is an Assistant Professor at the dpt. of Digital Systems of the University of the Peloponnese and member of Knowledge and Uncertainty Research Laboratory of the University of the Peloponnese. In 2005 he obtained his bachelor degree from Computer Engineer and Informatics Department of University of Patras and in 2007 he completed his MSc in Computer Science. In 2010 he obtained his PhD by creating an innovative platform for multi-lingual worldwide articles collection including data mining, data analysis, text extraction, text categorization, text summarization and web personalization; in 2019 he completed his Post-Doc analyzing the role of Big Data in Cultural Informatics.<\/p>\n<p>His basic fields of interest include: Cultural Informatics, Big Data, Data Mining, Web data manipulation and analysis. His work in his MSc and PhD is highly related to research on FAIR data (findable, accessible, interoperable, reusable) from the scope of data formatting, representation and visualization.<\/p>\n<p>He has more than 50 publications in International Journals, Conferences and Encyclopedias and has participated in several national and EU funded projects. He has been recently elected as an Assistant Professor at the University of the Peloponnese in the field of Data mining from Big Databases.<\/p><\/div>\r\n\r\n                <\/div>\r\n                                                                <div class=\"tab-pane fade\" id=\"RESEARCH\" role=\"tabpanel\">\r\n                    <h3 class=\"mytabtitle\">RESEARCH<\/h3>\r\n                    <h4 class=\"mytabsubtitle\">Research Interests<\/h4>\r\n                    <div class=\"tabcon\"><p>My research interests include Big Data Analytics, Cultural Informatics, Information Extraction, Databases, Robotics, STEAM<\/p><\/div>\r\n\r\n                <\/div>\r\n                                                <\/div>\r\n\r\n\r\n\r\n        <\/div>\r\n\r\n\r\n\r\n        <\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>About Valioti building, Kladas, Sparti, 23100, Greece vacilos@uop.gr Dr. Vassilis Poulopoulos, Assistant Professor dpt of Digital Systems, University of the Peloponnese BIO About me Dr. Vassilis Poulopoulos is an Assistant Professor at the dpt. of Digital Systems of the University of the Peloponnese and member of Knowledge and Uncertainty Research Laboratory of the University of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":16,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"http:\/\/vacilos.com\/blog\/wp-json\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/vacilos.com\/blog\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/vacilos.com\/blog\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/vacilos.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/vacilos.com\/blog\/wp-json\/wp\/v2\/comments?post=8"}],"version-history":[{"count":8,"href":"http:\/\/vacilos.com\/blog\/wp-json\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":150,"href":"http:\/\/vacilos.com\/blog\/wp-json\/wp\/v2\/pages\/8\/revisions\/150"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/vacilos.com\/blog\/wp-json\/wp\/v2\/media\/16"}],"wp:attachment":[{"href":"http:\/\/vacilos.com\/blog\/wp-json\/wp\/v2\/media?parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}